diff options
author | 1999-09-26 17:53:12 +0000 | |
---|---|---|
committer | 1999-09-26 17:53:12 +0000 | |
commit | fc3e87805de719b054ab3463723b1c1829d8373c (patch) | |
tree | 18978a8c6dcaa86fe299866496ae44e35d5516f5 | |
parent | This needed to be there... (diff) | |
download | wireguard-openbsd-fc3e87805de719b054ab3463723b1c1829d8373c.tar.xz wireguard-openbsd-fc3e87805de719b054ab3463723b1c1829d8373c.zip |
add exphy
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 7f29c1d7d51..ea1d7bece2e 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.130 1999/09/19 16:38:42 fgsch Exp $ +# $OpenBSD: GENERIC,v 1.131 1999/09/26 17:53:12 jason Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -236,7 +236,7 @@ ti* at pci? dev ? function ? # Alteon Tigon 1Gb ethernet ax* at pci? dev ? function ? # ASIX AX88140A ethernet # Media Independent Interface (mii) drivers -#exphy* at mii? phy ? # 3Com internal PHYs +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 |