Date: Thu, 21 Mar 2002 10:36:03 -0800 (PST) From: Doug Ambrisko <ambrisko@ambrisko.com> To: Lars Eggert <larse@ISI.EDU> Cc: Doug Ambrisko <ambrisko@ambrisko.com>, mobile@FreeBSD.ORG Subject: Re: an0: record length mismatch Message-ID: <200203211836.g2LIa3L95273@ambrisko.com> In-Reply-To: <3C9A1AC7.5080704@isi.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Lars Eggert writes: | Doug Ambrisko wrote: | > Try to upgrade to 4.5-stable. It is currently at 134. I bumped it up | > to include: | > u_int16_t an_req_hw_support; /* 0x80 */ | > u_int16_t an_unknown; /* 0x82 */ | | Can't do this, but will grab the specific patch from CVS and try it | (that should help, right?) That's going to be hard since it was part of a larger patch set that added a lot and requires changes outside of the driver. So either you can ignore the warning since it is not critical (ie. they added something to a field) or add those 2 things to the end of struct an_ltv_caps. BTW it used to be a fatal error which was really annoying now it just whines when they expand a RID. Fortunately they don't change the layout of the RID so it not a real problem just annoying. Doug A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203211836.g2LIa3L95273>