diff options
author | 2007-06-16 08:43:00 +0000 | |
---|---|---|
committer | 2007-06-16 08:43:00 +0000 | |
commit | a8e5e57d56d57dc73b700c2afbad4f50724ef690 (patch) | |
tree | f684d07d79d6c6bcde19650bbd26497862a12cf6 | |
parent | INTMAX_TYPE and UINTMAX_TYPE are always in terms of long long on (diff) | |
download | wireguard-openbsd-a8e5e57d56d57dc73b700c2afbad4f50724ef690.tar.xz wireguard-openbsd-a8e5e57d56d57dc73b700c2afbad4f50724ef690.zip |
Enable iophy(4) for fxp(4). From brad.
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/hppa/conf/RAMDISK | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 989a8982c66..1cbeed80c98 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.99 2007/05/31 23:18:25 uwe Exp $ +# $OpenBSD: GENERIC,v 1.100 2007/06/16 08:43:00 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -281,7 +281,7 @@ dcphy* at mii? # Digital Clone PHYs amphy* at mii? # AMD 79C873 PHYs exphy* at mii? # 3Com internal PHYs inphy* at mii? # Intel 82555 PHYs -#iophy* at mii? # Intel 82553 PHYs +iophy* at mii? # Intel 82553 PHYs icsphy* at mii? # ICS1890 PHYs lxtphy* at mii? # Level One LXT-970 PHYs nsphy* at mii? # NS83840 PHYs diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index 625ec41b022..f5d81257f10 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.67 2007/05/23 18:24:25 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.68 2007/06/16 08:43:00 kettenis Exp $ # # Diskless kernel config # @@ -269,7 +269,7 @@ dcphy* at mii? # Digital Clone PHYs amphy* at mii? # AMD 79C873 PHYs exphy* at mii? # 3Com internal PHYs inphy* at mii? # Intel 82555 PHYs -#iophy* at mii? # Intel 82553 PHYs +iophy* at mii? # Intel 82553 PHYs icsphy* at mii? # ICS1890 PHYs lxtphy* at mii? # Level One LXT-970 PHYs nsphy* at mii? # NS83840 PHYs |