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
/
podulebus
/
hcsc.c
Age
Commit message (
Expand
)
Author
2012-10-27
split device_t/softc for all remaining drivers.
chs
2009-10-18
Move Matthias Pfaller's files to 2-clause license. OK matthias@.
snj
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-04
Split devict_t/softc for ncr5380sbc SCSI, and misc cosmetic changes.
tsutsui
2006-03-29
Use device_private().
thorpej
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-11
merge ktrace-lwp.
christos
2005-02-27
nuke trailing whitespace
perry
2004-04-22
sprintf -> snprintf
itojun
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-03-24
Avoid "unused variable" warnings in the NCR5380_USE_BUS_SPACE case.
bjh21
2001-11-13
cleanup RCSID (to be consistent with use in rest of kernel)
lukem
2001-07-04
Add support for Oak and HCCS SCSI cards fitted with PowerROMs. Since this
bjh21
2001-06-12
Mention where I got the information for writing the driver.
bjh21
2001-06-02
Create hcscreg.h, and put a couple of magic numbers in there.
bjh21
2001-06-02
Clean up hcsc_match: Don't check the manufacturer ID, since podule IDs are
bjh21
2001-06-02
Enable disconnect/reselect (now that it works) and parity checking.
bjh21
2001-05-28
Use the pseudo-DMA facilities of the HCCS SCSI podule. Code largely derived
bjh21
2001-05-26
Quick hack of a driver for the HCCS 8-bit SCSI podule, based on the Oak driver.
bjh21