diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-09-27 19:30:39 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-09-27 19:30:39 +0000 |
commit | 3c1dc7869cd1f677a5bb64ff15a556082eaf87c2 (patch) | |
tree | 84a272ad85704d46eb431043893ff2fe32704aad /sys/arch/alpha | |
parent | 68b5ebf753017754f11310b52e4d365bb84b575e (diff) |
adjust comments; eephy isn't just for Intel GigE. From Brad.
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 3b4d7f6d13a..fd51834b400 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.208 2009/02/10 18:35:44 damien Exp $ +# $OpenBSD: GENERIC,v 1.209 2009/09/27 19:30:38 sthen Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -277,7 +277,7 @@ vga* at pci? # PCI VGA graphics tga* at pci? # DEC ZLXp-E[123] graphics # Media Independent Interface (mii) drivers -eephy* at mii? # Marvell PHYs for Intel GigE +eephy* at mii? # Marvell PHYs exphy* at mii? # 3Com internal PHYs inphy* at mii? # Intel 82555 PHYs iophy* at mii? # Intel 82553 PHYs diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index f769ed87bb1..8a461dc1367 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.79 2009/06/24 15:02:18 todd Exp $ +# $OpenBSD: RAMDISKBIG,v 1.80 2009/09/27 19:30:38 sthen Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -224,7 +224,7 @@ vga* at pci? # PCI VGA graphics tga* at pci? # DEC ZLXp-E[123] graphics # Media Independent Interface (mii) drivers -eephy* at mii? # Marvell PHYs for Intel GigE +eephy* at mii? # Marvell PHYs exphy* at mii? # 3Com internal PHYs inphy* at mii? # Intel 82555 PHYs iophy* at mii? # Intel 82553 PHYs |