diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2011-10-10 12:34:24 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2011-10-10 12:34:24 +0000 |
commit | 00aae6a357a5ea90061845874fa4e0222d64c829 (patch) | |
tree | a4389fda1f8e17c2151dac645e86e8c396ee3309 /sys/arch/i386/conf | |
parent | 106be47d6a874e725696aa7a35fe56d7fc9a6a2c (diff) |
add tlphy everywhere tl is enabled
pointed out by Loganaden Velvindron/brad
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index bce118a87fe..581188d6c5a 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.728 2011/09/20 20:25:45 matthieu Exp $ +# $OpenBSD: GENERIC,v 1.729 2011/10/10 12:34:23 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -629,6 +629,7 @@ 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 +tlphy* at mii? # ThunderLAN PHYs rlphy* at mii? # RealTek 8139 internal PHYs mtdphy* at mii? # Myson MTD972 PHYs dcphy* at mii? # Digital Clone PHYs diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index c63a2e718ac..b4680259d44 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.191 2011/10/06 20:49:28 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.192 2011/10/10 12:34:23 jsg Exp $ machine i386 # architecture, used by config; REQUIRED @@ -381,6 +381,7 @@ 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 +tlphy* at mii? # ThunderLAN PHYs rlphy* at mii? # RealTek 8139 internal PHYs mtdphy* at mii? # Myson MTD972 PHYs dcphy* at mii? # Digital Clone PHYs |