NetBSD/sys/dev/scsipi
thorpej f98d358a1f Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()
directly, call the function pointer (*if_input)(ifp, m).  The input routine
expects the packet header to be at the head of the packet, and will adjust
as necessary.  Privatize the layer 2 input and output routines, allowing
*_ifattach() to set them up as appropriate.
1999-05-18 23:52:51 +00:00
..
atapi_all.h
atapi_base.c
atapi_cd.h
atapi_disk.h
atapi_wdc.c Add patch from Manuel Bouyer -- his mail message said: 1999-05-05 21:35:15 +00:00
atapiconf.c
atapiconf.h
cd_atapi.c
cd_scsi.c
cd.c Add SCSI_IGNORE_NOT_READY to the flags for CDIOCCLOSE: some devices will 1999-04-08 16:12:31 +00:00
cdvar.h
ch.c Adjust timeout for 'ielem' to match the comment: 5 mn (not 5s) per element + 1999-04-04 12:20:48 +00:00
files.scsipi
if_se.c Rework layer 2 protocol input routines. Instead of calling e.g. ether_input() 1999-05-18 23:52:51 +00:00
Makefile
scsi_all.h
scsi_base.c
scsi_cd.h
scsi_changer.h
scsi_ctron_ether.h
scsi_disk.h
scsi_message.h
scsi_scanner.h
scsi_tape.h
scsiconf.c
scsiconf.h
scsipi_all.h
scsipi_base.c Now that we do real use of CDIOCCLOSE, we can have SSS_START|SSS_LOEJ 1999-04-07 12:47:27 +00:00
scsipi_base.h
scsipi_cd.h
scsipi_debug.h
scsipi_disk.h
scsipi_ioctl.c
scsipi_verbose.c
scsipiconf.c
scsipiconf.h Fix a long-standing bug with the ACAP_* flags: 1999-04-08 11:29:01 +00:00
sd_atapi.c
sd_scsi.c
sd.c
sdvar.h
ss_mustek.c If scsipi_command() fails, always print out the error code. 1999-04-05 19:19:34 +00:00
ss_mustek.h
ss_scanjet.c If scsipi_command() fails, always print out the error code. 1999-04-05 19:19:34 +00:00
ss.c
ssvar.h
st.c If scsipi_command() fails, always print out the error code. 1999-04-05 19:19:34 +00:00
su.c
uk.c