diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-05-18 19:47:30 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-05-18 19:47:30 +0000 |
commit | 7dd1ed068118139d903cd3fc6c6c8eef2d853da7 (patch) | |
tree | e6ff007fd6c6d0b810e9f384cbd882a7206f9d72 | |
parent | 1b483539c66378e7876064821635e7972078556b (diff) |
Enable Xircom ethernet and ICS 1890 Phy. The Xircom driver
was a joint effort by niklas@openbsd.org, cstone@pobox.com & job@itsx.com
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index ec5ce965681..9a19a895bc4 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.108 1999/04/28 23:20:58 alex Exp $ +# $OpenBSD: GENERIC,v 1.109 1999/05/18 19:47:29 niklas Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -188,6 +188,7 @@ ep* at pci? dev ? function ? # 3C59x ethernet ne* at pcmcia? function ? # PCMCIA based NE2000 ethernet ep* at pcmcia? function ? # PCMCIA based 3C5xx ethernet sm* at pcmcia? function ? # PCMCIA based sm ethernet +xe* at pcmcia? function ? # Xircom ethernet fpa* at pci? dev ? function ? # DEC DEFPA FDDI xl* at pci? dev ? function ? # 3c9xx ethernet rl* at pci? dev ? function ? # RealTek 81[23]9 ethernet @@ -201,7 +202,7 @@ wb* at pci? dev ? function ? # Winbond W89C840F ethernet # 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 +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 |