index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
cz.c
Age
Commit message (
Expand
)
Author
2003-10-27
uninitialized variables
chs
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-28
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
darrenr
2003-02-05
"Utilize" has exactly the same meaning as "use," but it is more
perry
2003-01-31
Use aprint_*().
thorpej
2002-10-23
merge kqueue branch into -current
jdolecek
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-09-30
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-03-17
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
atatat
2002-01-12
Call malloc(9) with M_ZERO flag instead of memset() after malloc().
tsutsui
2001-11-13
add RCSID
lukem
2001-05-02
Add `l_poll' to `struct linesw' and provide an xxxpoll() entry point
scw
2001-01-20
Use device_lookup() in cztty_getttysoftc().
thorpej
2001-01-20
Garbage-collect some unused macros.
thorpej
2001-01-20
Don't deref NULL when searching for the correct board.
thorpej
2000-12-28
Change pci_intr_map to get interrupt source information from a "struct
sommerfeld
2000-11-02
Adapt to the new line discipline scheme.
eeh
2000-07-28
Handle booting without a serial expander box connected.
thorpej
2000-06-14
Make sure we use firmware->host communication channel in cz_intr(), from
thorpej
2000-06-09
Adapt to going back to decemal device numbering.
wrstuden
2000-06-09
Rather than assinging 64 tty's per pci card, assign tty's as found.
wrstuden
2000-05-24
Update from Bill Studenmund <wrstuden@zembu.com>:
thorpej
2000-05-23
Typo in previous.
thorpej
2000-05-23
Update from Bill Studenmund <wrstuden@zembu.com>:
thorpej
2000-05-19
In tiocm_to_cztty(), use SET() instead of CLR() in the
thorpej
2000-05-18
Fix an inverted test.
thorpej
2000-05-17
Add a device driver for the Cyclades-Z series of intelligent multi-port
thorpej