Date: Sat, 17 Apr 2004 18:40:43 -0400 From: Craig Rodrigues <rodrigc@crodrigues.org> To: "M. Warner Losh" <imp@bsdimp.com> Cc: freebsd-current@freebsd.org Subject: Re: 3Com 3c905 failed to attach Message-ID: <20040417224043.GA1403@crodrigues.org> In-Reply-To: <20040417.154504.33315436.imp@bsdimp.com> References: <20040412201157.46385.qmail@web11407.mail.yahoo.com> <20040413.090251.08456849.imp@bsdimp.com> <20040417041819.GA709@crodrigues.org> <20040417.154504.33315436.imp@bsdimp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Apr 17, 2004 at 03:45:04PM -0600, M. Warner Losh wrote: > I think that this is fallout from my fixes. > > Soren and I are iterating over patches right now to fix things > better. Hopefully that will fix this case as well. It appears that > BARs that are all zero's (BAD BAR) are more common than just in ATA > bridges. OK, thanks for the update. For now, I am using this workaround: --- if_xl.c.orig Sat Apr 17 12:15:16 2004 +++ if_xl.c Sat Apr 17 12:16:22 2004 @@ -1373,6 +1373,7 @@ sc->xl_flags |= XL_FLAG_PHYOK; switch (did) { + case TC_DEVICEID_BOOMERANG_10BT_COMBO: /* added by rodrigc */ case TC_DEVICEID_BOOMERANG_10_100BT: /* 3c905-TX */ case TC_DEVICEID_HURRICANE_575A: case TC_DEVICEID_HURRICANE_575B: Hopefully your newer patch won't require this. Thanks. -- Craig Rodrigues http://crodrigues.org rodrigc@crodrigues.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040417224043.GA1403>