NetBSD/sys/dev/ic
roy 37a768187e le(4): add link status change reporting to drivers which support it
Reviewed by thorpej@
Tested by martin@
2020-10-20 18:17:58 +00:00
..
Makefile Remove HIPPI support and the esh(4) driver that uses it. There have not 2020-01-19 06:55:21 +00:00
README.ncr5380sbc
aac.c in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
aac_tables.h
aacreg.h
aacvar.h Modularize the ld driver and all of its attachments. Ensure that all 2016-09-27 03:33:32 +00:00
ac97.c Fix undefined behaviors found by kUBSan. 2020-10-18 11:51:08 +00:00
ac97reg.h Add AC-link slot assignment definitions. 2018-04-09 10:15:57 +00:00
ac97var.h split device_t/softc for all remaining drivers. 2012-10-27 17:17:22 +00:00
acpipmtimer.c
acpipmtimer.h
ad1843reg.h
ad1848.c Remove rounding by 4 bytes on round_blocksize(). 2020-02-29 05:51:10 +00:00
ad1848reg.h
ad1848var.h Remove rounding by 4 bytes on round_blocksize(). 2020-02-29 05:51:10 +00:00
adv.c Remove clause 3 and 4 leftovers from TNF licenses in more sources. 2019-12-15 16:48:25 +00:00
adv.h Remove clause 3 and 4 leftovers from TNF licenses in more sources. 2019-12-15 16:48:25 +00:00
advlib.c Remove clause 3 and 4 leftovers from TNF licenses in more sources. 2019-12-15 16:48:25 +00:00
advlib.h s/transef/transfer/ in comment. 2019-12-27 09:48:35 +00:00
advmcode.c Remove clause 3 and 4 leftovers from TNF licenses in more sources. 2019-12-15 16:48:25 +00:00
advmcode.h Remove clause 3 and 4 leftovers from TNF licenses in more sources. 2019-12-15 16:48:25 +00:00
adw.c Remove clause 3 and 4 leftovers from TNF licenses in more sources. 2019-12-15 16:48:25 +00:00
adw.h Remove clause 3 and 4 leftovers from TNF licenses in more sources. 2019-12-15 16:48:25 +00:00
adwlib.c Remove clause 3 and 4 leftovers from TNF licenses in more sources. 2019-12-15 16:48:25 +00:00
adwlib.h Remove clause 3 and 4 leftovers from TNF licenses in more sources. 2019-12-15 16:48:25 +00:00
adwmcode.c Remove clause 3 and 4 leftovers from TNF licenses in more sources. 2019-12-15 16:48:25 +00:00
adwmcode.h Remove clause 3 and 4 leftovers from TNF licenses in more sources. 2019-12-15 16:48:25 +00:00
aha.c KNF. No functional change. 2016-07-14 04:19:26 +00:00
ahareg.h
ahavar.h
ahcisata_core.c fix use-after-free for ata xfer on bio submission found by KASAN 2020-04-13 10:49:34 +00:00
ahcisatareg.h fix typo in comment 2019-01-14 21:09:01 +00:00
ahcisatavar.h Add new AHCI_QUIRK_BADNCQ quick for controllers that have issues with 2020-01-18 11:26:11 +00:00
aic7xxx.c constify, NFCI 2020-06-27 17:07:49 +00:00
aic7xxx_cam.h CAM status values are used as xs_status and must be mapped to XS values. 2016-10-30 23:35:10 +00:00
aic7xxx_inline.h s/static inline/static __inline/g for consistency. 2018-04-19 21:50:06 +00:00
aic7xxx_osm.c in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
aic7xxx_osm.h
aic7xxx_seeprom.c
aic7xxxvar.h
aic77xx.c
aic77xxreg.h
aic77xxvar.h
aic79xx.c constify, NFCI 2020-06-27 17:07:49 +00:00
aic79xx_inline.h Apply FreeBSD r357300: 2020-02-08 08:23:01 +00:00
aic79xx_osm.c in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
aic79xx_osm.h undo previous commit of unrelated debugging. 2013-04-03 14:40:41 +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 Don't bother with IFF_OACTIVE. 2020-03-15 22:19:00 +00:00
aic6915reg.h Use unsinged when initialize the transmit completion ring to avoid undefined 2019-08-01 15:21:09 +00:00
aic6915var.h split device_t/softc for all remaining drivers. 2012-10-27 17:17:22 +00:00
al2210reg.h
am79c930.c
am79c930reg.h
am79c930var.h
am7930.c Improve am7930 family drivers to share more code. 2020-09-12 05:19:15 +00:00
am7930reg.h
am7930var.h Improve am7930 family drivers to share more code. 2020-09-12 05:19:15 +00:00
am7990.c le(4): add link status change reporting to drivers which support it 2020-10-20 18:17:58 +00:00
am7990reg.h
am7990var.h
am9513reg.h
am79900.c le(4): add link status change reporting to drivers which support it 2020-10-20 18:17:58 +00:00
am79900reg.h Use unsigned to avoid undefined behavior. Found by kUBSan. 2019-10-11 14:22:46 +00:00
am79900var.h
amdccp.c rnd_attach_source calls the callback itself now. 2020-04-30 03:40:52 +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 Adopt <net/if_stats.h>. 2020-01-29 13:54:41 +00:00
anreg.h
anvar.h remove __packed attribute from struct ieee80211_radiotap_header 2019-10-05 23:27:20 +00:00
anx_dp.c Emit PMFE_DISPLAY_{ON,OFF} events in response to DPMS requests. 2020-01-04 12:08:32 +00:00
anx_dp.h Emit PMFE_DISPLAY_{ON,OFF} events in response to DPMS requests. 2020-01-04 12:08:32 +00:00
apcdmareg.h
apple_smc.c Fix binary search logic. 2014-04-25 23:54:58 +00:00
apple_smc.h Rework Apple SMC device attachment goo again. 2014-04-01 17:48:52 +00:00
apple_smc_fan.c Update module dependencies for all the existing modules that depend on sysmon components. 2015-04-23 23:23:00 +00:00
apple_smc_temp.c Update module dependencies for all the existing modules that depend on sysmon components. 2015-04-23 23:23:00 +00:00
apple_smcreg.h First draft of drivers for the Apple System Management Controller. 2014-04-01 17:47:36 +00:00
apple_smcvar.h Polish the Apple SMC code with commentary and little fixes. 2014-04-01 17:49:05 +00:00
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 in ar5008_set_viterbi_mask() be sure to initialise m[0]. 2020-09-07 10:45:23 +00:00
arn5008.h This is the initial port of OpenBSD's athn(4) driver. It supports 2013-03-30 02:53:00 +00:00
arn5008reg.h This is the initial port of OpenBSD's athn(4) driver. It supports 2013-03-30 02:53:00 +00:00
arn5416.c instead of ifnet use ethercom. 2013-04-03 14:20:02 +00:00
arn5416.h This is the initial port of OpenBSD's athn(4) driver. It supports 2013-03-30 02:53:00 +00:00
arn5416reg.h This is the initial port of OpenBSD's athn(4) driver. It supports 2013-03-30 02:53:00 +00:00
arn9003.c Adopt <net/if_stats.h>. 2020-01-29 13:54:41 +00:00
arn9003.h This is the initial port of OpenBSD's athn(4) driver. It supports 2013-03-30 02:53:00 +00:00
arn9003reg.h This is the initial port of OpenBSD's athn(4) driver. It supports 2013-03-30 02:53:00 +00:00
arn9280.c instead of ifnet use ethercom. 2013-04-03 14:20:02 +00:00
arn9280.h This is the initial port of OpenBSD's athn(4) driver. It supports 2013-03-30 02:53:00 +00:00
arn9280reg.h This is the initial port of OpenBSD's athn(4) driver. It supports 2013-03-30 02:53:00 +00:00
arn9285.c Avoid undefined behavior. Found by KUBSan. Some of errors are still remaining. 2019-07-25 11:56:09 +00:00
arn9285.h This is the initial port of OpenBSD's athn(4) driver. It supports 2013-03-30 02:53:00 +00:00
arn9285reg.h This is the initial port of OpenBSD's athn(4) driver. It supports 2013-03-30 02:53:00 +00:00
arn9287.c - remove unused variables 2013-10-17 21:24:24 +00:00
arn9287.h This is the initial port of OpenBSD's athn(4) driver. It supports 2013-03-30 02:53:00 +00:00
arn9287reg.h This is the initial port of OpenBSD's athn(4) driver. It supports 2013-03-30 02:53:00 +00:00
arn9380.c swap16 -> bswap16 swap32 -> bswap32 2014-01-22 17:29:29 +00:00
arn9380.h This is the initial port of OpenBSD's athn(4) driver. It supports 2013-03-30 02:53:00 +00:00
arn9380reg.h This is the initial port of OpenBSD's athn(4) driver. It supports 2013-03-30 02:53:00 +00:00
ath.c s/reseting/resetting/ 2020-07-22 01:24:39 +00:00
ath_netbsd.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
ath_netbsd.h wlan interfaces make interrupt routine running on softint context. 2017-02-02 10:05:35 +00:00
athioctl.h Add some #includes to make a few more header files compile. 2017-10-28 06:27:32 +00:00
athn.c Adopt <net/if_stats.h>. 2020-01-29 13:54:41 +00:00
athnreg.h Avoid undefined behavior. Found by KUBSan. Some of errors are still remaining. 2019-07-25 11:56:09 +00:00
athnvar.h remove __packed attribute from struct ieee80211_radiotap_header 2019-10-05 23:27:20 +00:00
athrate-amrr.c in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
athrate-amrr.h
athrate-onoe.c in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
athrate-onoe.h
athrate-sample.c in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
athrate-sample.h Use NetBSD's own KASSERT() and KASSERTMSG() instead of #undef and re-#defining 2012-11-08 20:43:55 +00:00
athrate.h src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
athvar.h don't transmit while in a key change is in progress 2013-01-27 12:48:56 +00:00
atppc.c s/reseting/resetting/ 2020-07-22 01:24:39 +00:00
atppcreg.h remove last isolated islands using BUS_SPACE_BARRIER_SYNC and 2016-09-15 21:45:37 +00:00
atppcvar.h
attimer.c Kill some more extern struct cfdriver declarations. 2017-10-28 04:53:54 +00:00
attimervar.h
atw.c Adopt <net/if_stats.h>. 2020-01-29 13:54:41 +00:00
atwreg.h
atwvar.h remove __packed attribute from struct ieee80211_radiotap_header 2019-10-05 23:27:20 +00:00
awi.c Adopt <net/if_stats.h>. 2020-01-29 13:54:41 +00:00
awireg.h
awivar.h wlan interfaces make interrupt routine running on softint context. 2017-02-02 10:05:35 +00:00
ax88190.c Use ifmedia_fini(). 2020-02-04 05:18:36 +00:00
ax88190reg.h
ax88190var.h
bcmgenet.c prop_data_data_nocopy -> prop_data_value 2020-06-27 13:32:00 +00:00
bcmgenetreg.h Add missing receive error status bit definitions, from Robert Sprowson in 2020-04-25 10:21:41 +00:00
bcmgenetvar.h Improve RGMII TX / RX delay handling, from OpenBSD. 2020-05-25 19:49:28 +00:00
bha.c got 'bad mbi comp_stat 5' during DIOCGCACHE under Parallels, according 2017-02-26 23:30:14 +00:00
bhareg.h got 'bad mbi comp_stat 5' during DIOCGCACHE under Parallels, according 2017-02-26 23:30:14 +00:00
bhavar.h split device_t/softc for all remaining drivers. 2012-10-27 17:17:22 +00:00
bt8xx.h
bt431reg.h
bt459reg.h
bt462reg.h
bt463.c Fix integer overflows noted by Silvio Cesare of InfoSect. 2018-01-24 05:35:58 +00:00
bt463reg.h
bt463var.h
bt485.c Fix integer overflows noted by Silvio Cesare of InfoSect. 2018-01-24 05:35:58 +00:00
bt485reg.h
bt485var.h
bwfm.c bwfm: Switch from pcq to pool_cache. 2020-07-22 17:23:52 +00:00
bwfmreg.h Add include guards and appropriate includes to bwfmreg.h, bwfmvar.h. 2020-07-22 17:21:25 +00:00
bwfmvar.h bwfm: Switch from pcq to pool_cache. 2020-07-22 17:23:52 +00:00
bwi.c Adopt <net/if_stats.h>. 2020-01-29 13:54:41 +00:00
bwireg.h Fix typo in comment. 2020-05-18 05:47:54 +00:00
bwivar.h wlan interfaces make interrupt routine running on softint context. 2017-02-02 10:05:35 +00:00
cac.c in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
cacreg.h
cacvar.h Modularize the ld driver and all of its attachments. Ensure that all 2016-09-27 03:33:32 +00:00
cd18xx.c Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
cd18xxreg.h
cd18xxvar.h centralize the dialout/call unit macros. 2014-11-15 19:18:18 +00:00
cd1190reg.h
cd1400reg.h
ciss.c revert the conversion to STAILQ, it broke execution of commands 2020-07-16 14:39:33 +00:00
cissreg.h make sure the alignment of ciss_cmd matches KASSERT() in ciss_cmd() 2020-07-16 14:41:04 +00:00
cissvar.h g/c unused sc_channel_raw, sc_adapter_raw 2020-07-15 14:33:58 +00:00
clmpcc.c in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
clmpccreg.h
clmpccvar.h split device_t/softc for all remaining drivers. 2012-10-27 17:17:22 +00:00
com.c Set sc_fifolen=1 for the no fifo case 2020-09-30 14:56:34 +00:00
com_cpcbus.c Clean up initialization of com_regs structure, in preparation for 2018-12-08 17:46:09 +00:00
comreg.h Auto-detect DW APB UART FIFO length and print the FIFO length when enabled 2020-09-28 11:33:15 +00:00
comvar.h Simplify regmap initialization, and fix an regmap issue that 2019-01-11 23:10:40 +00:00
cpc700.c Overhaul the interface to pci_configure_bus(): 2020-07-07 03:38:45 +00:00
cpc700reg.h
cpc700uic.h
cpc700var.h
cs89x0.c Use ifmedia_fini(). 2020-02-04 05:18:36 +00:00
cs89x0reg.h
cs89x0var.h Convert sys/dev to use <sys/rndsource.h>. 2015-04-13 16:33:23 +00:00
cs4215reg.h overhaul the dbri driver and make it work again in the New Order Of Things 2017-12-21 21:56:29 +00:00
cs4215var.h
cs4231.c in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
cs4231reg.h
cs4231var.h
cs4237reg.h
ct65550.c some bugs in chipsfb_putchar_aa(): 2017-02-03 20:09:49 +00:00
ct65550reg.h support anti-aliased fonts, glyphcache etc. 2017-02-02 19:55:05 +00:00
ct65550var.h support anti-aliased fonts, glyphcache etc. 2017-02-02 19:55:05 +00:00
cy.c in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
cyreg.h
cyvar.h
dc21040reg.h
decmonitors.c
depca.c
depcareg.h
depcavar.h
dl10019.c Use ifmedia_fini(). 2020-02-04 05:18:36 +00:00
dl10019reg.h
dl10019var.h
dm9000.c prop_data_data_nocopy -> prop_data_value 2020-06-27 13:32:00 +00:00
dm9000reg.h add DM9000A register definitions 2020-10-08 21:00:25 +00:00
dm9000var.h Make this compile again. Not tested. 2020-05-29 09:05:19 +00:00
dp8390.c Use ifmedia_fini(). 2020-02-04 05:18:36 +00:00
dp8390reg.h ed_ring structure is no longer needed for compatibility, as the last 2012-10-14 13:38:13 +00:00
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 Don't bother with IFF_OACTIVE. 2020-03-15 22:19:00 +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 split device_t/softc for all remaining drivers. 2012-10-27 17:17:22 +00:00
ds.h
ds1286reg.h
ds1687reg.h "s/ an an / an /" in comment. No functional change. 2018-11-08 06:43:52 +00:00
dw_hdmi.c Cleanup i2c bus acquire / release, centralizing all of the logic into 2019-12-22 23:23:29 +00:00
dw_hdmi.h Cleanup i2c bus acquire / release, centralizing all of the logic into 2019-12-22 23:23:29 +00:00
dw_hdmi_phy.c Select the correct MPLL and PHY settings for the requested pixel clock 2019-11-10 10:36:01 +00:00
dwc_gmac.c prop_data_data_nocopy -> prop_data_value 2020-06-27 13:32:00 +00:00
dwc_gmac_reg.h Mask all the MMC counter interrupts if the MMC module is present. 2020-05-17 21:50:47 +00:00
dwc_gmac_var.h if_flags is neither int nor short. It's unsigned short. 2019-09-13 07:55:05 +00:00
dwc_mmc.c Disable thrctrl or now and note why 2020-03-20 17:20:30 +00:00
dwc_mmc_reg.h Add DWC_MMC_VERID_280A 2020-03-20 17:02:16 +00:00
dwc_mmc_var.h Remember / use sc_verid 2020-03-20 17:07:17 +00:00
dwiic.c dwiic_i2c_exec(): No need to check 'cold' to force I2C_F_POLL; the i2c 2019-12-23 15:28:08 +00:00
dwiic_var.h Sync with OpenBSD src/sys/dev/ic/dwiic.c r1.4. 2018-09-26 18:32:51 +00:00
elink3.c Use callout_setfunc() / callout_schedule(). 2020-02-07 01:19:46 +00:00
elink3reg.h
elink3var.h Convert sys/dev to use <sys/rndsource.h>. 2015-04-13 16:33:23 +00:00
elinkxl.c Add support for MBUFTRACE. 2020-03-12 03:01:46 +00:00
elinkxlreg.h
elinkxlvar.h if_flags is neither int nor short. It's unsigned short. 2019-09-13 07:55:05 +00:00
esiop.c Turn the "esiop_intr: I shouldn't be there !" panic into a printf 2013-11-02 13:59:14 +00:00
esiopvar.h Fix typos 2012-08-24 09:01:22 +00:00
files.athn Move athn definitions. 2014-10-10 12:39:53 +00:00
fmv.c
fmvreg.h
fmvvar.h
gcscpcib.c
gcscpcibreg.h
gcscpcibvar.h
gem.c mii_detach() must come before ifmedia_fini(), otherwise mii_detach() 2020-09-15 08:33:40 +00:00
gemreg.h
gemvar.h - Support 64-bit DMA addresses for the Tx and Rx ring addresses. 2020-03-01 05:50:56 +00:00
hayespreg.h
hd44780_subr.c
hd44780reg.h
hd44780var.h More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
hd64570.c Adopt <net/if_stats.h>. 2020-01-29 14:47:08 +00:00
hd64570reg.h
hd64570var.h split device_t/softc for all remaining drivers. 2012-10-27 17:17:22 +00:00
hfa3861areg.h
hme.c Add support for MBUFTRACE. 2020-03-12 03:01:46 +00:00
hmereg.h
hmevar.h Convert sys/dev to use <sys/rndsource.h>. 2015-04-13 16:33:23 +00:00
hpet.c Store initial TSC/HPET readings for hpet0 only. 2020-05-16 23:06:40 +00:00
hpetreg.h
hpetvar.h Fix the TSC timecounter (on the systems I have access to): 2020-05-08 22:01:54 +00:00
i128.c don't sync after each drawing op, add functions to wait for the engine to get ready for more commands or idle 2012-10-20 13:31:09 +00:00
i128reg.h Revert previous for now: 2020-04-16 23:29:52 +00:00
i128var.h Revert previous for now: 2020-04-16 23:29:52 +00:00
i8042reg.h
i8237reg.h
i8253reg.h
i8259reg.h
i82365.c Catch up to recent changes in config_pending_{incr,decr}(). 2013-10-13 06:55:34 +00:00
i82365reg.h
i82365var.h split device_t/softc for all remaining drivers. 2012-10-27 17:17:22 +00:00
i82557.c Use callout_setfunc() / callout_schedule(). 2020-02-07 00:56:48 +00:00
i82557reg.h
i82557var.h Convert sys/dev to use <sys/rndsource.h>. 2015-04-13 16:33:23 +00:00
i82586.c Don't bother with IFF_OACTIVE. Just keep processing so long as 2020-03-19 14:10:56 +00:00
i82586reg.h
i82586var.h
i82595reg.h
i82596.c Use ifmedia_fini(). 2020-02-04 05:18:36 +00:00
i82596reg.h
i82596var.h
i82801lpcreg.h Fix a bug that ichlpcib(4) maps I/O area incorrectly and then fails to attach 2014-12-26 05:09:03 +00:00
i82801lpcvar.h
ibm561.c actually stop using the stack variable 2020-06-24 20:17:55 +00:00
ibm561reg.h fix typo 2012-10-20 13:29:53 +00:00
ibm561var.h
ibm82660reg.h
icp.c restore the initialization of icp->icp_ccbs that I removed by mistake. 2020-08-14 09:26:40 +00:00
icp_ioctl.c Kill some more extern struct cfdriver declarations. 2017-10-28 04:53:54 +00:00
icp_ioctl.h Add some #includes to make a few more header files compile. 2017-10-28 06:27:32 +00:00
icpreg.h
icpsp.c Fix non-DIAGNOSTIC build 2014-03-07 13:19:26 +00:00
icpvar.h split device_t/softc for all remaining drivers. 2012-10-27 17:17:22 +00:00
ics2101reg.h
igsfb.c Don't left shift a negative, use unsigned for bit masks. 2018-03-14 18:58:32 +00:00
igsfb_subr.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
igsfbreg.h
igsfbvar.h
iha.c in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
ihareg.h
ihavar.h
iic_cpcbus.c split device_t/softc for all remaining drivers. 2012-10-27 17:17:22 +00:00
ims332reg.h
intersil7170.c
intersil7170reg.h
intersil7170var.h
interwave.c Remove rounding by 4 bytes on round_blocksize(). 2020-02-29 05:51:10 +00:00
interwavereg.h
interwavevar.h Remove rounding by 4 bytes on round_blocksize(). 2020-02-29 05:51:10 +00:00
isp.c Typos. 2018-02-08 09:05:16 +00:00
isp_ioctl.h More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
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 Make clang -Wformat-security happier by not passing a (constant) variable 2019-09-25 15:51:37 +00:00
isp_netbsd.h declare printflike functions and fix another printf format. 2019-09-20 14:20:45 +00:00
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 s/ be be / be / 2020-08-19 02:19:06 +00:00
ispmbox.h Remove unused variables, use C99 open arrays for variable sized arrays 2013-09-14 12:43:08 +00:00
ispreg.h
ispvar.h src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
joy.c Kill some more extern struct cfdriver declarations. 2017-10-28 04:53:54 +00:00
joyvar.h
lan9118.c Adopt <net/if_stats.h>. 2020-01-29 14:47:08 +00:00
lan9118reg.h
lan9118var.h Add flags to control IRQ polarity and buffer type. These can be set by 2017-06-01 16:59:20 +00:00
lance.c Adopt <net/if_stats.h>. 2020-01-29 06:17:07 +00:00
lancereg.h Correctly spell "count". 2020-04-08 04:32:14 +00:00
lancevar.h Convert sys/dev to use <sys/rndsource.h>. 2015-04-13 16:33:23 +00:00
lcdkp_subr.c
lcdkp_subr.h
ld_aac.c Modularize the ld driver and all of its attachments. Ensure that all 2016-09-27 03:33:32 +00:00
ld_cac.c While ld(4) is MP safe, many backends are not. 2017-08-09 16:44:39 +00:00
ld_icp.c fix a bit that I missed in the device_t/softc split 8 years ago. 2020-08-14 09:28:29 +00:00
ld_mlx.c Modularize the ld driver and all of its attachments. Ensure that all 2016-09-27 03:33:32 +00:00
ld_nvme.c PR kern/55674: 2020-09-22 11:53:10 +00:00
lemac.c Adopt <net/if_stats.h>. 2020-01-29 14:47:08 +00:00
lemacreg.h
lemacvar.h Convert sys/dev to use <sys/rndsource.h>. 2015-04-13 16:33:23 +00:00
lm700x.c
lm700x.h
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 s/suport/support/ 2019-12-27 09:22:19 +00:00
malo.c Adopt <net/if_stats.h>. 2020-01-29 15:00:39 +00:00
maloreg.h Add malo(4)@pci driver for Marvell Libertas wireless adaptor 2012-07-30 18:57:17 +00:00
malovar.h remove __packed attribute from struct ieee80211_radiotap_header 2019-10-05 23:27:20 +00:00
matrixkp_subr.c
matrixkpvar.h extern is your friend. especially for variables in header files. 2012-07-28 23:06:30 +00:00
max2820reg.h
mb86950.c Use ifmedia_fini(). 2020-02-04 05:18:36 +00:00
mb86950reg.h
mb86950var.h Include <sys/rndsource.h> where it is actually used. 2015-04-14 20:32:35 +00:00
mb86960.c Use ifmedia_fini(). 2020-02-04 05:18:36 +00:00
mb86960reg.h
mb86960var.h Convert sys/dev to use <sys/rndsource.h>. 2015-04-13 16:33:23 +00:00
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 Fix some issues around todr_wenable(): 2020-01-01 19:24:03 +00:00
mc146818reg.h
mc146818var.h
mfi.c Set 'ld_sync' to NULL as part of 'again', to prevent use-after-free. 2020-01-07 06:12:09 +00:00
mfiio.h Add a pass-through ioctl for mfi(4), allowing userland to send raw commands 2012-09-19 21:24:28 +00:00
mfireg.h remove __packed attribute from struct ieee80211_radiotap_header 2019-10-05 23:27:20 +00:00
mfivar.h Add a pass-through ioctl for mfi(4), allowing userland to send raw commands 2012-09-19 21:24:28 +00:00
mk48txx.c Fix some issues around todr_wenable(): 2020-01-01 19:24:03 +00:00
mk48txxreg.h
mk48txxvar.h
mlx.c in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
mlxio.h Add some #includes to make a few more header files compile. 2017-10-28 06:27:32 +00:00
mlxreg.h
mlxvar.h Modularize the ld driver and all of its attachments. Ensure that all 2016-09-27 03:33:32 +00:00
mm58167.c use the inline bcdtobin and bintobcd directly instead through a macro. 2014-11-20 16:34:25 +00:00
mm58167var.h
monitors.h
mpc105reg.h
mpc106reg.h
mpt.c Use PRIxBUSADDR 2019-09-23 16:19:33 +00:00
mpt.h add bio(4) support 2014-09-27 16:14:16 +00:00
mpt_debug.c mpt: add missing debug strings to the Error_Map IOC_Event array 2015-11-05 21:08:18 +00:00
mpt_mpilib.h
mpt_netbsd.c max_devices is a 8bit value and zero is interpreted as 256. This value 2020-09-15 17:21:39 +00:00
mpt_netbsd.h Add __printflike, and fix two incorrect fmts. Reported by the lgtm bot. 2019-09-21 07:08:27 +00:00
mpu.c
mpuvar.h
msm6242b.c Remove misplaced semicolon, found by GCC 6. 2018-02-06 13:26:32 +00:00
msm6242breg.h 24h-mode is indicated by bit 2 of control register F. 2013-02-04 17:19:17 +00:00
msm6242bvar.h Add MI OKI MSM6242B RTC driver. 2012-11-14 01:52:48 +00:00
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 Adopt <net/if_stats.h>. 2020-01-29 15:00:39 +00:00
mtd803reg.h
mtd803var.h Convert sys/dev to use <sys/rndsource.h>. 2015-04-13 16:33:23 +00:00
mvsata.c only start the timeout machinery once the I/O is completely setup 2020-05-19 08:08:51 +00:00
mvsatareg.h Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branch 2017-10-07 16:05:31 +00:00
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 slightly change and fix the semantics of pool_set*wat(), pool_sethardlimit() 2020-04-13 00:27:16 +00:00
ncr53c9xreg.h
ncr53c9xvar.h kill sprintf 2014-03-25 16:19:13 +00:00
ncr53c400reg.h
ncr5380.doc
ncr5380reg.h
ncr5380sbc.c adatper -> adapter 2017-01-11 07:16:48 +00:00
ncr5380var.h Remove port-acorn26 2018-01-24 09:04:40 +00:00
ndisreg.h Added NDIS ver.6.20 definition. 2019-12-06 12:39:51 +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 move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init() 2017-10-20 07:06:05 +00:00
ninjaata32reg.h
ninjaata32var.h Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branch 2017-10-07 16:05:31 +00:00
ninjascsi32.c Redo previous; reset async events only if scsibus has already been attached. 2018-03-22 14:07:42 +00:00
ninjascsi32reg.h
ninjascsi32var.h split device_t/softc for all remaining drivers. 2012-10-27 17:17:22 +00:00
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 don't call printf %s with a NULL. 2020-09-07 00:32:28 +00:00
nslm7xvar.h Typos. 2018-02-08 09:05:16 +00:00
nvme.c no need to swap pt.cmd.cdwXX at nvme_set_number_of_queues(). cmd.cdwXX will be swapped in nvme_pt_fill(). 2020-09-24 09:59:11 +00:00
nvmeio.h s/static inline/static __inline/g for consistency. 2018-04-19 21:50:06 +00:00
nvmereg.h add definition of the bit indicating support for APSTA 2020-09-27 16:44:24 +00:00
nvmevar.h add a quirk to disable MSI, and enable it for Intel SSD DC P4500 2020-07-28 09:36:05 +00:00
oosiop.c in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
oosiopreg.h
oosiopvar.h
opl.c Merge isaki-audio2 branch, the overhaul of audio subsystem. 2019-05-08 13:40:13 +00:00
opl3sa3reg.h
oplinstrs.c
oplreg.h
oplvar.h
osiop.c in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
osiopreg.h Fix typos 2012-08-24 09:01:22 +00:00
osiopvar.h
pca9564.c Cleanup i2c bus acquire / release, centralizing all of the logic into 2019-12-22 23:23:29 +00:00
pca9564reg.h
pca9564var.h Cleanup i2c bus acquire / release, centralizing all of the logic into 2019-12-22 23:23:29 +00:00
pcdisplay.h
pcdisplay_chars.c
pcdisplay_subr.c
pcdisplayvar.h more _KERNEL_OPT 2014-11-12 03:12:35 +00:00
pcf8584.c pcfiic_i2c_exec(): No need to check 'cold' to force I2C_F_POLL; the i2c 2019-12-23 15:29:36 +00:00
pcf8584reg.h Remove duplicate register definitions and merge them all into pcf8584reg.h. 2016-01-03 17:32:17 +00:00
pcf8584var.h Cleanup i2c bus acquire / release, centralizing all of the logic into 2019-12-22 23:23:29 +00:00
pckbc.c Zero rndsource before using it. 2020-05-01 01:34:57 +00:00
pckbcvar.h Convert sys/dev to use <sys/rndsource.h>. 2015-04-13 16:33:23 +00:00
pl031.c Add driver for ARM PrimeCell PL031 (RTC) Real Time Clock. 2017-06-08 21:00:43 +00:00
pl031var.h Add driver for ARM PrimeCell PL031 (RTC) Real Time Clock. 2017-06-08 21:00:43 +00:00
pl041.c Remove rounding by 4 bytes on round_blocksize(). 2020-02-29 05:51:10 +00:00
pl041var.h Merge isaki-audio2 branch, the overhaul of audio subsystem. 2019-05-08 13:40:13 +00:00
pl050.c Attach kbd slot to console 2017-06-06 00:26:16 +00:00
pl050var.h Add driver for ARM PrimeCell PL050 (KMI) PS2 keyboard/mouse interface 2017-06-03 17:03:36 +00:00
pl061.c Allow bus glue to reserve pins for private use 2018-10-21 18:31:14 +00:00
pl061reg.h Add basic ARM PL061 GPIO driver with FDT attachment. 2018-06-15 19:52:01 +00:00
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 Add driver for ARM PrimeCell MultiMedia Card Interface (PL181). Not tested 2015-01-27 16:33:26 +00:00
pl181var.h Rewrite data transfer path to take advantage of the PL181's 64-byte FIFO. 2018-02-19 19:00:42 +00:00
qemufwcfg.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
qemufwcfgio.h Add driver for QEMU Firmware Configuration device. 2017-11-25 16:31:03 +00:00
qemufwcfgvar.h Add driver for QEMU Firmware Configuration device. 2017-11-25 16:31:03 +00:00
ramdac.h
rf3000reg.h
rndisreg.h Added some RNDIS status definitions from FreeBSD. 2020-01-08 04:53:38 +00:00
rng200.c rnd_attach_source calls the callback itself now. 2020-04-30 03:40:52 +00:00
rng200reg.h Driver for Broadcom RNG200 hardware random generator 2019-09-01 14:44:14 +00:00
rng200var.h Driver for Broadcom RNG200 hardware random generator 2019-09-01 14:44:14 +00:00
rs5c313.c use the inline bcdtobin and bintobcd directly instead through a macro. 2014-11-20 16:34:25 +00:00
rs5c313reg.h
rs5c313var.h
rt2560.c Adopt <net/if_stats.h>. 2020-01-29 15:00:39 +00:00
rt2560reg.h
rt2560var.h remove __packed attribute from struct ieee80211_radiotap_header 2019-10-05 23:27:20 +00:00
rt2661.c Adopt <net/if_stats.h>. 2020-01-29 15:00:39 +00:00
rt2661reg.h
rt2661var.h remove __packed attribute from struct ieee80211_radiotap_header 2019-10-05 23:27:20 +00:00
rt2860.c Adopt <net/if_stats.h>. 2020-01-29 15:00:39 +00:00
rt2860reg.h sync antenna vals with OpenBSD, some changes from FreeBSD. 2016-10-08 15:57:11 +00:00
rt2860var.h remove __packed attribute from struct ieee80211_radiotap_header 2019-10-05 23:27:20 +00:00
rtl80x9.c KNF. No functional change. 2019-04-25 10:44:52 +00:00
rtl80x9reg.h
rtl80x9var.h
rtl81x9.c Add support for MBUFTRACE. 2020-03-12 03:01:46 +00:00
rtl81x9reg.h - Print chip revision. From OpenBSD. 2020-09-21 06:57:00 +00:00
rtl81x9var.h - Print chip revision. From OpenBSD. 2020-09-21 06:57:00 +00:00
rtl8169.c - Print chip revision. From OpenBSD. 2020-09-21 06:57:00 +00:00
rtl8169var.h
rtsx.c Avoid changing signedness bit with << in rtsx_read_cfg() 2019-12-19 16:25:13 +00:00
rtsxreg.h rtsx(4): Add support for RT525A, from openbsd. 2018-04-24 18:34:30 +00:00
rtsxvar.h rtsx(4): Add support for RT525A, from openbsd. 2018-04-24 18:34:30 +00:00
rtw.c Adopt <net/if_stats.h>. 2020-01-29 15:00:39 +00:00
rtwn_data.h - Unify the "rtwn" and "urtwn" register definitions and initialization 2018-06-29 04:02:10 +00:00
rtwnreg.h Correct rx packet count for 8192EU. Tested OK. 2020-04-16 17:18:27 +00:00
rtwphy.c in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
rtwphy.h
rtwphyio.c PR/51540: Henning Petersen: replace , with ; 2016-10-09 14:35:33 +00:00
rtwphyio.h
rtwreg.h remove last isolated islands using BUS_SPACE_BARRIER_SYNC and 2016-09-15 21:45:37 +00:00
rtwvar.h remove __packed attribute from struct ieee80211_radiotap_header 2019-10-05 23:27:20 +00:00
sa2400reg.h
seeq8003reg.h
seeq8005.c Adopt <net/if_stats.h>. 2020-01-30 04:56:11 +00:00
seeq8005reg.h
seeq8005var.h Convert sys/dev to use <sys/rndsource.h>. 2015-04-13 16:33:23 +00:00
sgec.c Don't bother with IFF_OACTIVE. 2020-03-15 22:19:00 +00:00
sgecreg.h
sgecvar.h Update copyright notice for Ludd (remove clause 3 & 4). 2017-05-22 16:53:05 +00:00
si470x_reg.h Add slurm(4), a radio(4) driver for USB FM radio modules based on the 2013-01-13 01:15:02 +00:00
si4136reg.h
siisata.c In siisata_intr_port(), skip reading the error condition if 2020-10-10 20:27:54 +00:00
siisatareg.h Typos. 2018-02-08 09:05:16 +00:00
siisatavar.h detach the controller itself on shutdown; adjust to not detach already 2018-10-24 19:38:00 +00:00
siop.c Turn the "esiop_intr: I shouldn't be there !" panic into a printf 2013-11-02 13:59:14 +00:00
siop_common.c s/transfered/transferred/ 2019-12-27 09:41:48 +00:00
siopreg.h
siopvar.h Fix typos 2012-08-24 09:01:22 +00:00
siopvar_common.h
sl811hs.c Add some KNF whitespace. 2020-09-30 05:04:54 +00:00
sl811hsreg.h Truncate the transfer length if an overflow is seen rather than halting. 2016-09-24 15:06:29 +00:00
sl811hsvar.h Merge nick-nhusb 2016-04-23 10:15:27 +00:00
sm502reg.h fix typo 2013-03-13 21:31:01 +00:00
smc83c170.c Don't bother with IFF_OACTIVE. 2020-03-15 22:19:00 +00:00
smc83c170reg.h
smc83c170var.h
smc90cx6.c Adopt <net/if_stats.h>. 2020-01-30 04:56:11 +00:00
smc90cx6reg.h
smc90cx6var.h If if_attach() failed in the attach function, return. 2017-10-23 09:22:24 +00:00
smc91cxx.c Use callout_setfunc() / callout_schedule(). 2020-02-07 00:56:48 +00:00
smc91cxxreg.h
smc91cxxvar.h localify 2019-12-06 07:12:38 +00:00
smc93cx6.c
smc93cx6var.h
spdmem.c Calculate DDR3's tRAS correctly. 2020-03-24 03:47:39 +00:00
spdmemreg.h - Add DDR4E, LPDDR3 and LPDDR4. 2015-12-24 14:16:18 +00:00
spdmemvar.h Fix unused area size found by pgoyette@. 2020-03-24 04:12:13 +00:00
spic.c - remove unused variables 2013-10-17 21:24:24 +00:00
spicvar.h Add license, copied from the companion file dev/ic/spic.c 2016-06-27 07:37:54 +00:00
ssdfb.c Round of uvm.h cleanup. 2020-09-05 16:30:10 +00:00
ssdfbvar.h ssdfb: add support for SSD1322 2019-11-02 14:18:36 +00:00
st16650reg.h
sti.c Round of uvm.h cleanup. 2020-09-05 16:30:10 +00:00
stireg.h Sync with OpenBSD. No functional change. 2015-09-09 11:56:53 +00:00
stivar.h Add bitmap access ops support for EVRX framebuffer on HP9000/425e. 2020-05-04 06:52:53 +00:00
sunscpal.c adatper -> adapter 2017-01-11 07:16:48 +00:00
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 Revert "Include opt_diagnostic.h for DIAGNOSTIC." 2020-03-05 15:18:54 +00:00
tea5757.c
tea5757.h
timer_cpcbus.c split device_t/softc for all remaining drivers. 2012-10-27 17:17:22 +00:00
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 Provide a better abstraction for the TPM interface. Report it in the ioctl. 2019-10-09 14:03:57 +00:00
tpmreg.h Add suspend support for TPM 2.0 chips. Check the TPM response also for 1.2 2019-10-09 07:30:58 +00:00
tpmvar.h Provide a better abstraction for the TPM interface. Report it in the ioctl. 2019-10-09 14:03:57 +00:00
tulip.c Don't bother with IFF_OACTIVE. 2020-03-15 22:19:00 +00:00
tulipreg.h s/recieve/receive/ 2019-05-28 08:59:33 +00:00
tulipvar.h if_flags is neither int nor short. It's unsigned short. 2019-09-13 07:55:05 +00:00
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 rearrange to avoid allocating softc on stack in ug_isa_match() 2020-06-24 19:24:44 +00:00
ugreg.h
ugvar.h rearrange to avoid allocating softc on stack in ug_isa_match() 2020-06-24 19:24:44 +00:00
uha.c KNF. No functional change. 2016-07-11 11:31:49 +00:00
uhareg.h
uhavar.h split device_t/softc for all remaining drivers. 2012-10-27 17:17:22 +00:00
universereg.h
upcreg.h
upcvar.h split device_t/softc for all remaining drivers. 2012-10-27 17:17:22 +00:00
vga.c BUS_SPACE_MAP_PREFETCHABLE yields a write combining region on x86 and that's 2020-04-24 22:31:35 +00:00
vga_common.c
vga_raster.c BUS_SPACE_MAP_PREFETCHABLE yields a write combining region on x86 and that's 2020-04-24 22:31:35 +00:00
vga_subr.c Use vga_raw_read/vga_raw_write instead of spelling bus space ops explicitly. 2012-08-09 20:25:05 +00:00
vgareg.h
vgavar.h remove BIOS-mapping code that was #if-0'd in the previous commit. 2015-01-14 17:45:27 +00:00
w83l518d.c Make the driver endian-independent. 2020-05-11 14:55:20 +00:00
w83l518d_sdmmc.c Make the driver endian-independent. 2020-05-11 14:55:20 +00:00
w83l518d_sdmmc.h
w83l518dreg.h
w83l518dvar.h Make the driver endian-independent. 2020-05-11 14:55:20 +00:00
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 s/transfered/transferred/ 2019-12-27 09:41:48 +00:00
wdc.c Don't print an error message on spurious interrupt. Way too noisy for Xen. 2020-06-03 18:25:26 +00:00
wdcreg.h
wdcvar.h fix use-after-free for ata xfer on bio submission found by KASAN 2020-04-13 10:49:34 +00:00
we.c
wereg.h
wevar.h
wi.c Adopt <net/if_stats.h>. 2020-01-30 04:56:11 +00:00
wi_ieee.h
wireg.h
wivar.h remove __packed attribute from struct ieee80211_radiotap_header 2019-10-05 23:27:20 +00:00
z8530reg.h
z8530sc.c Remove unused variable 2013-09-15 16:12:00 +00:00
z8530sc.h
z8530tty.c in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
z8536reg.h

README.ncr5380sbc

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