NetBSD/sys/arch/i386
thorpej 698844254e A few simple changes:
- Use an extent map to manage the ISA memory "hole", much like
	  how i/o port space is manged with an extent map.  Do the actual
	  accounting in bus_mem_{,un}map().

	- When creating the ioport and iomem extent maps, pass the
	  EX_NOBLOB flag, which tells the extent map code to disallow
	  fragmenting of regions.  This will make it easier to catch
	  simple i/o and memory mapping bugs (like the if_ed.c bug I just
	  fixed) in the future.

	- In bus_mem_map(), a chunk of code was indented using spaces.
	  Make the indentation use tabs.

	- In bus_io_unmap(), fix the format passed to printf().
1996-06-25 21:22:48 +00:00
..
boot Increment the boot block version. 1996-06-18 07:51:26 +00:00
compile new RCS ID format. 1994-10-27 04:14:23 +00:00
conf add options LKM, INSECURE 1996-05-30 22:36:49 +00:00
eisa update for addition of a machine-dependent cookie as the first argument 1996-04-11 22:15:08 +00:00
i386 A few simple changes: 1996-06-25 21:22:48 +00:00
include New implementation of bus_io_{,un}map() for the i386. Details: 1996-06-23 19:59:06 +00:00
isa change > to >= in #endif comment, too. 1996-06-04 20:01:58 +00:00
netboot Fix #includes. 1996-02-02 18:05:36 +00:00
pci update for addition of a machine-dependent cookie as the first argument 1996-04-11 22:15:08 +00:00
stand LOCORE -> _LOCORE 1996-02-01 22:28:24 +00:00
Makefile new RCS ID format. 1994-10-27 04:14:23 +00:00