diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1998-11-11 19:41:58 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1998-11-11 19:41:58 +0000 |
commit | a2ae7038a24fbc81052c131a42a833f1ff88449d (patch) | |
tree | 5d8909f8bc589b519f850ecbdce7883634400dcb /sys | |
parent | b67320a002793e8f496722a85d888421724eb4dc (diff) |
add new phys (commented out)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index d672a4957ec..50e424f439e 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.88 1998/10/10 06:57:55 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.89 1998/11/11 19:41:57 jason Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -188,8 +188,12 @@ tl* at pci? dev ? function ? # Compaq Thunderlan ethernet cards # Media Independent Interface (mii) drivers #exphy* at mii? phy ? # 3Com internal PHYs inphy* at mii? phy ? # Intel 82555 PHYs +#icsphy* at mii? phy ? # ICS 1890 PHYs +#lxtphy* at mii? phy ? # Level1 LXT970 PHYs #nsphy* at mii? phy ? # NS and compatible PHYs #qsphy* at mii? phy ? # Quality Semi QS6612 PHYs +#sqphy* at mii? phy ? # Seeq 8x220 PHYs +#ukphy* at mii? phy ? # "unknown" PHYs pss0 at isa? port 0x220 irq 7 drq 6 # Personal Sound System sp0 at pss0 port 0x530 irq 10 drq 0 # sound port driver diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 931d55b12ed..023617f8ef3 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.48 1998/10/24 23:28:35 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.49 1998/11/11 19:41:57 jason Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -192,8 +192,12 @@ tl* at pci? dev ? function ? # Compaq Thunderlan ethernet cards # Media Independent Interface (mii) drivers #exphy* at mii? phy ? # 3Com internal PHYs inphy* at mii? phy ? # Intel 82555 PHYs +#icsphy* at mii? phy ? # ICS 1890 PHYs +#lxtphy* at mii? phy ? # Level1 LXT970 PHYs #nsphy* at mii? phy ? # NS and compatible PHYs #qsphy* at mii? phy ? # Quality Semi QS6612 PHYs +#sqphy* at mii? phy ? # Seeq 8x220 PHYs +#ukphy* at mii? phy ? # "unknown" PHYs pseudo-device loop 1 # network loopback #pseudo-device sl 1 # CSLIP |