NetBSD/sys/dev/ic
thorpej b01dbb214c When creating mscps, be a little more informative about why we couldn't
should creation/initialization of a mscp fail.  Also, don't panic in
these situations.  Instead, simply return an error condition and allow
the caller to deal with it.  It may be the case that we were able to
create one mscp what we can grab, and continue to hobble along.

Also, fix the mscp freelist fencepost error, similar to aha.c and bha.c
1997-10-28 23:46:49 +00:00
..
ad1848reg.h
aha.c When creating ccbs, be a little more informative about why we couldn't 1997-10-28 23:31:30 +00:00
ahareg.h
ahavar.h
aic7xxx.c
aic7xxxreg.h
aic7xxxvar.h
aic6360.c
aic6360reg.h
aic6360var.h Remove interrupt handler cookie from aic_softc. 1997-10-16 22:57:02 +00:00
am7930.c Make this compile again. 1997-10-19 20:34:54 +00:00
am7930reg.h
am7930var.h Make the audio API (almost) SunOS compatible. 1997-10-19 07:41:33 +00:00
am7990.c Bring back the optimized ether_cmp() that was lost when the 1997-10-15 16:34:10 +00:00
am7990reg.h
am7990var.h
bha.c When creating ccbs, be a little more informative about why we couldn't 1997-10-28 23:06:21 +00:00
bhareg.h Reply from an INQUIRE DEVICES is a lun map. 1997-10-28 19:08:26 +00:00
bhavar.h
cd1400reg.h
com.c Make 16650 probe optional on COM16650 define. It breaks on some 1997-10-21 01:25:41 +00:00
comreg.h Add 16650 hardware flowcontrol support. Basically PR 3844 from 1997-10-19 14:26:16 +00:00
comvar.h Add 16650 hardware flowcontrol support. Basically PR 3844 from 1997-10-19 14:26:16 +00:00
cs4231reg.h
cy.c
cyreg.h
cyvar.h
dc21040reg.h EN1207 definitions 1997-10-17 09:26:58 +00:00
dp8390.c Pulldown from marc-pcmcia branch: minor tweaks to make this a completely 1997-10-15 16:54:39 +00:00
dp8390reg.h
dp8390var.h Pulldown from marc-pcmcia branch: minor tweaks to make this a completely 1997-10-15 16:54:39 +00:00
ds.h
elink3.c Protect #ifdef DEBUG printfs with a run-time teson a patchable variable 1997-10-18 00:15:02 +00:00
elink3reg.h
elink3var.h Add and/or update rnd_*() hooks 1997-10-15 05:55:13 +00:00
hayespreg.h
i8042reg.h
i8237reg.h
i8253reg.h
i82365.c Fix typo; hang binary operator at the end of previous line. 1997-10-19 14:10:11 +00:00
i82365reg.h Pull marc-pcmcia branch down to trunk. 1997-10-16 23:18:18 +00:00
i82365var.h Pull marc-pcmcia branch down to trunk. 1997-10-16 23:18:18 +00:00
i82586.c
i82586reg.h
i82586var.h
i82595reg.h
ics2101reg.h
intersil7170.h
interwave.c Make the audio API (almost) SunOS compatible. 1997-10-19 07:41:33 +00:00
interwavereg.h Make the audio API (almost) SunOS compatible. 1997-10-19 07:41:33 +00:00
interwavevar.h Make the audio API (almost) SunOS compatible. 1997-10-19 07:41:33 +00:00
isp.c
ispmbox.h
ispreg.h
ispvar.h
lemac.c Add and/or update rnd_*() hooks 1997-10-15 05:55:13 +00:00
lemacreg.h
lemacvar.h Add and/or update rnd_*() hooks 1997-10-15 05:55:13 +00:00
lpt.c
lptreg.h
lptvar.h
mb86960.c Add and/or update rnd_*() hooks 1997-10-15 05:55:13 +00:00
mb86960reg.h
mb86960var.h Add and/or update rnd_*() hooks 1997-10-15 05:55:13 +00:00
mc146818reg.h
midway.c
midwayreg.h
midwayvar.h
ncr53c9x.c Apply patch from Michael L. Hitch (PR#4318): 1997-10-26 16:45:24 +00:00
ncr53c9xreg.h
ncr53c9xvar.h
ncr5380.doc
ncr5380reg.h
ncr5380sbc.c
ncr5380var.h
ne2000.c
ne2000reg.h
ne2000var.h
nec765reg.h
ns16450reg.h
ns16550reg.h
pdq.c
pdq_ifsubr.c
pdqreg.h
pdqvar.h
smc90cx6.c
smc90cx6reg.h
smc91cxx.c Add and/or update rnd_*() hooks 1997-10-15 05:55:13 +00:00
smc91cxxreg.h
smc91cxxvar.h Add and/or update rnd_*() hooks 1997-10-15 05:55:13 +00:00
smc93cx6.c
smc93cx6var.h
st16650reg.h Add 16650 hardware flowcontrol support. Basically PR 3844 from 1997-10-19 14:26:25 +00:00
tms320av110.c Dont waste time in delay()s... else we won't finish in time to get our first 1997-10-20 19:07:59 +00:00
tms320av110reg.h TMS320AV110 (mpeg layer 2 decoder chip) and ZBUS Melody board, which uses it. 1997-10-16 23:58:10 +00:00
tms320av110var.h TMS320AV110 (mpeg layer 2 decoder chip) and ZBUS Melody board, which uses it. 1997-10-16 23:58:10 +00:00
uha.c When creating mscps, be a little more informative about why we couldn't 1997-10-28 23:46:49 +00:00
uhareg.h
uhavar.h
wdc.c Changes to the probe and attach routine: 1997-10-27 14:09:23 +00:00
wdcreg.h
z8530.doc
z8530reg.h
z8530sc.c
z8530sc.h Rename cs_pad to cs_spare1 (for future use by Bill Studenmund). 1997-10-17 23:02:37 +00:00
z8530tty.c Move the ttychars() call below the if-not-raw block. 1997-10-17 22:55:09 +00:00