Re: Marvell 88E8001 on sk0 and RELENG_5_3 - big problems

2004-12-16 Thread Michal Belczyk
DATA_BLIND(0x1c) | > - YU_SMR_MFL_VLAN | YU_SMR_IPG_DATA(0x1e)); > + reg = YU_SMR_DATA_BLIND(0x1c) | YU_SMR_MFL_VLAN | YU_SMR_IPG_DATA(0x1e); > + if (ifp->if_mtu > (ETHERMTU + ETHER_HDR_LEN + ETHER_CRC_LEN)) Or: if (ifp->if_mtu >

Re: Marvell 88E8001 on sk0 and RELENG_5_3 - big problems

2004-12-15 Thread Michal Belczyk
uest seq 6 > ^C Here's the fix: http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/pci/if_sk.c.diff?r1=1.51&r2=1.52 -- Michal Belczyk ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"