NetBSD/sys/dev/ic
darrenr 960df3c8d1 Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
be inserted into ktrace records.  The general change has been to replace
"struct proc *" with "struct lwp *" in various function prototypes, pass
the lwp through and use l_proc to get the process pointer when needed.

Bump the kernel rev up to 1.6V
2003-06-28 14:20:43 +00:00
..
Makefile Add support for the user-generated command interface and event logging 2003-05-13 15:42:33 +00:00
README.ncr5380sbc
aac.c DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
aac_tables.h
aacreg.h
aacvar.h
ac97.c Add AD1981-specific initialization. 2003-06-13 05:31:29 +00:00
ac97reg.h Correct spelling. VENDER -> VENDOR 2002-10-12 10:46:24 +00:00
ac97var.h Mixer changes: 2002-10-14 08:48:15 +00:00
ad1848.c hz -> Hz 2003-02-21 17:14:04 +00:00
ad1848reg.h Respect the law: Use A-law and mu-law as spellings as far as easily possible. 2003-04-06 18:20:07 +00:00
ad1848var.h Give arrays in the softc indexed by channel number the right size 2002-08-26 17:00:42 +00:00
adv.c DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
adv.h
advlib.c
advlib.h
advmcode.c
advmcode.h
adw.c DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
adw.h
adwlib.c hz -> Hz 2003-02-21 17:14:04 +00:00
adwlib.h
adwmcode.c
adwmcode.h hz -> Hz 2003-02-21 17:14:04 +00:00
aha.c DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
ahareg.h
ahavar.h
aic7xxx.c DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
aic7xxx_cam.h Get rid of AHC_LUN_WILDCARD, making differences with FreeBSD smaller. 2003-04-20 11:17:20 +00:00
aic7xxx_inline.h DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
aic7xxx_osm.c Make sure we pass the current state of the driver to scsipi_async_event(), 2003-06-19 20:11:14 +00:00
aic7xxx_osm.h Change the type of the 'code' parameter of ahc_send_async() from u_int 2003-05-04 23:37:27 +00:00
aic7xxx_seeprom.c Adapt SMC 93cx6 library so that it will work with both 8- and 32-bit 2003-05-02 19:12:19 +00:00
aic7xxxvar.h summarize with two m. 2003-05-14 12:46:27 +00:00
aic77xx.c Newer adaptec 7xxx driver. Written by Justin Gibbs for FreeBSD. Ported to 2003-04-19 19:33:29 +00:00
aic77xxreg.h
aic77xxvar.h
aic79xx.c Correct spelling of coalesce. (Will forward to Justin Gibbs.) 2003-05-14 12:57:45 +00:00
aic79xx_inline.h DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
aic79xx_osm.c Reset bus in attach, not at first access. 2003-04-21 20:05:26 +00:00
aic79xx_osm.h DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
aic79xxvar.h Correct spelling of coalesce. (Will forward to Justin Gibbs.) 2003-05-14 12:57:45 +00:00
aic6360.c hz -> Hz 2003-02-21 17:14:04 +00:00
aic6360reg.h
aic6360var.h
aic6915.c sf_copy_small is not used anywhere. Remove. 2002-12-21 16:15:28 +00:00
aic6915reg.h
aic6915var.h
am79c930.c
am79c930reg.h
am79c930var.h
am7930.c
am7930reg.h
am7930var.h
am7990.c
am7990reg.h
am7990var.h
am9513reg.h
am79900.c
am79900reg.h
am79900var.h
an.c Use aprint_*(). 2003-01-31 00:26:25 +00:00
anreg.h
anvar.h
apcdmareg.h
awi.c Add support for Prism monitor mode. From Kevin Lahey 2003-02-25 01:57:35 +00:00
awireg.h The Double-Semi-Colon Police. 2003-01-20 05:29:53 +00:00
awivar.h old lucent adhoc-demo mode (adhoc,flag0 or wiconfig -p 3) wasn't handled 2002-09-30 15:48:41 +00:00
ax88190.c Change the "dontcare bits" argument to ifmedia_init() to IFM_IMASK 2002-10-22 00:01:55 +00:00
ax88190reg.h
ax88190var.h
bha.c DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
bhareg.h
bhavar.h
bt8xx.h DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
bt431reg.h
bt459reg.h
bt463.c correct range check, have overflow check, fix type mismatches, 2002-08-03 00:12:48 +00:00
bt463reg.h
bt463var.h
bt485.c correct range check, have overflow check, fix type mismatches, 2002-08-03 00:12:48 +00:00
bt485reg.h
bt485var.h
cac.c Use aprint_*(). 2003-01-31 00:26:25 +00:00
cacreg.h
cacvar.h
cd18xx.c interrupt with two rs. 2003-01-06 13:04:54 +00:00
cd18xxreg.h
cd18xxvar.h
cd1190reg.h
cd1400reg.h
clmpcc.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
clmpccreg.h
clmpccvar.h
com.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
com_cpcbus.c Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
com_upc.c Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
comreg.h Add support, via a kernel config file option, for the 16550-compatible 2003-06-05 13:40:38 +00:00
comvar.h Also pass a type argument to comcnattach() and com_kgdb_attach(). 2003-06-14 17:01:06 +00:00
cpc700.c Use aprint_normal() in cfprint routines. 2003-01-01 00:10:15 +00:00
cpc700reg.h Add processor interface register definitions. 2003-01-23 21:17:15 +00:00
cpc700uic.h
cpc700var.h
cs89x0.c DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
cs89x0reg.h
cs89x0var.h DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
cs4231.c DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
cs4231reg.h
cs4231var.h Clenup malloc signature change fallout. 2003-02-01 13:23:28 +00:00
cs4237reg.h
cy.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
cyreg.h
cyvar.h
daic.c Respect the law: Use A-law and mu-law as spellings as far as easily possible. 2003-04-06 18:20:07 +00:00
daicreg.h
daicvar.h
dc21040reg.h
decmonitors.c
depca.c Use aprint_normal() in cfprint routines. 2003-01-01 00:10:15 +00:00
depcareg.h
depcavar.h
dl10019.c Change the "dontcare bits" argument to ifmedia_init() to IFM_IMASK 2002-10-22 00:01:55 +00:00
dl10019reg.h
dl10019var.h
dp8390.c Zero out the NIC memory when padding packet to ETHER_MIN_LEN-ETHER_CRC_LEN 2003-01-15 22:20:03 +00:00
dp8390reg.h
dp8390var.h
dp83905.c
dp83905reg.h
dp83905var.h
dp83932.c When the extra pad buffer is used, the number of TX segments 2003-01-18 13:53:29 +00:00
dp83932reg.h
dp83932var.h Use a properly zero'd buffer to pad the packet to ETHER_MIN_LEN-ETHER_CRC_LEN 2003-01-15 22:35:47 +00:00
dpt.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
dptreg.h Also save status info in the user command packet. 2003-01-27 23:31:19 +00:00
dptvar.h Implement the DPT EATA ioctl() interface. 2002-12-07 19:48:30 +00:00
ds.h
ds1286reg.h Change DS1286 definitions to start with DS1286_ rather than DS_ so these and 2003-01-19 22:20:43 +00:00
ds1687reg.h Add CMU license since this did start out as a copy of mc146818reg.h, which 2003-01-18 22:13:18 +00:00
elink3.c Use aprint_*(). 2003-01-31 00:26:25 +00:00
elink3reg.h
elink3var.h DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
elinkxl.c Some models of the 556B don't turn on the transmitter without magic 2003-06-05 22:11:21 +00:00
elinkxlreg.h Fix multicast handling on 3C905B or later card; 2002-11-09 11:45:18 +00:00
elinkxlvar.h Some models of the 556B don't turn on the transmitter without magic 2003-06-05 22:11:21 +00:00
esiop.c DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
esiopvar.h
fmv.c More cleanup of MI mb86960 driver: 2002-11-30 14:15:10 +00:00
fmvreg.h Overhaul of fmv(4) driver: 2002-10-05 15:16:10 +00:00
fmvvar.h Overhaul of fmv(4) driver: 2002-10-05 15:16:10 +00:00
gem.c DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
gemreg.h
gemvar.h
hayespreg.h
hd44780_subr.c Driver for the Hitachi HD44780 used in many small LCD panels. 2003-01-20 01:20:50 +00:00
hd44780_subr.h Driver for the Hitachi HD44780 used in many small LCD panels. 2003-01-20 01:20:50 +00:00
hd44780reg.h Driver for the Hitachi HD44780 used in many small LCD panels. 2003-01-20 01:20:50 +00:00
hd64570.c DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
hd64570reg.h
hd64570var.h DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
hme.c DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
hmereg.h Fix the previous patch of me. 2003-06-02 22:52:36 +00:00
hmevar.h Preserve the current PHY select bit in the MIF configuration register 2003-02-13 12:10:20 +00:00
hscx.c remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
hscx.h
i8042reg.h
i8237reg.h
i8253reg.h DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
i8259reg.h
i82365.c Use aprint_*(). 2003-01-31 00:26:25 +00:00
i82365reg.h 3.3V support for Ricoh 5C[23]96 parts from ngc@ff.iij4u.or.jp. 2002-11-24 02:46:55 +00:00
i82365var.h 3.3V support for Ricoh 5C[23]96 parts from ngc@ff.iij4u.or.jp. 2002-11-24 02:46:55 +00:00
i82557.c ip/tcp/udp checksum offloading support for i82550. 2003-05-26 16:14:49 +00:00
i82557reg.h ip/tcp/udp checksum offloading support for i82550. 2003-05-26 16:14:49 +00:00
i82557var.h ip/tcp/udp checksum offloading support for i82550. 2003-05-26 16:14:49 +00:00
i82586.c Ops, initialise len before using it. 2003-01-27 10:35:08 +00:00
i82586reg.h
i82586var.h
i82595reg.h interrupt with two rs. 2003-01-06 13:04:54 +00:00
ibm561.c correct range check, have overflow check, fix type mismatches, 2002-08-03 00:12:48 +00:00
ibm561reg.h
ibm561var.h
icp.c Add support for dynamic rescan of cache service logical drives, using 2003-06-13 05:57:30 +00:00
icp_ioctl.c Add support for dynamic rescan of cache service logical drives, using 2003-06-13 05:57:30 +00:00
icp_ioctl.h Add support for dynamic rescan of cache service logical drives, using 2003-06-13 05:57:30 +00:00
icpreg.h Add support for dynamic rescan of cache service logical drives, using 2003-06-13 05:57:30 +00:00
icpsp.c Add support for dynamic rescan of cache service logical drives, using 2003-06-13 05:57:30 +00:00
icpvar.h Add support for dynamic rescan of cache service logical drives, using 2003-06-13 05:57:30 +00:00
ics2101reg.h
igsfb.c Only install accelerated rasops for CyberPro, we don't know yet how to 2003-06-24 00:13:29 +00:00
igsfb_subr.c Oops, do not disable coprocessor in igsfb_init_ext. 2003-05-30 22:41:52 +00:00
igsfbreg.h Correct coprocessor registers base. 2003-05-31 18:25:40 +00:00
igsfbvar.h Implement accelerated text ops using graphic coprocessor. 2003-05-31 23:22:26 +00:00
iha.c DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
ihareg.h Put back MSG_IDENTIFY_LUNMASK (renamed to just be within the IHA namespace. 2002-12-08 01:09:34 +00:00
ihavar.h Sync with copyright verbiage update of OpenBSD's iha(4). 2002-11-14 17:07:42 +00:00
iic_cpcbus.c Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
ims332reg.h
intersil7170.c
intersil7170.h
interwave.c DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
interwavereg.h DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
interwavevar.h Add extensible malloc types, adapted from FreeBSD. This turns 2003-02-01 06:23:35 +00:00
ipac.h
isac.c remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
isac.h
isacsx.c Add missing include. 2003-05-08 21:16:19 +00:00
isacsx.h Fritz!PCI v2.0 ISDN driver from FreeBSD. 2002-10-25 21:03:47 +00:00
isic.c interrupt with two rs. 2003-01-06 13:04:54 +00:00
isic_bchan.c
isic_l1.c Fritz!PCI v2.0 ISDN driver from FreeBSD. 2002-10-25 21:03:47 +00:00
isic_l1.h Fritz!PCI v2.0 ISDN driver from FreeBSD. 2002-10-25 21:03:47 +00:00
isic_l1fsm.c Fix typo (isic_isac_recover -> isic_recover). Noticed by Matthias Drochner. 2002-10-29 21:02:45 +00:00
isp.c DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
isp_inline.h Fix buglet in structure canonicalization of A64 commands. 2002-10-18 23:32:08 +00:00
isp_ioctl.h Various changes to allow for overriding just loopid and/or iid. 2002-08-12 21:33:39 +00:00
isp_netbsd.c Fibre Channel doesn't need bus reset settle time. 2003-03-21 18:05:16 +00:00
isp_netbsd.h Slight cleanup to use ISP_MUSTPOLL macro in case we can ever fix the 2002-10-18 23:32:53 +00:00
isp_target.c Propagate iid && rxid when we're putting back an ATIO for FC. 2003-03-03 20:54:12 +00:00
isp_target.h Various changes to allow for overriding just loopid and/or iid. 2002-08-12 21:33:39 +00:00
isp_tpublic.h spelling 2003-03-03 20:54:28 +00:00
ispmbox.h Fix even stupider fix. It was, in fact, right the first time. Add 2003-03-25 06:25:35 +00:00
ispreg.h
ispvar.h DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
joy.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
joyvar.h
lance.c lance_init(): explicitly clearing the `initialisation done' bit in the 2003-01-31 17:40:05 +00:00
lancereg.h Fix the PARTID for the original 79c970, from Dave Barnes, kern/18029. 2002-09-03 17:57:49 +00:00
lancevar.h
lcdkp_subr.c Typo. 2003-01-20 01:50:31 +00:00
lcdkp_subr.h Make sure to include opt_foo.h if a defflag option FOO is used. 2003-06-23 11:00:59 +00:00
ld_aac.c Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
ld_cac.c Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
ld_icp.c Add support for dynamic rescan of cache service logical drives, using 2003-06-13 05:57:30 +00:00
ld_mlx.c Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
lemac.c
lemacreg.h
lemacvar.h
lm700x.c
lm700x.h
lpt.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
lpt_upc.c Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
lptreg.h
lptvar.h
lsi64854.c DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
lsi64854reg.h
lsi64854var.h DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
mb86960.c It seems the LAN Adapter on dreamcast actually uses slow 150ns SRAM, 2003-02-05 12:03:54 +00:00
mb86960reg.h More cleanup of MI mb86960 driver: 2002-11-30 14:15:10 +00:00
mb86960var.h It seems the LAN Adapter on dreamcast actually uses slow 150ns SRAM, 2003-02-05 12:03:54 +00:00
mb89352.c Misc cosmetics: 2003-05-19 14:56:03 +00:00
mb89352reg.h
mb89352var.h
mc6845reg.h - Use u_int8_t instead of char for register structure. 2003-01-27 14:53:33 +00:00
mc6854reg.h
mc68450reg.h
mc146818reg.h
midway.c Make sure to include opt_foo.h if a defflag option FOO is used. 2003-06-23 11:00:59 +00:00
midwayreg.h DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
midwayvar.h DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
mk48txx.c
mk48txxreg.h
mlx.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
mlxio.h Add an ioctl to retrieve basic controller information. 2002-08-26 17:02:15 +00:00
mlxreg.h Nuke incorrect mailbox length defines and just use 13 everywhere. May help 2002-08-31 05:18:03 +00:00
mlxvar.h - Fix a command accounting bug. 2002-09-22 18:59:00 +00:00
mm58167.c
mm58167var.h
monitors.h
mpc105reg.h
mpt.c Correctly sync the MPT request buffers, and remove BUS_DMA_COHERENT 2003-04-16 23:02:14 +00:00
mpt.h Device driver for the LSI Logic Fusion-MPT based SCSI and Fibre Channel 2003-04-16 22:02:59 +00:00
mpt_debug.c Device driver for the LSI Logic Fusion-MPT based SCSI and Fibre Channel 2003-04-16 22:02:59 +00:00
mpt_mpilib.h Use the standard fixed-sized types on NetBSD. 2003-04-16 23:24:01 +00:00
mpt_netbsd.c Free the mpt request structure before calling scsipi_done(), as 2003-05-01 20:18:35 +00:00
mpt_netbsd.h Correctly sync the MPT request buffers, and remove BUS_DMA_COHERENT 2003-04-16 23:02:14 +00:00
mpu.c
mpuvar.h
msm6258.c
msm6258var.h
mtd803.c descriptor with a c. 2003-01-06 12:14:26 +00:00
mtd803reg.h Add a driver for the Myson Technology MTD803 3-in-1 Fast Ethernet Controller, 2002-11-07 21:56:56 +00:00
mtd803var.h Add a driver for the Myson Technology MTD803 3-in-1 Fast Ethernet Controller, 2002-11-07 21:56:56 +00:00
mx98905.c DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
mx98905var.h
ncr53c9x.c Comment out debug printf. 2003-04-16 18:53:50 +00:00
ncr53c9xreg.h DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
ncr53c9xvar.h #include <sys/lock.h> 2003-03-24 14:46:00 +00:00
ncr53c400reg.h
ncr5380.doc
ncr5380reg.h DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
ncr5380sbc.c DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
ncr5380var.h
ne2000.c Zero out the NIC memory when padding packet to ETHER_MIN_LEN-ETHER_CRC_LEN 2003-01-15 22:20:03 +00:00
ne2000reg.h
ne2000var.h
nec765reg.h DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
nec7210reg.h Register definitions for NEC uPD7210 GPIB controller. 2003-06-02 03:54:31 +00:00
ns8477reg.h
ns16450reg.h
ns16550reg.h
nslm7x.c Changes for SMBus/I2C: 2002-11-15 14:55:41 +00:00
nslm7xvar.h Changes for SMBus/I2C: 2002-11-15 14:55:41 +00:00
oosiop.c Add MI NCR/Symbios 53c700 SCSI driver. 2003-04-06 09:48:41 +00:00
oosiopreg.h Add MI NCR/Symbios 53c700 SCSI driver. 2003-04-06 09:48:41 +00:00
oosiopvar.h DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
opl.c - init panpot at reset 2003-02-09 09:28:21 +00:00
opl3sa3reg.h
oplinstrs.c
oplreg.h
oplvar.h
osiop.c Add some delays between 8bit reads of DSTAT and SSTAT0 registers 2003-04-12 06:42:38 +00:00
osiopreg.h hz -> Hz (from OpenBSD) 2003-02-18 16:37:48 +00:00
osiopvar.h
pcdisplay.h
pcdisplay_chars.c Fix some signed/unsigned comparison warnings from GCC 3.3. 2002-08-25 19:11:16 +00:00
pcdisplay_subr.c Fix some signed/unsigned comparison warnings from GCC 3.3. 2002-08-25 19:11:16 +00:00
pcdisplayvar.h
pckbc.c Request KBC_SELFTEST in pckbc_cnattach(), hidden under #ifdef 2003-06-12 03:34:12 +00:00
pckbcvar.h
pdq.c Make the DEFPA/DEFEA/DEFTA driver work on big-endian machines such as 2003-01-17 02:43:40 +00:00
pdq_ifsubr.c Add MBUFTRACE kernel option. 2003-02-26 06:31:08 +00:00
pdqreg.h Make the DEFPA/DEFEA/DEFTA driver work on big-endian machines such as 2003-01-17 02:43:40 +00:00
pdqvar.h
ramdac.h
rrunner.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
rrunnerreg.h
rrunnervar.h
rtl80x9.c
rtl80x9reg.h
rtl80x9var.h
rtl81x9.c hz -> Hz 2003-02-21 17:14:04 +00:00
rtl81x9reg.h
rtl81x9var.h
seeq8003reg.h
seeq8005.c Use a properly zero'd buffer to pad the packet to ETHER_MIN_LEN 2003-01-15 21:56:06 +00:00
seeq8005reg.h
seeq8005var.h
sgec.c Add MBUFTRACE kernel option. 2003-02-26 06:31:08 +00:00
sgecreg.h Add multiple inclusion protection. 2003-01-06 21:02:18 +00:00
sgecvar.h Add multiple inclusion protection. 2003-01-06 21:02:18 +00:00
siop.c DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
siop_common.c Use aprint_*(). 2003-01-31 00:26:25 +00:00
siopreg.h hz -> Hz 2003-02-21 17:14:04 +00:00
siopvar.h
siopvar_common.h Use PAGE_SIZE rather than NBPG. 2003-04-09 00:28:28 +00:00
sl811hs.c make this compile with SLHCI_DEBUG 2003-03-13 06:50:23 +00:00
sl811hsreg.h Add driver for ScanLogic SL811HS/T USB Host Controller. 2002-08-11 13:17:52 +00:00
sl811hsvar.h Add driver for ScanLogic SL811HS/T USB Host Controller. 2002-08-11 13:17:52 +00:00
smc83c170.c Use aprint_*(). 2003-01-31 00:26:25 +00:00
smc83c170reg.h
smc83c170var.h For short (< ETHER_MIN_LEN) packets, supply a zero'd buffer for the extra 2003-01-13 17:00:18 +00:00
smc90cx6.c interrupt with two rs. 2003-01-06 13:04:54 +00:00
smc90cx6reg.h
smc90cx6var.h
smc91cxx.c Add support for the SMC91C111 chip, with its internal PHY. 2003-04-29 08:47:29 +00:00
smc91cxxreg.h Add support for the SMC91C111 chip, with its internal PHY. 2003-04-29 08:47:29 +00:00
smc91cxxvar.h Add support for the SMC91C111 chip, with its internal PHY. 2003-04-29 08:47:29 +00:00
smc93cx6.c Adapt SMC 93cx6 library so that it will work with both 8- and 32-bit 2003-05-02 19:12:19 +00:00
smc93cx6var.h Adapt SMC 93cx6 library so that it will work with both 8- and 32-bit 2003-05-02 19:12:19 +00:00
spic.c
spicvar.h
st16650reg.h
sunscpal.c DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
sunscpalreg.h
sunscpalvar.h
tcic2.c Use aprint_normal() in cfprint routines. 2003-01-01 00:10:15 +00:00
tcic2reg.h
tcic2var.h
tea5757.c Use a different way to recognize tea5759 chips. From OpenBSD. 2002-09-03 18:53:40 +00:00
tea5757.h Use a different way to recognize tea5759 chips. From OpenBSD. 2002-09-03 18:53:40 +00:00
timer_cpcbus.c Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
tms320av110.c interrupt with two rs. 2003-01-06 13:04:54 +00:00
tms320av110reg.h
tms320av110var.h interrupt with two rs. 2003-01-06 13:04:54 +00:00
tms9914reg.h Register definitions for TMS 9914 GPIB controller. 2003-06-02 03:55:04 +00:00
tropic.c interrupt with two rs. 2003-01-06 13:04:54 +00:00
tropicreg.h
tropicvar.h
tulip.c Add MBUFTRACE kernel option. 2003-02-26 06:31:08 +00:00
tulipreg.h Fix signed/unsigned comparison warnings. 2002-11-07 07:55:53 +00:00
tulipvar.h For the 21142/21143 internal Nway, only advertise/resolve media for 2002-09-18 19:12:17 +00:00
uha.c
uhareg.h DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
uhavar.h
universereg.h
upc.c Add support for the 82C710, the original Universal Peripheral Controller. 2003-03-02 00:21:47 +00:00
upcreg.h Add support for the 82C710, the original Universal Peripheral Controller. 2003-03-02 00:21:47 +00:00
upcvar.h Add support for the 82C710, the original Universal Peripheral Controller. 2003-03-02 00:21:47 +00:00
vga.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
vga_common.c - Replace some magic numbers with proper macro. 2003-01-27 15:16:10 +00:00
vga_raster.c As beginning of merging uwscons to -current: 2003-04-07 05:48:54 +00:00
vga_subr.c make 'name' and 'data' of struct wsdisplay_font const, mark data arrays 2003-02-09 10:29:35 +00:00
vgareg.h Changes to allow machines which don't use text mode at the boot time 2003-01-31 21:57:23 +00:00
vgavar.h Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
videomode.h Missing '.' 2002-11-04 08:05:52 +00:00
wdc.c * Use aprint*(). 2003-05-17 21:52:03 +00:00
wdc_upc.c Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
wdcreg.h Rename WDSF_EN_WR_CACHE to WDSF_WRITE_CACHE_EN for consistency with other 2003-04-26 09:29:41 +00:00
wdcvar.h Make DMA mode works on Promise Ultra66/100 with 48-bit LBA drives. 2003-04-28 05:20:29 +00:00
we.c Zero out the NIC memory when padding packet to ETHER_MIN_LEN-ETHER_CRC_LEN 2003-01-15 22:20:03 +00:00
wereg.h
wevar.h
wi.c Add and enable monitoring mode for Lucent cards. 2003-06-19 06:16:36 +00:00
wi_ieee.h Host AP power saving support. The Host AP notices that the power 2003-04-08 04:31:23 +00:00
wireg.h Begin synchronization with FreeBSD: 2003-05-13 08:35:58 +00:00
wivar.h Stop wi panics on card ejection in Powerbook in both the enabled 2003-05-20 01:29:35 +00:00
z8530reg.h
z8530sc.c Provide locking required by the interrupt handlers running at IPL_SERIAL. 2003-01-28 12:35:31 +00:00
z8530sc.h Provide locking required by the interrupt handlers running at IPL_SERIAL. 2003-01-28 12:35:31 +00:00
z8530tty.c Provide locking required by the interrupt handlers running at IPL_SERIAL. 2003-01-28 12:35:31 +00:00

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 accomodate 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