NetBSD/sys/dev/scsipi
hannken 10ff5e6607 Implement a new device buffer queue interface.
One basic struct, a function to setup a queue with a specific strategy and
three macros to put buf's into the queue, get and remove the next buf or
get the next buf without removal.

The BUFQ_XXX interface will be removed in the future.
The B_ORDERED flag is not longer supported.

Approved by: Jason R. Thorpe <thorpej@wasabisystems.com>
2002-07-16 18:03:17 +00:00
..
Makefile Install "dev/scsipi/scsipi_cd.h" again because it is e.g. used by the 2001-05-31 21:54:07 +00:00
atapi_base.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
atapi_cd.h Use SCSI/ATAPI common definition for MODE_{SELECT,SENSE}{,_BIG}. Define 2001-05-14 20:35:27 +00:00
atapi_disk.h Use SCSI/ATAPI common definition for MODE_{SELECT,SENSE}{,_BIG}. Define 2001-05-14 20:35:27 +00:00
atapi_tape.h Various quirks for the ATAPI OnStream DI-30, mostly from the FreeBSD driver. 2001-12-01 00:03:45 +00:00
atapi_wdc.c If the data len if not a multiple of 2 bytes, force PIO mode. DMA can't 2002-05-18 14:49:55 +00:00
atapiconf.c Add a chan_name to struct scsipi_channel, holding the channel's name. 2002-04-01 20:37:41 +00:00
atapiconf.h Update my copyrigth. 2001-12-03 00:20:22 +00:00
cd.c put multisession offset code into a separate function and initialize 2002-05-27 16:42:30 +00:00
cd_atapi.c More copyright fixes, pointed out by Thomas. Thanks ! 2002-04-23 20:41:13 +00:00
cd_scsi.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
cdvar.h More copyright fixes, pointed out by Thomas. Thanks ! 2002-04-23 20:41:13 +00:00
ch.c Don't return an error for "Not Ready To Ready Transition (Medium May Have 2002-05-06 13:43:57 +00:00
files.scsipi Garbage-collect the empty-for-years "su" device. 2002-05-16 02:59:57 +00:00
if_se.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
scsi_all.h Use SCSI/ATAPI common definition for MODE_{SELECT,SENSE}{,_BIG}. Define 2001-05-14 20:35:27 +00:00
scsi_base.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
scsi_cd.h Use the AUDIO_PAGE definition common to SCSI and ATAPI. 2001-09-02 19:53:40 +00:00
scsi_changer.h Centralize the definition of the page code mask and page-savable bit 2001-09-02 19:35:20 +00:00
scsi_ctron_ether.h
scsi_disk.h Define more caching parameters from SCSI-3. 2001-09-03 17:14:49 +00:00
scsi_message.h Add the Parallel Protocol Request message. 2002-04-23 09:46:51 +00:00
scsi_scanner.h Remove duplicate struct scsipi_start_stop. 2001-11-19 17:18:08 +00:00
scsi_tape.h
scsiconf.c Change PQUIRK_CAP_SYNC to set PERIPH_CAP_SYNC aslo for devices that 2002-05-15 11:43:22 +00:00
scsiconf.h
scsipi_all.h Remove duplicate struct scsipi_start_stop. 2001-11-19 17:18:08 +00:00
scsipi_base.c As per a discussion on tech-kern a while back- honor retries for 2002-06-05 00:15:33 +00:00
scsipi_base.h bcopy -> memcpy 2001-07-18 18:25:41 +00:00
scsipi_cd.h Centralize the definition of the page code mask and page-savable bit 2001-09-02 19:35:20 +00:00
scsipi_debug.h use _KERNEL_OPT 2001-05-30 11:40:35 +00:00
scsipi_disk.h Remove duplicate struct scsipi_start_stop. 2001-11-19 17:18:08 +00:00
scsipi_ioctl.c Call malloc(9) with M_ZERO flag instead of memset() after malloc(). 2002-01-12 16:29:30 +00:00
scsipi_verbose.c add translations for two ASC/ASCQs which occur before 2002-05-28 16:40:03 +00:00
scsipiconf.c Call malloc(9) with M_ZERO flag instead of memset() after malloc(). 2002-01-12 16:29:30 +00:00
scsipiconf.h Don't use a 2-dimensional array for the channel's periph table. Instead, 2002-05-16 02:54:20 +00:00
sd.c Implement a new device buffer queue interface. 2002-07-16 18:03:17 +00:00
sd_atapi.c -don't apply scsipi_strvis() twice, it tries to octal-print the string 2002-01-09 18:48:18 +00:00
sd_scsi.c Add ioctls to get (DIOCGCACHE) and set (DIOCSCACHE) cache enables 2002-01-09 04:12:11 +00:00
sdvar.h Implement a new device buffer queue interface. 2002-07-16 18:03:17 +00:00
ses.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
ses.h
ss.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
ss_mustek.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
ss_mustek.h
ss_scanjet.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
ssvar.h
st.c If periph->periph_callout is already active, don't freeze the periph again: 2002-05-05 15:16:30 +00:00
st_atapi.c More copyright fixes, pointed out by Thomas. Thanks ! 2002-04-23 20:41:13 +00:00
st_scsi.c add detach support for st. 2001-12-07 11:26:30 +00:00
stvar.h Add the ability to report file number/block number. From Matt Jacob. 2002-03-20 14:53:59 +00:00
uk.c Remove a pretty much useless autoconfiguration message. 2002-02-10 23:28:27 +00:00