diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2019-09-24 14:38:15 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2019-09-24 14:38:15 +0000 |
commit | 275591c54ab155d4f2bbb5d1f737a887b3ef2f1e (patch) | |
tree | e7575d5b0ba471f6aecf846b1792c20900f066a2 /sys/arch | |
parent | eb157f043084f708217a7c4d601b70d157d29057 (diff) |
Enable eephy(4) on octeon.
OK deraadt@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/octeon/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/octeon/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/octeon/conf/GENERIC b/sys/arch/octeon/conf/GENERIC index 220ddf3221c..3c224b45d95 100644 --- a/sys/arch/octeon/conf/GENERIC +++ b/sys/arch/octeon/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.50 2019/09/15 07:15:14 visa Exp $ +# $OpenBSD: GENERIC,v 1.51 2019/09/24 14:38:14 visa Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -66,6 +66,7 @@ cnmac* at cn30xxgmx? rgephy* at mii? ukphy* at mii? atphy* at mii? +eephy* at mii? brswphy* at mii? brgphy* at mii? diff --git a/sys/arch/octeon/conf/RAMDISK b/sys/arch/octeon/conf/RAMDISK index e1e7528d09a..2ba4904c488 100644 --- a/sys/arch/octeon/conf/RAMDISK +++ b/sys/arch/octeon/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.43 2019/09/15 07:15:14 visa Exp $ +# $OpenBSD: RAMDISK,v 1.44 2019/09/24 14:38:14 visa Exp $ machine octeon mips64 maxusers 4 @@ -119,6 +119,7 @@ sd* at scsibus? rgephy* at mii? ukphy* at mii? atphy* at mii? +eephy* at mii? brswphy* at mii? brgphy* at mii? |