diff options
author | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2013-09-19 00:16:00 +0000 |
---|---|---|
committer | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2013-09-19 00:16:00 +0000 |
commit | 9c5030666f2b928afbf175cbc7ca63d804fa1e7b (patch) | |
tree | 0440cca2544882ca7f94970d4cbec0172b8b9575 /sys/arch/octeon/conf | |
parent | 83670772f22a4302e7e867459f89cc4ae2d937c9 (diff) |
get ethernet working on the edgerouter lite
- add atphy(4) to configs
- allow separate rx and tx clock settings
- add phy mapping for the erl
- add tx/rx clock settings for erl
ok miod@ bcallah@
Diffstat (limited to 'sys/arch/octeon/conf')
-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 b9a43be8aae..abd06ea47b1 100644 --- a/sys/arch/octeon/conf/GENERIC +++ b/sys/arch/octeon/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.9 2011/06/24 02:18:17 yasuoka Exp $ +# $OpenBSD: GENERIC,v 1.10 2013/09/19 00:15:59 jmatthew Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -44,6 +44,7 @@ cnmac* at cn30xxgmx? rgephy* at mii? ukphy* at mii? +atphy* at mii? # IDE Controller pciide* at pci? flags 0x0000 diff --git a/sys/arch/octeon/conf/RAMDISK b/sys/arch/octeon/conf/RAMDISK index 7b756f24eff..341d909d617 100644 --- a/sys/arch/octeon/conf/RAMDISK +++ b/sys/arch/octeon/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.11 2013/03/26 14:23:19 jasper Exp $ +# $OpenBSD: RAMDISK,v 1.12 2013/09/19 00:15:59 jmatthew Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -64,6 +64,7 @@ cnmac* at cn30xxgmx? rgephy* at mii? ukphy* at mii? +atphy* at mii? pseudo-device loop 1 # network loopback pseudo-device bpfilter 1 # packet filter |