diff options
author | 2014-11-04 12:34:06 +0000 | |
---|---|---|
committer | 2014-11-04 12:34:06 +0000 | |
commit | 1f88df60b0d45fd730c977386caef131f302f0f7 (patch) | |
tree | fd1eb00706e83bbda94397985cd535a58cd05449 /sys | |
parent | Add atphy(4) for the Atheros AR8031 phys in the AM335x starter kit. (diff) | |
download | wireguard-openbsd-1f88df60b0d45fd730c977386caef131f302f0f7.tar.xz wireguard-openbsd-1f88df60b0d45fd730c977386caef131f302f0f7.zip |
Add rgephy(4) for the RTL8211E phy in the LeMaker Banana Pi and Banana Pro.
Diffstat (limited to 'sys')
-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? |