NetBSD/sys/arch/i386
nathanw 718551d644 Change all instances of "[e]isa* at foo?" to "[e]isa0 at foo?".
This prevents attaching multiple [E]ISA buses, which we don't support
(Is there any such thing to support? I'm skeptical) and avoids the
"panic: isaattach: ISA bus already seen" that occurs on some laptops
with docking stations and EISA boxes. Since there is only one [E]ISA bus,
logically, the ISA device probe will still find devices on the
docking station.

This does not address the problem of inserting or removing the docking station
at runtime.

Relevant PRs: kern/6544, port-i386/10392, kern/11627, kern/13557,
install/13865.
2001-09-14 21:44:21 +00:00
..
bioscall regen: add support for getting %es value from the bios call 2001-05-02 13:13:48 +00:00
compile
conf Change all instances of "[e]isa* at foo?" to "[e]isa0 at foo?". 2001-09-14 21:44:21 +00:00
eisa delint: don't try & return something from void eisa_intr_disestablish() 2001-05-15 15:07:37 +00:00
gdbscripts Rename "stack" to "stacktrace" and have "stack" call "stacktrace $ebp $eip" 2000-06-08 14:42:11 +00:00
i386 Add "pci" at cdev 83. 2001-09-13 22:08:44 +00:00
include Add mtrr.h to INCS list to get installed on a make includes 2001-09-12 04:44:21 +00:00
isa Eliminate a needless test, pointed out by Bill Sommerfeld. 2001-09-03 17:49:31 +00:00
mca Compact the BIOS CFG printout 2001-05-14 14:14:09 +00:00
pci correct the set/get trigger code for ALi M1543 interrupt router. 2001-09-13 14:00:52 +00:00
pnpbios Update pmap_update to now take the updated pmap as an argument. 2001-09-10 21:19:08 +00:00
stand Include bsd.own.mk a bit earlier so that make cleandir works. 2001-08-18 12:53:58 +00:00
Makefile Remove gratuitous setting of SYSDIR; 2001-04-03 17:12:23 +00:00