diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-08-17 20:15:41 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-08-17 20:15:41 +0000 |
commit | 1e70b280d824eb2effad54d6a1674d9f5ee4c4bc (patch) | |
tree | 0af02e86aa98936a133bde55403cff3b7de0b326 /sys/arch/i386/conf/RAMDISK | |
parent | 6a1696496f37d377d2cdfb30b4dc44eed02bba1b (diff) |
pcibios0 at bios0 flags 0x0000
this is now a real device, which looks in flags for disabling
address, interrupt or bus fixup.
bios0's flags are to disable bios32 and pcibios probing.
since boot_config support editing flags, it's posible
to adjust pcibios functionality in the generic kernel
upon boot time. man is coming.
Diffstat (limited to 'sys/arch/i386/conf/RAMDISK')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index a3988bb049a..09e395479f2 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.91 2000/08/08 19:23:44 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.92 2000/08/17 20:15:33 mickey Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -52,6 +52,7 @@ mainbus0 at root bios0 at mainbus0 apm0 at bios0 flags 0x0000 # flags 0x0101 to force protocol version 1.1 #option APMDEBUG +pcibios0 at bios0 flags 0x0000 isa0 at mainbus0 eisa0 at mainbus0 @@ -76,10 +77,6 @@ pcic* at pci? dev? function ? # PCMCIA bus support pcmcia* at pcic? controller ? socket ? -# NOTE: You may need to uncomment the following line for CardBus to work -option BIOS32,PCIBIOS -option PCIBIOS_INTR_FIXUP,PCIBIOS_BUS_FIXUP,PCIBIOS_ADDR_FIXUP - npx0 at isa? port 0xf0 irq 13 # math coprocessor isadma0 at isa? isapnp0 at isa? |