NetBSD/sys/dev/scsipi
thorpej fc96443d15 New callout mechanism with two major improvements over the old
timeout()/untimeout() API:
- Clients supply callout handle storage, thus eliminating problems of
  resource allocation.
- Insertion and removal of callouts is constant time, important as
  this facility is used quite a lot in the kernel.

The old timeout()/untimeout() API has been removed from the kernel.
2000-03-23 07:01:25 +00:00
..
Makefile
atapi_all.h
atapi_base.c
atapi_cd.h
atapi_disk.h
atapi_wdc.c New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
atapiconf.c atapiprint() does not exist. 2000-03-17 11:23:23 +00:00
atapiconf.h
cd.c Fix doubled 'the's in comments. 2000-03-13 23:52:25 +00:00
cd_atapi.c
cd_scsi.c
cdvar.h
ch.c
files.scsipi revert previous change 2000-02-22 21:09:50 +00:00
if_se.c New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
scsi_all.h
scsi_base.c scsiprint() is needed even without scsibus'es, so move it to scsi_base.c . 2000-03-17 11:45:49 +00:00
scsi_cd.h
scsi_changer.h
scsi_ctron_ether.h
scsi_disk.h
scsi_message.h Add a couple of defines/aliases for messages. 2000-03-15 02:02:37 +00:00
scsi_scanner.h
scsi_tape.h Patches from msouth@scruz.net to handle QIC 3220 (HP T20). 2000-02-21 05:11:09 +00:00
scsiconf.c Added NOLUNS quirk for YAMAHA CRW8424S 2000-03-19 10:33:26 +00:00
scsiconf.h
scsipi_all.h
scsipi_base.c New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
scsipi_base.h Make sure to initialize xs->req_sense_length (to 0). This appears to be 2000-02-28 17:44:20 +00:00
scsipi_cd.h
scsipi_debug.h
scsipi_disk.h
scsipi_ioctl.c
scsipi_verbose.c
scsipiconf.c
scsipiconf.h New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
sd.c Fix doubled 'the's in comments. 2000-03-13 23:52:25 +00:00
sd_atapi.c
sd_scsi.c
sdvar.h
ses.c Oops...I forgot that the GEM-2 chip is so lame that if you don't tell 2000-02-20 21:30:44 +00:00
ses.h
ss.c
ss_mustek.c
ss_mustek.h
ss_scanjet.c Remove extra \n in attach message. 2000-03-12 19:16:48 +00:00
ssvar.h
st.c Patches from msouth@scruz.net to handle QIC 3220 (HP T20). 2000-02-21 05:11:09 +00:00
su.c
uk.c