diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-06-14 06:09:29 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-06-14 06:09:29 +0000 |
commit | a3955e23c7c4dbca62c277a36635fd99213723c3 (patch) | |
tree | 51dae4983949736cdbab0655b8b0791b2b5f40c7 /sys | |
parent | 55dd06d34bfeab639d1fc9ae4c3b00278bc6bf53 (diff) |
add a few more phys known to attach to usb ethernet
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/riscv64/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/riscv64/conf/RAMDISK | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/arch/riscv64/conf/GENERIC b/sys/arch/riscv64/conf/GENERIC index 7c98b14da58..e643ca3a556 100644 --- a/sys/arch/riscv64/conf/GENERIC +++ b/sys/arch/riscv64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.18 2021/06/14 06:03:50 jsg Exp $ +# $OpenBSD: GENERIC,v 1.19 2021/06/14 06:09:28 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -128,12 +128,15 @@ otus* at uhub? # Atheros AR9001U athn* at uhub? # Atheros AR9002U bwfm* at uhub? # Broadcom FullMAC +acphy* at mii? # Altima AC101 PHYs amphy* at mii? # AMD 79C873 PHYs atphy* at mii? # Attansic F1 PHYs +bmtphy* at mii? # Broadcom 10/100 PHYs brgphy* at mii? # Broadcom Gigabit PHYs eephy* at mii? # Marvell 88E1000 series PHY rgephy* at mii? # Realtek 8169S/8110S PHY rlphy* at mii? # Realtek 8139 internal PHYs +sqphy* at mii? # Seeq 8x220 PHYs ukphy* at mii? # "unknown" PHYs urlphy* at mii? # Realtek RTL8150L internal PHY diff --git a/sys/arch/riscv64/conf/RAMDISK b/sys/arch/riscv64/conf/RAMDISK index c028fe37baa..1c26456e505 100644 --- a/sys/arch/riscv64/conf/RAMDISK +++ b/sys/arch/riscv64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.19 2021/06/14 06:03:50 jsg Exp $ +# $OpenBSD: RAMDISK,v 1.20 2021/06/14 06:09:28 jsg Exp $ machine riscv64 maxusers 4 @@ -124,12 +124,15 @@ otus* at uhub? # Atheros AR9001U athn* at uhub? # Atheros AR9002U bwfm* at uhub? # Broadcom FullMAC +acphy* at mii? # Altima AC101 PHYs amphy* at mii? # AMD 79C873 PHYs atphy* at mii? # Attansic F1 PHYs +bmtphy* at mii? # Broadcom 10/100 PHYs brgphy* at mii? # Broadcom Gigabit PHYs eephy* at mii? # Marvell 88E1000 series PHY rgephy* at mii? # Realtek 8169S/8110S PHY rlphy* at mii? # Realtek 8139 internal PHYs +sqphy* at mii? # Seeq 8x220 PHYs ukphy* at mii? # "unknown" PHYs urlphy* at mii? # Realtek RTL8150L internal PHY |