diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-22 18:58:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-22 18:58:06 +0000 |
commit | 3e95c62a8d107490bc393fb74fa9b7b4dbafc25e (patch) | |
tree | de85f2e454d9e104d880e1b3e24e8272b8719e04 /sys/arch | |
parent | fc68c3bd07f476bc5450c0a55ccff79519f6b2d5 (diff) |
media support
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 62ca447fe43..a4c788cee61 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.83 1998/09/22 18:49:12 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.84 1998/09/22 18:58:04 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -183,7 +183,7 @@ tx* at pci? dev ? function ? # SMC 83C170 EPIC ethernet cards # Media Independent Interface (mii) drivers #exphy* at mii? phy ? # 3Com internal PHYs -#inphy* at mii? phy ? # Intel 82555 PHYs +inphy* at mii? phy ? # Intel 82555 PHYs #nsphy* at mii? phy ? # NS and compatible PHYs #qsphy* at mii? phy ? # Quality Semi QS6612 PHYs diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 46a9ac6fb1b..d9a896564d8 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.42 1998/09/22 18:49:13 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.43 1998/09/22 18:58:04 deraadt Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -188,7 +188,7 @@ tx* at pci? dev ? function ? # SMC 83C170 EPIC ethernet cards # Media Independent Interface (mii) drivers #exphy* at mii? phy ? # 3Com internal PHYs -#inphy* at mii? phy ? # Intel 82555 PHYs +inphy* at mii? phy ? # Intel 82555 PHYs #nsphy* at mii? phy ? # NS and compatible PHYs #qsphy* at mii? phy ? # Quality Semi QS6612 PHYs |