diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-10-02 17:08:15 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-10-02 17:08:15 +0000 |
commit | 1c6958f4870243092008fc40fd61656614792c3b (patch) | |
tree | 6db6e1672de8c826e2205e732de44bc0211c368b /sys/arch/amd64 | |
parent | bd039a645341d7a70614ee443beb42b6be235d62 (diff) |
add hme
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 939ed18e735..f5cc85a1b19 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.80 2005/09/19 01:28:04 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.81 2005/10/02 17:08:14 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -296,7 +296,7 @@ bge* at pci? # Broadcom BCM570x (aka Tigon3) re* at pci? # Realtek 8169/8169S/8110S stge* at pci? # Sundance TC9021 GigE #lge* at pci? # Level1 LXT1001 GigE -#hme* at pci? # Sun Happy Meal +hme* at pci? # Sun Happy Meal vge* at pci? # VIA VT612x # Wireless network cards @@ -325,6 +325,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/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 6c22ca182f6..565562c2855 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.40 2005/08/03 22:42:46 brad Exp $ +# $OpenBSD: RAMDISK_CD,v 1.41 2005/10/02 17:08:14 brad Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -235,6 +235,7 @@ re* at pci? # Realtek 8169/8169S/8110S stge* at pci? # Sundance TC9021 GigE #lge* at pci? # Level1 LXT1001 GigE #mtd* at pci? # Myson MTD803 +hme* at pci? # Sun Happy Meal vge* at pci? # VIA VT612x # Wireless network cards @@ -254,6 +255,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 |