diff options
Diffstat (limited to 'sys/arch/i386/conf/RAMDISK')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index a77bb44c905..51f98fdb1e4 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.86 2000/06/28 23:40:26 krw Exp $ +# $OpenBSD: RAMDISK,v 1.87 2000/07/08 22:09:03 marc Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -26,7 +26,9 @@ option DST=0 # daylight savings time used by RTC option SWAPPAGER # paging; REQUIRED option DEVPAGER # mmap() of devices -#makeoptions DEBUG="-g" # compile full symbol table +option DDB # in-kernel debugger +option DDB_SAFE_CONSOLE # allow break into ddb during boot +makeoptions DEBUG="-ggdb" # compile full symbol table option FFS # UFS option EXT2FS # Linux ext2fs @@ -54,7 +56,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 @@ -111,10 +113,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 @@ -186,8 +188,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 |