diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-03-10 03:27:51 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-03-10 03:27:51 +0000 |
commit | b53de0fc5b7c25d54cc2307c9e596961dfbf40bd (patch) | |
tree | b86a00cab5c830101231388c7446f98abd7ca540 | |
parent | 3f5e3c7beec74b08c16d56e206017ab2104f7dc5 (diff) |
enable amphy(4) for udav(4) and urlphy(4) for url(4)
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index 97c4c825ff3..44ab4f3e39f 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.21 2017/03/08 11:47:07 patrick Exp $ +# $OpenBSD: GENERIC,v 1.22 2017/03/10 03:27:50 jsg Exp $ # # GENERIC machine description file # @@ -218,11 +218,13 @@ audio* at utvfu? udl* at uhub? # DisplayLink USB displays wsdisplay* at udl? +amphy* at mii? # AMD 79C873 PHYs 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 +urlphy* at mii? # Realtek RTL8150L internal PHY scsibus* at scsi? sd* at scsibus? diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 58f6bcd8be2..d8ec65e41d1 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.18 2017/03/08 11:47:07 patrick Exp $ +# $OpenBSD: RAMDISK,v 1.19 2017/03/10 03:27:50 jsg Exp $ # # GENERIC machine description file # @@ -155,11 +155,13 @@ urtw* at uhub? # Realtek 8187 rsu* at uhub? # Realtek RTL8188SU/RTL8191SU/RTL8192SU urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU +amphy* at mii? # AMD 79C873 PHYs 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 +urlphy* at mii? # Realtek RTL8150L internal PHY scsibus* at scsi? sd* at scsibus? |