NetBSD/sys/arch/i386
thorpej 3835413bc1 Overhaul of the ISA autoconfiguration code to support direct
configuration of devices logically attached to the ISA bus:

* Change the isa_attach_args to have arrays of io, mem, irq, drq
  resources.
* Add a "pnpnames" and a linked list of "pnpcompatnames" to the
  isa_attach_args.  If either of these members are non-NULL,
  direct configuration of the bus is being performed.  Add an
  ISA_DIRECT_CONFIG() macro to test for this.
* Drivers are not allowed to modify the isa_attach_args unless
  direct configuration is not being performed and the probe fucntion
  is returning success.
* Adapt device drivers -- currently, all driver probe routines return
  "no match" if ISA_DIRECT_CONFIG() evaluates to true.
2002-01-07 21:46:56 +00:00
..
bioscall PR/14946: Rafal Boni: Make this work again. 2001-12-14 20:32:23 +00:00
compile
conf Re-enable radio at bktr. 2002-01-07 19:34:25 +00:00
eisa add RCSID 2001-11-15 07:03:28 +00:00
gdbscripts Rename "stack" to "stacktrace" and have "stack" call "stacktrace $ebp $eip" 2000-06-08 14:42:11 +00:00
i386 Overhaul of the ISA autoconfiguration code to support direct 2002-01-07 21:46:56 +00:00
include Fix some register constraints; specifically, the "port" operand, 2001-12-28 06:42:40 +00:00
isa Overhaul of the ISA autoconfiguration code to support direct 2002-01-07 21:46:56 +00:00
mca Fix so these files build with options DEBUG enabled. 2001-12-04 20:00:15 +00:00
pci Also correct the attach flags to enable IO space on the ServerWorks 2001-12-16 21:33:06 +00:00
pnpbios Make this work with only a keyboard attached to ps2 port. 2002-01-04 17:11:55 +00:00
stand Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly). 2001-12-12 12:24:19 +00:00
Makefile Remove gratuitous setting of SYSDIR; 2001-04-03 17:12:23 +00:00