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
/
scsipi
/
uk.c
Age
Commit message (
Expand
)
Author
2001-11-15
don't need <sys/types.h> when including <sys/param.h>
lukem
2001-11-13
add RCSIDs
lukem
2001-04-25
Pull up the thorpej_scsipi branch to main branch.
bouyer
2000-03-30
Get rid of register declarations.
augustss
2000-03-29
Add ukactivate&ukdetach so uk devices can be detached.
augustss
1998-12-08
When closing, wait for pending xfers to drain before deleting the reference
thorpej
1998-11-20
Add adapter reference counting for SCSI and ATAPI devices.
thorpej
1998-10-19
Allow uk to attach at atapibus.
bouyer
1998-08-31
kill the last remnants of __BROKEN_INDIRECT_CONFIG. (only the pica port
cgd
1998-08-17
Assign my copyrights to TNF.
mycroft
1998-08-15
Make copyright notices with my name consistent.
mycroft
1998-01-12
Adjust for changes to config.
thorpej
1997-10-01
Cosmetic changes to keep coding style consistency in this directory;
enami
1997-08-27
Merge scsipi branch in the mainline. This add support for ATAPI devices
bouyer
1996-12-05
update these so they compile whether or not __BROKEN_INDIRECT_CONFIG
cgd
1996-10-12
revert previous kprintf change
christos
1996-10-10
- printf -> kprintf, sprintf -> ksprintf
christos
1996-03-17
New device attachment scheme:
thorpej
1996-03-05
Normalize SCSI autoconfiguration output.
thorpej
1995-03-24
fix syntax error. Andreas Gustafsson <gson@clinet.fi>
glass
1994-12-28
Numerous changes. Many bugs fixed, better autoconfig, a few new features.
mycroft
1994-11-21
Clean up open and close routines somewhat.
mycroft
1994-11-21
Replace dev_unit with device_softc in scsi_link. Change argument to foostart()
mycroft
1994-10-30
be more careful with types, also pull in headers where necessary.
cgd
1994-10-20
First cut at making user-level SCSI commands work. This is untested.
mycroft
1994-06-29
New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
cgd
1994-04-11
Fix various types. Remove some outdated flags.
mycroft
1994-03-29
New SCSI system, based on Julian's more recent work.
mycroft
1994-02-16
More KNF-like.
mycroft
1994-02-01
Add scsi_stop_unit(), from Mac code. Other minor nits.
mycroft
1993-12-17
Canonicalize all #includes.
mycroft
1993-11-24
Under construction...
mycroft