Date: Thu, 16 Dec 2004 15:17:22 +0100 From: Michal Belczyk <diavul@bsd.krakow.pl> To: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net> Cc: Heinz Knocke <knockefreebsd@o2.pl> Subject: Re: Marvell 88E8001 on sk0 and RELENG_5_3 - big problems Message-ID: <20041216141721.GB1027@grazer-2.bsd.krakow.pl> In-Reply-To: <Pine.BSF.4.53.0412161343000.931@e0-0.zab2.int.zabbadoz.net> References: <003501c4e228$5f2cd780$df5561d9@ALFA> <Pine.BSF.4.53.0412142202360.931@e0-0.zab2.int.zabbadoz.net> <006301c4e2f4$26a67fc0$df5561d9@ALFA> <Pine.BSF.4.53.0412161343000.931@e0-0.zab2.int.zabbadoz.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Dec 16, 2004 at 01:45:50PM +0000, Bjoern A. Zeeb wrote: > @@ -2490,8 +2495,10 @@ sk_init_yukon(sc_if) > YU_TPR_JAM_IPG(0xb) | YU_TPR_JAM2DATA_IPG(0x1a) ); > > /* serial mode register */ > - SK_YU_WRITE_2(sc_if, YUKON_SMR, YU_SMR_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 > ETHER_MAX_LEN) ? -- Michal Belczyk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041216141721.GB1027>