diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-08 21:53:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-08 21:53:34 +0000 |
commit | 58427721a48e4cc5ffea2532b3e647af4259aea9 (patch) | |
tree | 5e266306b3250103b4bc77353d67af8c9cb468c5 /sys/arch/i386/conf/RAMDISK | |
parent | 42f1143a7dd230e448b729688ace4624f25cee28 (diff) |
switch to using pccom; add PCIVERBOSE/EISEVERBOSE
Diffstat (limited to 'sys/arch/i386/conf/RAMDISK')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 2000461b8c4..b2bec67fcfb 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.17 1997/10/07 05:53:53 mickey Exp $ +# $OpenBSD: RAMDISK,v 1.18 1997/10/08 21:53:33 deraadt Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -58,6 +58,9 @@ isa0 at mainbus0 eisa0 at mainbus0 pci0 at mainbus0 +option PCIVERBOSE +option EISAVERBOSE + ppb* at pci? dev ? function ? # PCI-PCI bridges pci* at ppb? bus ? @@ -76,17 +79,17 @@ isadma0 at isa? #pc0 at isa? port 0x60 irq 1 # generic PC console device vt0 at isa? port 0x60 irq 1 -com0 at isa? port 0x3f8 irq 4 # standard PC serial ports -com1 at isa? port 0x2f8 irq 3 -com2 at isa? port 0x3e8 irq 5 -#com3 at isa? port 0x2e8 irq 9 +pccom0 at isa? port 0x3f8 irq 4 # standard PC serial ports +pccom1 at isa? port 0x2f8 irq 3 +pccom2 at isa? port 0x3e8 irq 5 +#pccom3 at isa? port 0x2e8 irq 9 #ast0 at isa? port 0x1a0 irq 5 # AST 4-port serial cards -#com* at ast? slave ? +#pccom* at ast? slave ? #boca0 at isa? port 0x100 irq 5 # BOCA 8-port serial cards -#com* at boca? slave ? +#pccom* at boca? slave ? #rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards -#com* at rtfps? slave ? -com3 at pcmcia? port 0x2e8 size 8 irq 3 slot ? # PCMCIA modem cards +#pccom* at rtfps? slave ? +pccom3 at pcmcia? port 0x2e8 size 8 irq 3 slot ? # PCMCIA modem cards # option for using CD1400 handshaking for incoming data # requires a special cable that exchanges the RTS and DTR lines |