NetBSD/sys/arch
thorpej 16c4c5af26 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:24:37 +00:00
..
alpha clean up chrtoblktbl, adding comments naming the devices which actually do 1996-10-18 21:26:57 +00:00
amiga include update for config(8) 1996-10-21 11:13:39 +00:00
arm32 Fixed 4 compiler warnings about casts on insw() and outsw() calls. 1996-10-18 00:48:29 +00:00
atari select -> poll 1996-10-16 12:57:11 +00:00
hp300 Force some drive mappings for reasons I won't get into. 1996-10-21 16:43:05 +00:00
i386 New bus.h implementation/interface: 1996-10-21 22:24:37 +00:00
m68k Eliminate fusword() prototype, as it's now in <sys/systm.h> 1996-10-16 06:27:05 +00:00
mac68k Fix a raft of printf format strings and some declaration problems for 1996-10-21 05:42:23 +00:00
mips Increase MAXDSIZE to 256Mbytes. 1996-10-16 06:10:41 +00:00
mvme68k Use ${INSTALL}. 1996-10-18 05:55:26 +00:00
ofppc Rename recently checked in KGDB to IPKDB to resolve conflicts with older KGDB 1996-10-16 19:32:08 +00:00
pc532 RCS id police. 1996-10-15 21:59:03 +00:00
pica backout previous kprintf change 1996-10-13 16:50:51 +00:00
pmax Use ${INSTALL}. 1996-10-18 05:55:26 +00:00
powerpc Forgot to "cvs add" this in the last: 1996-10-17 12:09:05 +00:00
sparc Regroup the definitions of NBPG, PGOFSET and PGSHIFT into the section that 1996-10-20 20:26:52 +00:00
sun3 Use ${INSTALL}. 1996-10-18 05:55:26 +00:00
vax Use ${INSTALL}. 1996-10-18 05:55:26 +00:00
x68k Use ${INSTALL}. 1996-10-18 05:55:26 +00:00