Marvell/SysKonnect Yukon driver patch
- From: Aurojit Panda <apanda@xxxxxxxxxxxx>
- Date: Tue, 05 Sep 2006 13:14:51 -0400
The source from
http://people.freebsd.org/~andre/mykbsd60x86-8.12.1.3-src.tgz does not
compile because it uses IFP2ENADDR. Since Mac Minis and most Intel Macs seem
to use Marvell/SysKonnect Ethernet cards and the 7-Current branch is the
only thing that will boot on those, this was not working out for me, so
here's a patch for if_yk.c in the root of the tar file, which allows this
driver to work.
1569,1570c1569,1570
< }
< #else
---
}1577a1578,1588
#elif __FreeBSD_version < 700006
SK_ADDR_LOGICAL_ADDRESS);
}
#else
if (bcmp(IF_LLADDR(pAC->pIfnet),
pAC->Addr.Net[0].CurrentMacAddress.a,6)) {
SkAddrOverride(pAC,
pAC,
0,
(SK_MAC_ADDR*)IF_LLADDR(pAC->pIfnet),
Aurojit Panda
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"
- Prev by Date: Re: bus_get_dma_tag now necessary for drivers using bus_dma
- Next by Date: Re: RFC: TSO patch for current
- Previous by thread: bus_get_dma_tag now necessary for drivers using bus_dma
- Next by thread: installworld with WITHOUT_INFO broken
- Index(es):