diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-11-04 12:34:07 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-11-04 12:34:07 +0000 |
commit | ee2bf5c24876b19a9a52f1ea7fb95d2685a0e618 (patch) | |
tree | 1fb8f5ce05aee012e2a7c3db1b425452966c2cbb | |
parent | d3b4e25ec8513184dea9160fc6edbc55f4d5ca5a (diff) |
Add rgephy(4) for the RTL8211E phy in the LeMaker Banana Pi and Banana Pro.
-rw-r--r-- | sys/arch/armv7/conf/GENERIC-SUNXI | 3 | ||||
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK-SUNXI | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/armv7/conf/GENERIC-SUNXI b/sys/arch/armv7/conf/GENERIC-SUNXI index 73f1716f7a2..c6c4efca561 100644 --- a/sys/arch/armv7/conf/GENERIC-SUNXI +++ b/sys/arch/armv7/conf/GENERIC-SUNXI @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC-SUNXI,v 1.7 2014/07/12 21:56:56 tedu Exp $ +# $OpenBSD: GENERIC-SUNXI,v 1.8 2014/11/04 12:34:06 jsg Exp $ # # GENERIC machine description file # @@ -134,6 +134,7 @@ rum* at uhub? # Ralink RT2501USB/RT2601USB ukphy* at mii? # "unknown" PHYs rlphy* at mii? # RealTek 8139 internal PHYs +rgephy* at mii? # Realtek 8169S/8110S PHY scsibus* at scsi? sd* at scsibus? diff --git a/sys/arch/armv7/conf/RAMDISK-SUNXI b/sys/arch/armv7/conf/RAMDISK-SUNXI index 6f3f738411f..aa51ae259b9 100644 --- a/sys/arch/armv7/conf/RAMDISK-SUNXI +++ b/sys/arch/armv7/conf/RAMDISK-SUNXI @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK-SUNXI,v 1.10 2014/10/10 05:43:35 deraadt Exp $ +# $OpenBSD: RAMDISK-SUNXI,v 1.11 2014/11/04 12:34:06 jsg Exp $ machine armv7 arm maxusers 4 @@ -65,6 +65,7 @@ rum* at uhub? # Ralink RT2501USB/RT2601USB ukphy* at mii? # "unknown" PHYs rlphy* at mii? # RealTek 8139 internal PHYs +rgephy* at mii? # Realtek 8169S/8110S PHY scsibus* at scsi? sd* at scsibus? |