diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index 142fdac173f..859202c5e81 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.19 2017/03/08 11:41:11 patrick Exp $ +# $OpenBSD: GENERIC,v 1.20 2017/03/08 11:45:23 patrick Exp $ # # GENERIC machine description file # @@ -217,6 +217,7 @@ udl* at uhub? # DisplayLink USB displays wsdisplay* at udl? atphy* at mii? # Attansic F1 PHYs +eephy* at mii? # Marvell 88E1000 series PHY rgephy* at mii? # Realtek 8169S/8110S PHY rlphy* at mii? # Realtek 8139 internal PHYs ukphy* at mii? # "unknown" PHYs diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index a886defb892..fa0684e71d1 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.16 2017/03/08 11:41:11 patrick Exp $ +# $OpenBSD: RAMDISK,v 1.17 2017/03/08 11:45:23 patrick Exp $ # # GENERIC machine description file # @@ -154,6 +154,7 @@ rsu* at uhub? # Realtek RTL8188SU/RTL8191SU/RTL8192SU urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU atphy* at mii? # Attansic F1 PHYs +eephy* at mii? # Marvell 88E1000 series PHY rgephy* at mii? # Realtek 8169S/8110S PHY rlphy* at mii? # Realtek 8139 internal PHYs ukphy* at mii? # "unknown" PHYs |