diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-18 18:56:28 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-18 18:56:28 +0000 |
commit | 4104c84a022b28c96373b5f6844b39e0d092672b (patch) | |
tree | 5ed62775c6100fd3c11824a6358acab8d26c9ff4 /sys/arch/i386/conf/GENERICOTHER | |
parent | 2486fc6168bd5163df06fb048ad4fd9e70f751dc (diff) |
Merge of NetBSD 960317
Diffstat (limited to 'sys/arch/i386/conf/GENERICOTHER')
-rw-r--r-- | sys/arch/i386/conf/GENERICOTHER | 32 |
1 files changed, 22 insertions, 10 deletions
diff --git a/sys/arch/i386/conf/GENERICOTHER b/sys/arch/i386/conf/GENERICOTHER index be1a1374ebc..23cdc09b36e 100644 --- a/sys/arch/i386/conf/GENERICOTHER +++ b/sys/arch/i386/conf/GENERICOTHER @@ -1,3 +1,4 @@ +# $OpenBSD: GENERICOTHER,v 1.5 1996/04/18 18:55:34 niklas Exp $ # $NetBSD: GENERICOTHER,v 1.3 1995/12/14 01:10:10 tls Exp $ # # GENERICOTHER -- everything that's currently supported, except @@ -11,6 +12,11 @@ options I486_CPU options I586_CPU options MATH_EMULATE # floating point emulation +# Some BIOSes don't get the size of extended memory right. If you +# have a broken BIOS, uncomment the following and set the value +# properly for your system. +#options EXTMEM_SIZE=... # size of extended memory + #options DUMMY_NOPS # speed hack; recommended options XSERVER,UCONSOLE options INSECURE # insecure; allow /dev/mem writing for X @@ -26,7 +32,7 @@ options DEVPAGER # mmap() of devices options DDB # in-kernel debugger #makeoptions DEBUG="-g" # compile full symbol table -options DIAGNOSTIC # internally consistency checks +options DIAGNOSTIC # internal consistency checks options KTRACE # system call tracing, a la ktrace(1) options SYSVMSG # System V-like message queues @@ -77,8 +83,14 @@ options CCITT,LLC,HDLC # X.25 config bsd swap generic options GENERIC -isa0 at root -pci0 at root +mainbus0 at root + +isa0 at mainbus0 +eisa0 at mainbus0 +pci0 at mainbus0 + +ppb* at pci? dev ? function ? # PCI-PCI bridges +pci* at ppb? bus ? npx0 at isa? port 0xf0 irq 13 # math coprocessor @@ -90,7 +102,7 @@ com1 at isa? port 0x2f8 irq 3 com2 at isa? port 0x3e8 irq 5 #com3 at isa? port 0x2e8 irq 9 #ast0 at isa? port 0x1a0 irq 5 # AST 4-port serial cards -#com* at ast? slave ? flags 1 +#com* at ast? slave ? #boca0 at isa? port 0x100 irq 5 # BOCA 8-port serial cards #com* at boca? slave ? #rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards @@ -106,13 +118,13 @@ lms0 at isa? port 0x23c irq 5 # Logitech bus mouse lms1 at isa? port 0x238 irq 5 mms0 at isa? port 0x23c irq 5 # Microsoft InPort mouse mms1 at isa? port 0x238 irq 5 -#pms0 at isa? port 0x60 irq 12 # PS/2 auxiliary port mouse +#pms0 at pckbd? irq 12 # PS/2 auxiliary port mouse bt0 at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI controllers bt1 at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI controllers bt2 at isa? port ? irq ? scsibus* at bt? -ncr* at pci? bus ? dev ? # NCR 538XX SCSI controllers +ncr* at pci? dev ? function ? # NCR 538XX SCSI controllers scsibus* at ncr? sea0 at isa? iomem 0xc8000 irq 5 scsibus* at sea? @@ -146,9 +158,9 @@ el0 at isa? port 0x300 irq 9 # 3C501 ethernet cards ep0 at isa? port ? irq ? # 3C509 ethernet cards ie0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN, 3C507, and Etherexpress #le0 at isa? port 0x320 irq 10 drq 7 # IsoLan, NE2100, and DEPCA -le* at pci? bus ? dev ? # PCnet-PCI based ethernet cards -de* at pci? bus ? dev ? # DC21X4X-based ethernet cards -ep* at pci? bus ? dev ? # 3C590 ethernet cards +le* at pci? dev ? function ? # PCnet-PCI based ethernet cards +de* at pci? dev ? function ? # DC21X4X-based ethernet cards +ep* at pci? dev ? function ? # 3C590 ethernet cards pss0 at isa? port 0x220 irq 7 drq 6 # Personal Sound System sp0 at pss0 port 0x530 irq 10 drq 0 # sound port driver @@ -157,7 +169,7 @@ sb0 at isa? port 0x220 irq 7 drq 1 # SoundBlaster wss0 at isa? port 0x530 irq 10 drq 0 # Windows Sound System pas0 at isa? port 0x220 irq 7 drq 1 # ProAudio Spectrum gus0 at isa? port 0x220 irq 7 drq 1 flags 6 # Gravis Ultra Sound (flags is record drq for full-duplex) -#spkr0 at isa? ... +#spkr0 at isa? port 0x61 pseudo-device loop 1 # network loopback pseudo-device bpfilter 8 # packet filter |