diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2000-07-08 22:12:11 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2000-07-08 22:12:11 +0000 |
commit | a0cab4eb5dab9b7d6ffcd60f0c0e58d252a71f76 (patch) | |
tree | d4a37fd2635d37b14f633bc880012544f7b3c856 | |
parent | e0d559f9572e68ccfffdaf3dbb4ef6a99f7cf3d9 (diff) |
oops, revert to correct version
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 51f98fdb1e4..4cb55749edb 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.87 2000/07/08 22:09:03 marc Exp $ +# $OpenBSD: RAMDISK,v 1.88 2000/07/08 22:12:10 marc Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -26,9 +26,7 @@ option DST=0 # daylight savings time used by RTC option SWAPPAGER # paging; REQUIRED option DEVPAGER # mmap() of devices -option DDB # in-kernel debugger -option DDB_SAFE_CONSOLE # allow break into ddb during boot -makeoptions DEBUG="-ggdb" # compile full symbol table +#makeoptions DEBUG="-g" # compile full symbol table option FFS # UFS option EXT2FS # Linux ext2fs @@ -56,7 +54,7 @@ apm0 at bios0 flags 0x0000 # flags 0x0101 to force protocol version 1.1 #option APMDEBUG isa0 at mainbus0 -#eisa0 at mainbus0 +eisa0 at mainbus0 pci* at mainbus0 option PCIVERBOSE @@ -113,10 +111,10 @@ aha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI controllers aha1 at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI controllers aha* at isapnp? scsibus* at aha? -#ahb* at eisa? slot ? # Adaptec 174[024] SCSI controllers -#scsibus* at ahb? +ahb* at eisa? slot ? # Adaptec 174[024] SCSI controllers +scsibus* at ahb? ahc0 at isa? port ? irq ? # Adaptec 284x SCSI controllers -#ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI controllers +ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI controllers ahc* at pci? dev ? function ? # Adaptec 2940 SCSI controllers scsibus* at ahc? #isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel @@ -188,8 +186,8 @@ ef* at isapnp? # 3C515 PnP ethernet #ie1 at isa? port 0x300 irq 10 # EtherExpress le0 at isa? port 0x360 irq 15 drq 6 # IsoLan, NE2100, and DEPCA #ex0 at isa? port 0x320 irq 5 # Intel EtherExpress PRO/10 -#ep0 at eisa? slot ? -#ep* at eisa? slot ? # 3C579 ethernet cards +ep0 at eisa? slot ? +ep* at eisa? slot ? # 3C579 ethernet cards #fea* at eisa? slot ? # DEC DEFEA FDDI cards le* at pci? dev ? function ? # PCnet-PCI based ethernet cards ep* at isapnp? # 3C509 PnP ethernet cards |