diff options
| author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-08-22 00:00:06 +0200 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-08-22 00:00:06 +0200 |
| commit | 6031dd83b632651013a7e7e707632ebabb68367f (patch) | |
| tree | 2694a47f21ca0be67fa4ef8b6bb14c7191b98444 | |
| parent | 15755a5f8329aa5395e1bc83231eefad86321ca1 (diff) | |
| download | plan9front-6031dd83b632651013a7e7e707632ebabb68367f.tar.xz | |
pc64: enable ether8139 in kernel config (thanks hiro)
| -rw-r--r-- | sys/src/9/pc64/pc64 | 2 | ||||
| -rw-r--r-- | sys/src/9/pc64/pccpu64 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/src/9/pc64/pc64 b/sys/src/9/pc64/pc64 index fd33dc548..b826c9f9c 100644 --- a/sys/src/9/pc64/pc64 +++ b/sys/src/9/pc64/pc64 @@ -46,7 +46,7 @@ link # ether589 etherelnk3 ether79c970 pci # ether8003 ether8390 -# ether8139 pci + ether8139 pci # ether8169 pci ethermii # should be obsoleted by igbe # ether82543gc pci diff --git a/sys/src/9/pc64/pccpu64 b/sys/src/9/pc64/pccpu64 index f98179059..c2d0536dd 100644 --- a/sys/src/9/pc64/pccpu64 +++ b/sys/src/9/pc64/pccpu64 @@ -46,7 +46,7 @@ link # ether589 etherelnk3 ether79c970 pci # ether8003 ether8390 -# ether8139 pci + ether8139 pci # ether8169 pci ethermii # should be obsoleted by igbe # ether82543gc pci @@ -54,7 +54,7 @@ link ether82563 pci # ether82598 pci # ether83815 pci -# etherbcm pci + etherbcm pci # etherdp83820 pci # etherec2t ether8390 # etherelnk3 pci |
