NetBSD/sys/dev/ic
jmcneill ea947a44d1 Fix a performance issue where one busy queue can starve all other queues.
In normal operations with multiple queues, the nvme driver will attempt
to schedule I/O requests on the submitting CPU. This breaks down when any
one of the queues becomes full; the driver returns EAGAIN to the disk
layer, which causes the disk layer to stop submitting more requests until
the blocked request is consumed. When space becomes available in the full
queue, it pulls the next buffer from the bufq and fills the queue again,
until finally hitting EAGAIN and preventing other queues from processing
requests.

Two changes here to fix the problem:

 - When processing requests from the bufq, attempt to assign them to the
   queue associated with the CPU that originated the request.
 - If that queue is busy, try to find another queue with available space
   before returning EAGAIN. This way, only when all queues are full will
   the disk layer stop submitting more requests.

Now for some real numbers. On a Rockchip RK3399 board (6 CPUs), with 6
concurrent readers:

Old code:
	4294967296 bytes transferred in 52.420 secs (81933752 bytes/sec)
	4294967296 bytes transferred in 53.969 secs (79582117 bytes/sec)
	4294967296 bytes transferred in 55.391 secs (77539082 bytes/sec)
	4294967296 bytes transferred in 55.649 secs (77179595 bytes/sec)
	4294967296 bytes transferred in 56.102 secs (76556402 bytes/sec)
	4294967296 bytes transferred in 72.901 secs (58915066 bytes/sec)

New code:
	4294967296 bytes transferred in 37.171 secs (115546186 bytes/sec)
	4294967296 bytes transferred in 37.611 secs (114194445 bytes/sec)
	4294967296 bytes transferred in 37.655 secs (114061009 bytes/sec)
	4294967296 bytes transferred in 38.247 secs (112295534 bytes/sec)
	4294967296 bytes transferred in 38.496 secs (111569183 bytes/sec)
	4294967296 bytes transferred in 38.595 secs (111282997 bytes/sec)
2019-06-28 15:08:47 +00:00
..
aac_tables.h
aac.c
aacreg.h
aacvar.h
ac97.c Merge isaki-audio2 branch, the overhaul of audio subsystem. 2019-05-08 13:40:13 +00:00
ac97reg.h
ac97var.h
acpipmtimer.c
acpipmtimer.h
ad1843reg.h
ad1848.c Merge isaki-audio2 branch, the overhaul of audio subsystem. 2019-05-08 13:40:13 +00:00
ad1848reg.h
ad1848var.h Merge isaki-audio2 branch, the overhaul of audio subsystem. 2019-05-08 13:40:13 +00:00
adv.c Note added for a strange value of residual counts in successful read/write. 2018-08-29 16:51:51 +00:00
adv.h
advlib.c
advlib.h
advmcode.c
advmcode.h
adw.c
adw.h
adwlib.c - add or adjust /* FALLTHROUGH */ where appropriate 2019-02-03 03:19:25 +00:00
adwlib.h
adwmcode.c
adwmcode.h
aha.c
ahareg.h
ahavar.h
ahcisata_core.c If Command List Override is not supported by the controller, the FIS setting 2019-04-07 17:46:49 +00:00
ahcisatareg.h fix typo in comment 2019-01-14 21:09:01 +00:00
ahcisatavar.h nothing handles AHCI_QUIRK_BADPMPRESET quirk, remove and change all entries 2019-01-14 21:29:56 +00:00
aic7xxx_cam.h
aic7xxx_inline.h
aic7xxx_osm.c
aic7xxx_osm.h
aic7xxx_seeprom.c
aic7xxx.c Fix typo (s/recevie/receive/). 2019-06-04 10:15:22 +00:00
aic7xxxvar.h
aic77xx.c
aic77xxreg.h
aic77xxvar.h
aic79xx_inline.h
aic79xx_osm.c
aic79xx_osm.h
aic79xx.c add or adjust fallthru comments. 2019-02-04 10:09:31 +00:00
aic79xxvar.h
aic6360.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
aic6360reg.h
aic6360var.h
aic6915.c Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. 2019-05-28 07:41:46 +00:00
aic6915reg.h
aic6915var.h
al2210reg.h
am79c930.c
am79c930reg.h
am79c930var.h
am7930.c Clean get_props(). 2019-06-08 08:02:36 +00:00
am7930reg.h
am7930var.h Merge isaki-audio2 branch, the overhaul of audio subsystem. 2019-05-08 13:40:13 +00:00
am7990.c
am7990reg.h
am7990var.h
am9513reg.h
am79900.c
am79900reg.h
am79900var.h
amdccp.c Add amdccp(4) driver for AMD Cryptographic Coprocessor, as found on the 2018-10-19 21:09:09 +00:00
amdccpvar.h Add amdccp(4) driver for AMD Cryptographic Coprocessor, as found on the 2018-10-19 21:09:09 +00:00
an.c Remove very old IFF_NOTRAILERS flag. 2019-02-05 06:17:00 +00:00
anreg.h
anvar.h
apcdmareg.h
apple_smc_fan.c
apple_smc_temp.c
apple_smc.c
apple_smc.h
apple_smcreg.h
apple_smcvar.h
arcofi.c Clean get_props(). 2019-06-08 08:02:36 +00:00
arcofivar.h Merge isaki-audio2 branch, the overhaul of audio subsystem. 2019-05-08 13:40:13 +00:00
arn5008.c
arn5008.h
arn5008reg.h
arn5416.c
arn5416.h
arn5416reg.h
arn9003.c
arn9003.h
arn9003reg.h
arn9280.c
arn9280.h
arn9280reg.h
arn9285.c
arn9285.h
arn9285reg.h
arn9287.c
arn9287.h
arn9287reg.h
arn9380.c
arn9380.h
arn9380reg.h
ath_netbsd.c
ath_netbsd.h
ath.c Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. 2019-05-28 07:41:46 +00:00
athioctl.h
athn.c Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. 2019-05-28 07:41:46 +00:00
athnreg.h
athnvar.h
athrate-amrr.c
athrate-amrr.h
athrate-onoe.c
athrate-onoe.h
athrate-sample.c
athrate-sample.h
athrate.h
athvar.h
atppc.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
atppcreg.h
atppcvar.h
attimer.c
attimervar.h
atw.c Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. 2019-05-28 07:41:46 +00:00
atwreg.h
atwvar.h
awi.c Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. 2019-05-28 07:41:46 +00:00
awireg.h
awivar.h
ax88190.c No functional change: 2019-05-29 06:17:27 +00:00
ax88190reg.h
ax88190var.h
bha.c
bhareg.h
bhavar.h
bt8xx.h
bt431reg.h
bt459reg.h
bt462reg.h
bt463.c
bt463reg.h
bt463var.h
bt485.c
bt485reg.h
bt485var.h
bwfm.c Initialize if_stop so suspend won't jump to NULL. 2018-09-02 19:46:53 +00:00
bwfmreg.h
bwfmvar.h bwfm has only one tx descriptor; limit mbuf chains to one segment. 2018-09-01 22:01:03 +00:00
bwi.c Replace: M_COPY_PKTHDR -> m_copy_pkthdr. No functional change, since the 2018-12-22 14:07:53 +00:00
bwireg.h
bwivar.h
cac.c bio(4) drivers: remove noop fallthrough-to-default bio(4) cmd cases 2019-05-08 05:40:51 +00:00
cacreg.h
cacvar.h
cd18xx.c
cd18xxreg.h
cd18xxvar.h
cd1190reg.h
cd1400reg.h
ciss.c bio(4) drivers: remove noop fallthrough-to-default bio(4) cmd cases 2019-05-08 05:40:51 +00:00
cissreg.h
cissvar.h
clmpcc.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
clmpccreg.h
clmpccvar.h
com_cpcbus.c Clean up initialization of com_regs structure, in preparation for 2018-12-08 17:46:09 +00:00
com_upc.c Clean up initialization of com_regs structure, in preparation for 2018-12-08 17:46:09 +00:00
com.c Simplify regmap initialization, and fix an regmap issue that 2019-01-11 23:10:40 +00:00
comreg.h
comvar.h Simplify regmap initialization, and fix an regmap issue that 2019-01-11 23:10:40 +00:00
cpc700.c
cpc700reg.h
cpc700uic.h
cpc700var.h
cs89x0.c Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA in 2019-05-29 10:07:28 +00:00
cs89x0reg.h
cs89x0var.h
cs4215reg.h
cs4215var.h
cs4231.c Clean get_props(). 2019-06-08 08:02:36 +00:00
cs4231reg.h
cs4231var.h
cs4237reg.h
ct65550.c
ct65550reg.h
ct65550var.h
cy.c
cyreg.h
cyvar.h
dc21040reg.h
decmonitors.c
depca.c
depcareg.h
depcavar.h
dl10019.c No functional change: 2019-05-29 06:17:27 +00:00
dl10019reg.h
dl10019var.h
dm9000.c Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA in 2019-05-29 10:07:28 +00:00
dm9000reg.h
dm9000var.h
dp8390.c Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA in 2019-05-29 10:07:28 +00:00
dp8390reg.h
dp8390var.h Retire ipkdb entirely. The option was removed from the config files 2018-07-15 05:16:40 +00:00
dp83905.c
dp83905reg.h
dp83905var.h
dp83932.c Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. 2019-05-28 07:41:46 +00:00
dp83932reg.h
dp83932var.h
dpt.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
dptreg.h
dptvar.h
ds1286reg.h
ds1687reg.h "s/ an an / an /" in comment. No functional change. 2018-11-08 06:43:52 +00:00
ds.h
dw_hdmi.c Add driver for Designware HDMI TX controller. 2019-01-30 01:19:49 +00:00
dw_hdmi.h Add driver for Designware HDMI TX controller. 2019-01-30 01:19:49 +00:00
dwc_gmac_reg.h Bring back support for enhanced descriptor format in newer core versions. 2018-10-08 17:09:31 +00:00
dwc_gmac_var.h Pass the phy ID to dwc_gmac_attach. 2019-02-23 17:18:07 +00:00
dwc_gmac.c Whitespace fix (mainly tabify). 2019-05-23 13:10:50 +00:00
dwc_mmc_reg.h
dwc_mmc_var.h Simplify card detect 2019-04-30 23:19:55 +00:00
dwc_mmc.c Simplify card detect 2019-04-30 23:19:55 +00:00
dwiic_var.h Sync with OpenBSD src/sys/dev/ic/dwiic.c r1.4. 2018-09-26 18:32:51 +00:00
dwiic.c Add dwiic_fdt attachment for "snps,designware-i2c". 2018-09-26 19:06:33 +00:00
elink3.c No functional change: 2019-05-29 06:17:27 +00:00
elink3reg.h
elink3var.h
elinkxl.c Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. 2019-05-28 07:41:46 +00:00
elinkxlreg.h
elinkxlvar.h
esiop.c
esiopvar.h
files.athn
fmv.c
fmvreg.h
fmvvar.h
gcscpcib.c
gcscpcibreg.h
gcscpcibvar.h
gem.c s/recieve/receive/ 2019-05-28 08:59:33 +00:00
gemreg.h
gemvar.h
hayespreg.h
hd44780_subr.c
hd44780reg.h
hd44780var.h
hd64570.c
hd64570reg.h
hd64570var.h
hfa3861areg.h
hme.c Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. 2019-05-28 07:41:46 +00:00
hmereg.h
hmevar.h
hpet.c
hpetreg.h
hpetvar.h
i128.c
i128reg.h
i128var.h
i8042reg.h
i8237reg.h
i8253reg.h
i8259reg.h
i82365.c
i82365reg.h
i82365var.h
i82557.c Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. 2019-05-28 07:41:46 +00:00
i82557reg.h
i82557var.h
i82586.c Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA in 2019-05-29 10:07:28 +00:00
i82586reg.h
i82586var.h
i82595reg.h
i82596.c Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA in 2019-05-29 10:07:28 +00:00
i82596reg.h
i82596var.h
i82801lpcreg.h
i82801lpcvar.h
ibm561.c
ibm561reg.h
ibm561var.h
ibm82660reg.h
icp_ioctl.c
icp_ioctl.h
icp.c
icpreg.h
icpsp.c
icpvar.h
ics2101reg.h
igsfb_subr.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
igsfb.c
igsfbreg.h
igsfbvar.h
iha.c
ihareg.h
ihavar.h
iic_cpcbus.c
ims332reg.h
intersil7170.c
intersil7170reg.h
intersil7170var.h
interwave.c Clean get_props(). 2019-06-08 08:02:36 +00:00
interwavereg.h
interwavevar.h Merge isaki-audio2 branch, the overhaul of audio subsystem. 2019-05-08 13:40:13 +00:00
isp_ioctl.h
isp_library.c When handles returned by the device do not match our expectations, 2019-01-10 09:12:47 +00:00
isp_library.h
isp_netbsd.c - add or adjust /* FALLTHROUGH */ where appropriate 2019-02-03 03:19:25 +00:00
isp_netbsd.h
isp_stds.h
isp_target.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
isp_target.h
isp_tpublic.h
isp.c
ispmbox.h
ispreg.h
ispvar.h
joy.c
joyvar.h
lan9118.c Simplify MII structure initialization and reference. No functional change. 2019-05-30 02:32:17 +00:00
lan9118reg.h
lan9118var.h
lance.c Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA in 2019-05-29 10:07:28 +00:00
lancereg.h
lancevar.h
lcdkp_subr.c
lcdkp_subr.h
ld_aac.c
ld_cac.c
ld_icp.c
ld_mlx.c
ld_nvme.c Expose device type. You can query it with e.g. drvctl -p ld0 disk-info/type. 2019-04-26 14:28:40 +00:00
lemac.c Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA in 2019-05-29 10:07:28 +00:00
lemacreg.h
lemacvar.h
lm700x.c
lm700x.h
lpt_upc.c
lpt.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
lptreg.h
lptvar.h
lsi64854.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
lsi64854reg.h
lsi64854var.h
Makefile
malo.c use callout_destroy in malo_detach, not callout_stop 2018-12-14 21:23:43 +00:00
maloreg.h
malovar.h
matrixkp_subr.c
matrixkpvar.h
max2820reg.h
mb86950.c Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA in 2019-05-29 10:07:28 +00:00
mb86950reg.h
mb86950var.h
mb86960.c Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA in 2019-05-29 10:07:28 +00:00
mb86960reg.h
mb86960var.h
mb89352.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
mb89352reg.h
mb89352var.h
mc6845reg.h
mc6854reg.h Fix a typo in a comment 2019-04-11 11:23:51 +00:00
mc68450reg.h
mc146818.c
mc146818reg.h
mc146818var.h
mfi.c Add some definitions from OpenBSD, needed by the upcoming mfii driver. 2018-11-24 18:10:29 +00:00
mfiio.h
mfireg.h Add some definitions from OpenBSD, needed by the upcoming mfii driver. 2018-11-24 18:10:29 +00:00
mfivar.h
mk48txx.c
mk48txxreg.h
mk48txxvar.h
mlx.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
mlxio.h
mlxreg.h
mlxvar.h
mm58167.c
mm58167var.h
monitors.h
mpc105reg.h
mpc106reg.h
mpt_debug.c
mpt_mpilib.h
mpt_netbsd.c mpt(4): remove ENOTTY / noop implementation of bio(4) setstate 2019-05-08 06:32:01 +00:00
mpt_netbsd.h
mpt.c
mpt.h
mpu.c
mpuvar.h
msm6242b.c
msm6242breg.h
msm6242bvar.h
msm6258.c Merge isaki-audio2 branch, the overhaul of audio subsystem. 2019-05-08 13:40:13 +00:00
msm6258var.h Merge isaki-audio2 branch, the overhaul of audio subsystem. 2019-05-08 13:40:13 +00:00
mtd803.c Simplify MII structure initialization and reference. No functional change. 2019-05-30 02:32:17 +00:00
mtd803reg.h
mtd803var.h
mvsata.c Add a missing newline in an error message. Noticed in PR/54205 2019-06-23 06:33:17 +00:00
mvsatareg.h
mvsatavar.h Merge jdolecek-ncqfixes branch 2018-10-22 20:13:47 +00:00
mx98905.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
mx98905var.h
ncr53c9x.c Introduce PR_ZERO to avoid open-coding memset()s everywhere. OK riastradh@. 2019-02-10 17:13:33 +00:00
ncr53c9xreg.h
ncr53c9xvar.h
ncr53c400reg.h
ncr5380.doc
ncr5380reg.h
ncr5380sbc.c
ncr5380var.h
ndisreg.h Added Microsoft Hyper-V support. It ported from OpenBSD and FreeBSD. 2019-02-15 08:54:01 +00:00
ne2000.c Merge the [pgoyette-compat] branch 2019-01-27 02:08:33 +00:00
ne2000reg.h
ne2000var.h Retire ipkdb entirely. The option was removed from the config files 2018-07-15 05:16:40 +00:00
nec765reg.h
nec7210reg.h
nec71071reg.h
ninjaata32.c
ninjaata32reg.h
ninjaata32var.h
ninjascsi32.c
ninjascsi32reg.h
ninjascsi32var.h
ns8477reg.h
ns16450reg.h
ns16550reg.h Simplify regmap initialization, and fix an regmap issue that 2019-01-11 23:10:40 +00:00
nslm7x.c Use pmf_device_{register,deregister}(). 2018-11-30 05:49:23 +00:00
nslm7xvar.h
nvme.c Fix a performance issue where one busy queue can starve all other queues. 2019-06-28 15:08:47 +00:00
nvmeio.h
nvmereg.h rename NVME_ID_CTRLR_ONCS_SAVE back to NVME_ID_CTRLR_ONCS_SET_FEATURES; 2018-12-01 18:25:39 +00:00
nvmevar.h Fix a performance issue where one busy queue can starve all other queues. 2019-06-28 15:08:47 +00:00
oosiop.c
oosiopreg.h
oosiopvar.h
opl3sa3reg.h
opl.c Merge isaki-audio2 branch, the overhaul of audio subsystem. 2019-05-08 13:40:13 +00:00
oplinstrs.c
oplreg.h
oplvar.h
osiop.c
osiopreg.h
osiopvar.h
pca9564.c
pca9564reg.h
pca9564var.h
pcdisplay_chars.c
pcdisplay_subr.c
pcdisplay.h
pcdisplayvar.h
pcf8584.c
pcf8584reg.h
pcf8584var.h
pckbc.c slotdata might not be attached, don't use it then. 2019-05-01 07:23:22 +00:00
pckbcvar.h
pdq_ifsubr.c Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA in 2019-05-29 10:07:28 +00:00
pdq.c
pdqreg.h
pdqvar.h
pl031.c
pl031var.h
pl041.c Merge isaki-audio2 branch, the overhaul of audio subsystem. 2019-05-08 13:40:13 +00:00
pl041var.h Merge isaki-audio2 branch, the overhaul of audio subsystem. 2019-05-08 13:40:13 +00:00
pl050.c
pl050var.h
pl061.c Allow bus glue to reserve pins for private use 2018-10-21 18:31:14 +00:00
pl061reg.h
pl061var.h Allow bus glue to reserve pins for private use 2018-10-21 18:31:14 +00:00
pl181.c Trailing whitespace 2019-06-12 10:16:52 +00:00
pl181reg.h
pl181var.h
qemufwcfg.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
qemufwcfgio.h
qemufwcfgvar.h
ramdac.h
README.ncr5380sbc
rf3000reg.h
rndisreg.h Added Microsoft Hyper-V support. It ported from OpenBSD and FreeBSD. 2019-02-15 08:54:01 +00:00
rrunner.c Remove very old IFF_NOTRAILERS flag. 2019-02-05 06:17:00 +00:00
rrunnerreg.h Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
rrunnervar.h
rs5c313.c
rs5c313reg.h
rs5c313var.h
rt2560.c Replace: M_COPY_PKTHDR -> m_copy_pkthdr. No functional change, since the 2018-12-22 14:07:53 +00:00
rt2560reg.h
rt2560var.h
rt2661.c Replace: M_COPY_PKTHDR -> m_copy_pkthdr. No functional change, since the 2018-12-22 14:07:53 +00:00
rt2661reg.h
rt2661var.h
rt2860.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
rt2860reg.h
rt2860var.h
rtl80x9.c KNF. No functional change. 2019-04-25 10:44:52 +00:00
rtl80x9reg.h
rtl80x9var.h
rtl81x9.c Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. 2019-05-28 07:41:46 +00:00
rtl81x9reg.h Fix indentation for RTK_CFG2_BUSFREQ to line up with the rest. 2019-04-05 23:46:04 +00:00
rtl81x9var.h
rtl8169.c Simplify MII structure initialization and reference. No functional change. 2019-05-30 02:32:17 +00:00
rtl8169var.h
rtsx.c
rtsxreg.h
rtsxvar.h
rtw.c Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. 2019-05-28 07:41:46 +00:00
rtwn_data.h
rtwnreg.h
rtwphy.c
rtwphy.h
rtwphyio.c
rtwphyio.h
rtwreg.h
rtwvar.h
sa2400reg.h
seeq8003reg.h
seeq8005.c Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. 2019-05-28 07:41:46 +00:00
seeq8005reg.h
seeq8005var.h
sgec.c Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. 2019-05-28 07:41:46 +00:00
sgecreg.h
sgecvar.h
si470x_reg.h
si4136reg.h
siisata.c consistently use the SATA correct 'port %d' instead of 'channel', some 2018-11-19 19:52:08 +00:00
siisatareg.h
siisatavar.h detach the controller itself on shutdown; adjust to not detach already 2018-10-24 19:38:00 +00:00
siop_common.c
siop.c
siopreg.h
siopvar_common.h
siopvar.h
sl811hs.c Fix assertion failures triggered by usbdi.c,v 1.182, when devices 2019-02-17 04:17:52 +00:00
sl811hsreg.h
sl811hsvar.h
sm502reg.h
smc83c170.c Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. 2019-05-28 07:41:46 +00:00
smc83c170reg.h
smc83c170var.h
smc90cx6.c Remove very old IFF_NOTRAILERS flag. 2019-02-05 06:17:00 +00:00
smc90cx6reg.h
smc90cx6var.h
smc91cxx.c Simplify MII structure initialization and reference. No functional change. 2019-05-30 02:32:17 +00:00
smc91cxxreg.h
smc91cxxvar.h
smc93cx6.c
smc93cx6var.h
spdmem.c Fix spelling of symeti^Hric 2019-04-07 01:39:12 +00:00
spdmemreg.h
spdmemvar.h Print rank on DDR4. 2018-12-27 02:54:00 +00:00
spic.c
spicvar.h
ssdfb.c add missing kthread_exit 2019-06-05 20:32:28 +00:00
ssdfbvar.h ensure the device's UVM pager object is present before using uvm_pageratop 2019-03-17 04:03:17 +00:00
st16650reg.h
sti.c
stireg.h
stivar.h
sunscpal.c
sunscpalreg.h
sunscpalvar.h
tcic2.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
tcic2reg.h
tcic2var.h
tea5757.c
tea5757.h
timer_cpcbus.c
tms320av110.c Clean get_props(). 2019-06-08 08:02:36 +00:00
tms320av110reg.h
tms320av110var.h Merge isaki-audio2 branch, the overhaul of audio subsystem. 2019-05-08 13:40:13 +00:00
tms9914reg.h
tpm.c Revamp the TPM driver 2019-06-22 12:57:40 +00:00
tpmreg.h Revamp the TPM driver 2019-06-22 12:57:40 +00:00
tpmvar.h Revamp the TPM driver 2019-06-22 12:57:40 +00:00
tropic.c Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA in 2019-05-29 10:07:28 +00:00
tropicreg.h
tropicvar.h
tulip.c s/recieve/receive/ 2019-05-28 08:59:33 +00:00
tulipreg.h s/recieve/receive/ 2019-05-28 08:59:33 +00:00
tulipvar.h
uda1341.c Merge isaki-audio2 branch, the overhaul of audio subsystem. 2019-05-08 13:40:13 +00:00
uda1341reg.h
uda1341var.h Merge isaki-audio2 branch, the overhaul of audio subsystem. 2019-05-08 13:40:13 +00:00
ug.c
ugreg.h
ugvar.h
uha.c
uhareg.h
uhavar.h
universereg.h
upc.c
upcreg.h
upcvar.h
vga_common.c
vga_raster.c
vga_subr.c
vga.c
vgareg.h
vgavar.h
w83l518d_sdmmc.c
w83l518d_sdmmc.h
w83l518d.c
w83l518dreg.h
w83l518dvar.h
wd33c93.c Introduce PR_ZERO to avoid open-coding memset()s everywhere. OK riastradh@. 2019-02-10 17:13:33 +00:00
wd33c93reg.h
wd33c93var.h
wdc_upc.c
wdc.c Fix previous misnamed initializer elements 2018-10-27 05:38:08 +00:00
wdcreg.h
wdcvar.h
we.c
wereg.h
wevar.h
wi_ieee.h
wi.c Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. 2019-05-28 07:41:46 +00:00
wireg.h
wivar.h
z8530reg.h
z8530sc.c
z8530sc.h
z8530tty.c
z8536reg.h

NCR 53C80/53C400 driver

BACKGROUND
----------
The NCR 53C80 SCSI Bus Controller (SBC) is an early single-chip solution
which formed the basis of many early SCSI host adapters for both the
i386 and m68k platforms. The NCR 53C400 is a slightly more advanced
chip which retains backward compatibility with the 53C80.

On the PC, the NCR 53C80 was most commonly used to implement simple, cheap
SCSI host adapters that were bundled with tape and CD-ROM drives. Since
these controllers were not bus-mastering (and in some cases were not even
interrupt-driven), they (like IDE adapters) required the CPU to perform
much of the actual processing. These days, these controllers are cheap
and plentiful since many are not supported by Windows 95.

Similarly, NetBSD, although it has had an MI 53C80 driver (used by the
Sun3 and Mac68k ports) for some time, has not had a i386 driver.

Until now, that is...

OVERVIEW
--------
The NCR 53C80/53C400 driver (the 'nca' device) consists of two pieces:

	1) Patches for the 53C80 MI driver to make it use bus_space()
	   functions. (This requires an optional define. By default,
	   the driver will compile in "legacy" memory-mapped mode.

	2) A machine-dependent driver (nca) containing probe and
	   attachment routines.

This driver has bene tested with the following adapters:

	NCS-250 (Chinon)	53C80, port-mapped, polled-mode
				(This is used in my primary development
				box to drive an external Zip drive.)
	Sumo SCSI-AT		53C80, port-mapped, interrupt driven
				(Note: This is an odd card in that its
				own firmware seems to have trouble detecting
				attached drives. Under NetBSD, however,
				it operates with no problems.)
	Trantor T-160		53C400, port-mapped, interrupt driven
				This card was often bundled with NEC
				CD-ROM drives. (My standalone test box
				is using this as its primary adapter.)
	DTC 3150V		53C400, memory-mapped, interrupt driven
				This a simple card designed to drive
				a CD-ROM.

CONFIGURATION
-------------
To setup the nca driver, the configuration file must contain the following:

	options	NCR5380_USE_BUS_SPACE

This line is required to add bus_space() compatibility to the MI driver.

Next you need to add one or more configuration lines for the nca devices:

	nca0	at isa? port 0x360 irq 15
	nca1	at isa? iomem 0xd8000 irq 5

The first is for a port-mapped controller at 0x360, IRQ 15. The second line
is for a memory-mapped controller (Trantor T128 or equivalent) at
0xd800-0xdff, IRQ 5.

You can also set up the driver in "polled" mode (i.e., no interrupts) by
leaving off the "irq" portion of the line:

	nca0	at isa? port 0x360
	nca1	at isa? iomem 0xd8000

Lastly, you need to add a scsibus attachment line for the nca device:

	scsibus* at nca?

The following is the probe output from my test system:

	Copyright (c) 1996, 1997, 1998
	    The NetBSD Foundation, Inc.  All rights reserved.
	Copyright (c) 1982, 1986, 1989, 1991, 1993
	    The Regents of the University of California.  All rights reserved.

	NetBSD 1.3.2 (GENERIC) #2: Sun Oct  4 17:11:43 EDT 1998
	    root@hefalump:/usr/src/sys/arch/i386/compile/GENERIC
	cpu0: Intel 486DX (486-class)
	real mem  = 7995392
	avail mem = 5349376
	using 123 buffers containing 503808 bytes of memory
	mainbus0 (root)
	isa0 at mainbus0
	com1 at isa0 port 0x2f8-0x2ff irq 3: ns8250 or ns16450, no fifo
	com2 at isa0 port 0x3e8-0x3ef irq 5: ns8250 or ns16450, no fifo
	lpt0 at isa0 port 0x378-0x37b irq 7
	nca0 at isa0 port 0x360-0x36f irq 15
	nca0: NCR 53C400 detected
	scsibus0 at nca0: 8 targets
	sd0 at scsibus0 targ 0 lun 0: <HP, C2235, 0B11> SCSI2 0/direct fixed
	sd0: 402MB, 1574 cyl, 9 head, 58 sec, 512 bytes/sect x 825012 sectors
	cd0 at scsibus0 targ 6 lun 0: <CHINON, CD-ROM CDS-535, Q20> SCSI2 5/cdrom removable
	nca1 at isa0 iomem 0xdb878-0xdb887 irq 5
	nca1: NCR 53C400 detected
	scsibus1 at nca1: 8 targets
	sd1 at scsibus1 targ 5 lun 0: <IOMEGA, ZIP 100, J.02> SCSI2 0/direct removable
	sd1: 96MB, 96 cyl, 64 head, 32 sec, 512 bytes/sect x 196608 sectors
	npx0 at isa0 port 0xf0-0xff: using exception 16
	pc0 at isa0 port 0x60-0x6f irq 1: color
	pc0: console
	fdc0 at isa0 port 0x3f0-0x3f7 irq 6 drq 2
	fd0 at fdc0 drive 0: 1.44MB, 80 cyl, 2 head, 18 sec
	biomask 8060 netmask 8460 ttymask 84e2
	boot device: sd0
	root on sd0a dumps on sd0b
	root file system type: ffs

In this output, nca0 is a Trantor T-160 and nca1 is a DTC 3150V. Both happen
to be 53C400-based controllers.

LIMITATIONS
-----------
As of this writing, the nca driver has two known limitations:

1) No DMA or pseudo-DMA support

This is unfortunate, but may be remedied in a later release. I would welcome
any help by someone more familiar with DMA, particularly in relation to
bus_space().

As it is, however, performance of the nca driver is acceptable, though some
of that may depend on one's definition of "acceptable". Remember that these
were not high speed controller under the best conditions, so much of it is
really the nature of the beast. It should be adequate for tapes, CD-ROMS,
and low-usage disk devices (e.g., Zip drives). If you want to drive a CD-R
drive, then invest in an Adaptec 154X or a PCI controller.

2) No support for the SCSI port of the Pro AudioStudio 16.

This is also unfortunate and may not be able to be remedied withing the
current framework of the bus_space() functions and the nca driver.

The problem is this: In most adapters, the eight 53C80 registers are mapped
to eight sequential locations, either ports or memory addresses. On the
PAS-16, however, the registers are mapped to two sets of ports- four
sequential ports at the base address and four sequential ports located
0x2000 higher. As I currently understand it, this is not supportable by
the current bus_space() implementation nor is it possible for the driver
to allocate a second bus_space_tag and _handle itself to accommodate the
second set of ports. Without either, it is very difficult to imagine how
a portable linkage to the MI driver could be made.

Again, I welcome suggestions.

HISTORY
-------
An nca driver first appeared in FreeBSD.

This particular one borrows a little code from it and some from the i386
'esp' and sun3 'si' drivers. It, like many things in the free unix world,
was written because it solved a problem- mine! In my case, it was a need
of a SCSI card and a lack of IRQs. The good news was that I had one
(NCS-250); the bad news was that it was not supported under NetBSD. The
rest is history.

DISCLAIMER
----------
Like most things, you should take this code with a grain of salt. I have
tried to test it sufficiently, but it is always possible that it is not
compatible with some aspect of your system. If you end up suffering
massive data loss and destruction, you have my sympathies, but I do not
and will not allow myself to be held responsible.

CREDITS
-------
My thanks to Jason Thorpe and the rest of the NetBSD team for making it
so easy to write this driver. My thanks also to the authors of the
FreeBSD nca driver for inspiration and 53C400 support.

In the end, I hope that someone else can find this driver as useful as I
have. If so, please drop me a line at jruschme@exit109.com and let me
know about it.

Share and enjoy

John Ruschmeyer (jruschme@exit109.com)
11 October 1998