NetBSD/sys/arch
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
..
alpha allocate a flat 10% of memory to buffer pages. 1996-06-15 03:55:17 +00:00
amiga Forgotten $(DESTDIR) in special install rule. 1996-06-21 21:55:53 +00:00
arm32 no need for a local implementation of SIOCGIFMTU; delete it. 1996-06-13 21:51:53 +00:00
atari s/keymaps/keymap/ 1996-06-22 21:01:29 +00:00
hp300 From Ignatios Souvatzis <is@NetBSD.ORG>: 1996-06-23 05:48:12 +00:00
i386 A few simple changes: 1996-06-25 21:22:48 +00:00
m68k Fix a few off-by-one errors in bitnumbers used by print_fcode. 1996-06-12 20:22:42 +00:00
mac68k Format the NetBSD Id string like it is elsewhere 1996-06-23 15:30:51 +00:00
mips Explictly credit Per Fogelstrom for the mips shared library support in elf.c, 1996-06-20 07:06:36 +00:00
mvme68k switch to generic boot 1996-05-29 05:06:21 +00:00
pc532 no need for a local implementation of SIOCGIFMTU; delete it. 1996-06-13 21:51:53 +00:00
pica
pmax Fix 4.4bsd/pmax memory-sizing bug: 1996-06-25 05:47:31 +00:00
sparc sbus specific stuff for eni155s sbus atm card. 1996-06-22 02:02:48 +00:00
sun3 Fix ZMAGIC (from Chuck Cranor) 1996-06-20 03:59:41 +00:00
vax locc() is unused. Remove it from the machine-independent kernel interface. 1996-06-10 15:33:33 +00:00
x68k added wait for insert system floppy 1996-06-17 07:28:58 +00:00