Boomerang 10/100BT (found in 2c905-TX) chips apparently suffer the

same problems as their Hurricane 575* bretheren in that one could set
the memory mapped port, but that has no effect.  Add a quirk for this.

# I'll have to see if I can dig up documentation on these parts to see
# if there's someway software can know this other than a table...
This commit is contained in:
Warner Losh 2004-04-13 19:34:20 +00:00
parent d9f6718ee3
commit c5d0726ad0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128199

View File

@ -1373,6 +1373,7 @@ xl_attach(dev)
sc->xl_flags |= XL_FLAG_PHYOK;
switch (did) {
case TC_DEVICEID_BOOMERANG_10_100BT: /* 3c905-TX */
case TC_DEVICEID_HURRICANE_575A:
case TC_DEVICEID_HURRICANE_575B:
case TC_DEVICEID_HURRICANE_575C: