diff options
author | 2005-04-14 20:21:07 +0000 | |
---|---|---|
committer | 2005-04-14 20:21:07 +0000 | |
commit | 07b32b2257fc03ac5c5e267828c16ff015ce59d5 (patch) | |
tree | d0c2933ad269539be6bfa1a3cb16997bc93c2973 | |
parent | +luphy (diff) | |
download | wireguard-openbsd-07b32b2257fc03ac5c5e267828c16ff015ce59d5.tar.xz wireguard-openbsd-07b32b2257fc03ac5c5e267828c16ff015ce59d5.zip |
+luphy and add hme to RAMDISK_CD
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index c080cd9b6f4..e60b96da852 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.406 2005/03/18 22:39:59 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.407 2005/04/14 20:21:07 brad Exp $ # # GENERIC -- everything that's currently supported # @@ -443,6 +443,7 @@ lxtphy* at mii? # Level1 LXT970 PHYs nsphy* at mii? # NS and compatible PHYs nsphyter* at mii? # NS and compatible PHYs qsphy* at mii? # Quality Semi QS6612 PHYs +luphy* at mii? # Lucent LU6612 PHY sqphy* at mii? # Seeq 8x220 PHYs rlphy* at mii? # RealTek 8139 internal PHYs mtdphy* at mii? # Myson MTD972 PHYs diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 6dc5b7a65d1..2e51d055305 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.93 2005/03/30 07:42:13 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.94 2005/04/14 20:21:07 brad Exp $ machine i386 # architecture, used by config; REQUIRED @@ -327,6 +327,7 @@ stge* at pci? # Sundance TC9021 GigE bge* at pci? # Broadcom BCM570x (aka Tigon3) #lge* at pci? # Level1 LXT1001 GigE mtd* at pci? # Myson MTD803 +hme* at pci? # Sun Happy Meal bce* at pci? # Broadcom BCM4401 vge* at pci? # VIA VT612x @@ -355,6 +356,7 @@ lxtphy* at mii? # Level1 LXT970 PHYs nsphy* at mii? # NS and compatible PHYs nsphyter* at mii? # NS and compatible PHYs qsphy* at mii? # Quality Semi QS6612 PHYs +luphy* at mii? # Lucent LU6612 PHY sqphy* at mii? # Seeq 8x220 PHYs rlphy* at mii? # RealTek 8139 internal PHYs mtdphy* at mii? # Myson MTD972 PHYs |