NetBSD/sys/dev/ic
thorpej 769a499800 New bus.h implementation/interface:
- No more distinction between i/o-mapped and memory-mapped
	  devices.  It's all "bus space" now, and space tags
	  differentiate the space with finer grain than the
	  bus chipset tag.
	- Add memory barrier methods.
	- Implement space alloc/free methods.
	- Implement region read/write methods (like memcpy to/from
	  bus space).
This interface provides a better abstraction for dealing with
machine-independent chipset drivers.
1996-10-21 22:34:38 +00:00
..
ad1848reg.h
aic7xxx.c New bus.h implementation/interface: 1996-10-21 22:24:37 +00:00
aic7xxxreg.h dev/microcode/aic7xxx/aic7xxx.seq, 1996-10-08 03:04:02 +00:00
aic7xxxvar.h New bus.h implementation/interface: 1996-10-21 22:24:37 +00:00
aic6360.c backout kprintf changes 1996-10-13 01:37:04 +00:00
am7930.c backout previous kprintf change 1996-10-13 02:59:25 +00:00
am7930reg.h
am7930var.h LOCORE -> _LOCORE 1996-02-01 22:28:24 +00:00
am7990.c backout kprintf changes 1996-10-13 01:37:04 +00:00
am7990reg.h
am7990var.h Add a new function hook sc_nocarrier() to am7990_softc. If non-null, this 1996-07-05 23:56:57 +00:00
bha.c New bus.h implementation/interface: 1996-10-21 22:24:37 +00:00
bhareg.h Minor changes. 1996-09-01 00:54:34 +00:00
bhavar.h New bus.h implementation/interface: 1996-10-21 22:24:37 +00:00
cd1400reg.h New Cyclades driver from Timo Rossi 1996-09-24 18:02:33 +00:00
com.c New bus.h implementation/interface: 1996-10-21 22:34:38 +00:00
comreg.h Wrap the definitions of CONADDR and CONUNIT in #ifndef. 1996-09-06 05:06:01 +00:00
comvar.h New bus.h implementation/interface: 1996-10-21 22:34:38 +00:00
cs4231reg.h Remove incorrect comment. From Mike Long, PR 1277. 1996-02-16 08:12:33 +00:00
cy.c New bus.h implementation/interface: 1996-10-21 22:24:37 +00:00
cyreg.h New Cyclades driver from Timo Rossi 1996-09-24 18:02:33 +00:00
cyvar.h New bus.h implementation/interface: 1996-10-21 22:24:37 +00:00
dc21040reg.h
dp8390reg.h
elink3.c New bus.h implementation/interface: 1996-10-21 22:24:37 +00:00
elink3reg.h New bus.h implementation/interface: 1996-10-21 22:24:37 +00:00
elink3var.h New bus.h implementation/interface: 1996-10-21 22:24:37 +00:00
hayespreg.h Hayes ESP register definition 1996-02-10 20:23:40 +00:00
i8042reg.h
i8237reg.h Add bit definition for auto-initialize mode. 1996-03-01 22:27:09 +00:00
i8253reg.h
i82586reg.h
i82595reg.h Add "iy" driver for Ethernet ISA boards using the Intel i82595 chip, e.g. 1996-05-06 21:36:51 +00:00
ics2101reg.h Fix error in copyright notice 1996-02-05 02:18:48 +00:00
lpt.c New bus.h implementation/interface: 1996-10-21 22:34:38 +00:00
lptreg.h
lptvar.h New bus.h implementation/interface: 1996-10-21 22:34:38 +00:00
mb86960.c Appease the compiler: get rid of some unused variables, add some 1996-10-17 04:34:08 +00:00
mb86960reg.h
mb86960var.h Appease the compiler: get rid of some unused variables, add some 1996-10-17 04:34:08 +00:00
mc146818reg.h
midway.c New bus.h implementation/interface: 1996-10-21 22:24:37 +00:00
midwayreg.h New bus.h implementation/interface: 1996-10-21 22:24:37 +00:00
midwayvar.h New bus.h implementation/interface: 1996-10-21 22:24:37 +00:00
ncr5380.doc Switch to David Jones' new machine-independent NCR5380 driver. It's been 1996-01-01 22:24:30 +00:00
ncr5380reg.h Switch to David Jones' new machine-independent NCR5380 driver. It's been 1996-01-01 22:24:30 +00:00
ncr5380sbc.c backout kprintf changes 1996-10-13 01:37:04 +00:00
ncr5380var.h Add a new member to the softc (sc_parity_disable) with per-target 1996-05-10 18:04:01 +00:00
nec765reg.h
ns16450reg.h
ns16550reg.h
pdq.c backout kprintf changes 1996-10-13 01:37:04 +00:00
pdq_ifsubr.c Fix conflicts during import. 1996-05-20 00:26:15 +00:00
pdqreg.h define PDQ_ASSERT directly in terms of __assert, because cpp doesn't seem 1996-08-28 16:01:29 +00:00
pdqvar.h New bus.h implementation/interface: 1996-10-21 22:24:37 +00:00
smc90cx6.c backout kprintf changes 1996-10-13 01:37:04 +00:00
smc90cx6reg.h
smc93cx6.c New bus.h implementation/interface: 1996-10-21 22:34:38 +00:00
smc93cx6var.h New bus.h implementation/interface: 1996-10-21 22:34:38 +00:00
uha.c backout kprintf changes 1996-10-13 01:37:04 +00:00
uhareg.h Minor changes. 1996-09-01 00:54:34 +00:00
uhavar.h New bus.h implementation/interface: 1996-10-21 22:34:38 +00:00
wdcreg.h
z8530.doc Reorganized, machine-independent z8530 driver, based on the sparc/sun3 zs. 1996-01-24 01:07:21 +00:00
z8530reg.h Add definitions for the Z85C30 and Z85230 enhanced serial controllers. 1996-10-16 22:34:52 +00:00
z8530sc.c Rename cs_pclk_div16 to cs_brg_clk to clarify the fact that the 1996-05-17 19:30:34 +00:00
z8530sc.h Replace the field cs_rr0_new with cs_rr0_delta (keep changes instead). 1996-10-16 20:34:54 +00:00
z8530tty.c Correct a problem with CRTSCTS flow control where output may fail to 1996-10-16 20:42:14 +00:00
z8530var.h Replace the field cs_rr0_new with cs_rr0_delta (keep changes instead). 1996-10-16 20:34:54 +00:00