diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-12-17 20:55:59 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-12-17 20:55:59 +0100 |
commit | 318fe6a702b5c118ce271b616c115648ae6d7448 (patch) | |
tree | 7271428685c59095ceadd27ee4af8f19061495dc /sys/src/9/pc64 | |
parent | 5016ac0c63c3b4db1dcdace0c6136b0ac88abeea (diff) |
ether2114x: vetting the driver for pc64
the tulip driver is used in microsofts hypver-v
as the legacy ethernet adapter for pxe booting.
to make the driver work on pc64, we need to
store the Block* pointers in a separate array
instead of stuffing them into buffer address 2
of the hardware descriptor.
also, enable the driver in the pc64 kernel.
Diffstat (limited to 'sys/src/9/pc64')
-rw-r--r-- | sys/src/9/pc64/pc64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/pc64/pc64 b/sys/src/9/pc64/pc64 index b4891a04b..ed3c76e7a 100644 --- a/sys/src/9/pc64/pc64 +++ b/sys/src/9/pc64/pc64 @@ -48,7 +48,7 @@ link # devi82365 cputemp pci # ether2000 ether8390 -# ether2114x pci + ether2114x pci # ether589 etherelnk3 ether79c970 pci # ether8003 ether8390 |