NetBSD/sys/dev/ic
mycroft 09cad93ce8 Implement a better backpressure mechanism so that data is collected
in the driver's buffer if the tty buffer is full.  If the driver's buffer
becomes full, turn off receive interrupts until it drains a bit.
1997-06-15 11:18:59 +00:00
..
ad1848reg.h Oops, forgot this in previous commit. 1997-05-07 20:23:53 +00:00
aha.c Pull thorpej-bus-dma branch into mainline. 1997-06-06 23:30:02 +00:00
ahareg.h Pull thorpej-bus-dma branch into mainline. 1997-06-06 23:30:02 +00:00
ahavar.h Pull thorpej-bus-dma branch into mainline. 1997-06-06 23:30:02 +00:00
aic7xxx.c It's perfectly normal for an older (e.g. pre SCSI-2) device to send 1997-06-09 01:51:03 +00:00
aic7xxxreg.h
aic7xxxvar.h clean these up (mostly rename bus_space_{tag,handle}_t variables) so that 1997-04-10 02:48:38 +00:00
aic6360.c
am7930.c Remove all `bustype' arguments from map[io]dev() and REG2PHYS(). 1997-05-24 20:15:59 +00:00
am7930reg.h
am7930var.h
am7990.c Oops; forgot to GC the last mbuf allocated when out of clusters. 1997-04-28 17:03:58 +00:00
am7990reg.h - new hardware reset hook, mainly for PCnet-ISA cards (79c960) 1997-03-27 21:01:49 +00:00
am7990var.h - new hardware reset hook, mainly for PCnet-ISA cards (79c960) 1997-03-27 21:01:50 +00:00
bha.c Pull thorpej-bus-dma branch into mainline. 1997-06-06 23:30:02 +00:00
bhareg.h Pull thorpej-bus-dma branch into mainline. 1997-06-06 23:30:02 +00:00
bhavar.h Pull thorpej-bus-dma branch into mainline. 1997-06-06 23:30:02 +00:00
cd1400reg.h
com.c Implement a better backpressure mechanism so that data is collected 1997-06-15 11:18:59 +00:00
comreg.h
comvar.h Implement a better backpressure mechanism so that data is collected 1997-06-15 11:18:59 +00:00
cs4231reg.h
cy.c clean up an autoconfiguration printf. Much more should be done 1997-04-13 20:00:29 +00:00
cyreg.h
cyvar.h don't bother keeping around the i/o tag. It's useless by itself, and 1997-04-13 20:02:11 +00:00
dc21040reg.h Put back Matt Thomas's revision ID, per PR 3723, submitted by 1997-06-08 18:44:02 +00:00
dp8390.c Fix typo in last change. 1997-04-30 19:16:23 +00:00
dp8390reg.h Machine-independent driver for DP8390/WD83C690-based Ethernet controller. 1997-04-29 04:32:07 +00:00
dp8390var.h Remove the use16bit softc field, replacing the functionality with dcr_reg. 1997-04-30 18:09:14 +00:00
elink3.c Make sure we're in register window 0 before attempting EEPROM access, 1997-05-14 00:22:00 +00:00
elink3reg.h Rename the PROD_ID to PROD_ID_3C509 to make it possible to add other 1997-04-27 09:42:34 +00:00
elink3var.h Add ifmedia hooks: include <ifmedia.h> and add sc_media to softc. 1997-03-30 22:47:05 +00:00
hayespreg.h
i8042reg.h
i8237reg.h Add DMA37MD_DEMAND and DMA37MD_BLOCK. 1997-05-29 21:42:28 +00:00
i8253reg.h
i82586reg.h
i82595reg.h
ics2101reg.h
intersil7170.h Moved from arch/sun3/sun3 and changed according to implied references 1997-05-02 06:15:28 +00:00
isp.c - Simplify mailbox DMA setup, allowing the front-ends to allocate the 1997-06-08 06:31:52 +00:00
ispmbox.h
ispreg.h
ispvar.h - Simplify mailbox DMA setup, allowing the front-ends to allocate the 1997-06-08 06:31:52 +00:00
lpt.c
lptreg.h
lptvar.h
mb86960.c
mb86960reg.h
mb86960var.h
mc146818reg.h
midway.c Oops; forgot to GC the last mbuf allocated when out of clusters. 1997-04-28 17:03:58 +00:00
midwayreg.h MAJOR CHANGES: [contributed by Chuck Cranor <chuck@ccrc.wustl.edu> and 1997-03-20 21:34:42 +00:00
midwayvar.h MAJOR CHANGES: [contributed by Chuck Cranor <chuck@ccrc.wustl.edu> and 1997-03-20 21:34:42 +00:00
ncr53c9x.c Preliminary support for ESP406 and FAS408 variants (from Eric Hvodza; PR#3559) 1997-05-01 22:16:24 +00:00
ncr53c9xreg.h Mods for ESP406/FAS408 SCSI driver (from Eric S. Hvozda; PR#3581) 1997-05-17 20:56:55 +00:00
ncr53c9xvar.h Preliminary support for ESP406 and FAS408 variants (from Eric Hvodza; PR#3559) 1997-05-01 22:16:24 +00:00
ncr5380.doc
ncr5380reg.h
ncr5380sbc.c Fix a debugging printf() format. 1997-04-07 16:28:26 +00:00
ncr5380var.h
nec765reg.h
ns16450reg.h
ns16550reg.h
pdq.c Merge pdq-970604 update. 1997-06-08 19:47:13 +00:00
pdq_ifsubr.c Merge pdq-970604 update. 1997-06-08 19:47:13 +00:00
pdqreg.h Resolve conflicts from merge. 1997-03-24 00:35:02 +00:00
pdqvar.h Resolve conflicts from merge. 1997-03-24 00:35:02 +00:00
smc90cx6.c Oops; forgot to GC the last mbuf allocated when out of clusters. 1997-04-28 17:03:58 +00:00
smc90cx6reg.h
smc93cx6.c
smc93cx6var.h clean these up (mostly rename bus_space_{tag,handle}_t variables) so that 1997-04-10 02:48:38 +00:00
uha.c Pull thorpej-bus-dma branch into mainline. 1997-06-06 23:30:02 +00:00
uhareg.h Pull thorpej-bus-dma branch into mainline. 1997-06-06 23:30:02 +00:00
uhavar.h Pull thorpej-bus-dma branch into mainline. 1997-06-06 23:30:02 +00:00
wdcreg.h
z8530.doc
z8530reg.h
z8530sc.c
z8530sc.h
z8530tty.c KNF. 1997-05-19 04:01:16 +00:00