diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-08-02 13:55:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-08-02 13:55:52 +0000 |
commit | bf66fa01ab20899d040d7229560431ad8feeb14f (patch) | |
tree | c6437425640bcc0a0963f1e0b7a5f15356bf33e7 /sys/arch/i386/conf/RAMDISKC | |
parent | 2156df1de8ec44532115189060eee430d2e4e37e (diff) |
add gdt & dmphy where needed
Diffstat (limited to 'sys/arch/i386/conf/RAMDISKC')
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index b10786bca00..a8c1a1ec3bc 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.1 2000/07/11 19:24:26 deraadt Exp $ +# $OpenBSD: RAMDISKC,v 1.2 2000/08/02 13:55:51 deraadt Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -126,8 +126,10 @@ pccom* at isapnp? #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 -#scsibus* at isp? +gdt* at pci? dev ? function ? # ICP Vortex GDT RAID controllers +scsibus* at gdt? +isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel +scsibus* at isp? aic0 at isa? port 0x340 irq 11 # Adaptec 152[02] SCSI controllers aic* at pcmcia? function ? # PCMCIA based aic SCSI controllers scsibus* at aic? @@ -239,6 +241,7 @@ nsphy* at mii? phy ? # NS and compatible PHYs rlphy* at mii? phy ? # RealTek 8139 internal PHYs #mtdphy* at mii? phy ? # Myson MTD972 PHYs dcphy* at mii? phy ? # Digital Clone PHYs +dmphy* at mii? phy ? # Davicom DM9101 PHYs ukphy* at mii? phy ? # "unknown" PHYs pseudo-device loop 1 # network loopback |