History log of /netbsd-src/usr.sbin/btattach/init_st.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 8ee626c9 16-Jun-2015 christos <christos@NetBSD.org>

improve error messages (remove \n, use __func__, etc)


# 4d8dfd66 15-Apr-2009 lukem <lukem@NetBSD.org>

Fix -Wsign-compare issues.
(Use %u not %d for unsigned ints.)


# 486e4624 15-Apr-2008 plunky <plunky@NetBSD.org>

some changes to serial bluetooth host controller interfaces

btuartd(8) should be named btattach(8) for consistency
with other parts of NetBSD

make btattach(8) a single-use tool for less complexity

some changes to serial bluetooth host controller interfaces

btuartd(8) should be named btattach(8) for consistency
with other parts of NetBSD

make btattach(8) a single-use tool for less complexity

device specicific initialisation (from btuart(4)) is carried
out prior to activating the line discipline (in btattach(8)),
which simplifies the API somewhat and means that the user
tool and the kernel do not need to be kept in sync.

btuart(4) driver is much reduced; naming is made consistent
and all tsleep() and delay() are removed to userland

show more ...