summaryrefslogtreecommitdiff
path: root/sys/dev/ic/xl.c
AgeCommit message (Expand)Author
2000-11-09new timeoutsMichael Shalayeff
2000-10-19if vlans are in use, then set the 3c905b to accept frames of size 1518.Jason Wright
2000-10-16Use mii_attach() directly instead of mii_phy_probe().Aaron Campbell
2000-10-15Do not pass uninitialized ifmedia structures to ifmedia_add(). Fixes PR1426.Aaron Campbell
2000-10-14There's a Type III 3c656C card, too.Aaron Campbell
2000-10-13Do reset properly on MiniPCI adapters.Aaron Campbell
2000-10-07Correct interrupt ack'ing for CardBus and MiniPCI. I hope this fixes 3c556.Aaron Campbell
2000-09-30Whoops, forgot to list the 3c555 device ID under media selection parts.Aaron Campbell
2000-09-29- Add support for 3Com 3C555 MiniPCI.Aaron Campbell
2000-09-16- No need to do bpfdetach(), that's done in if_detach().Aaron Campbell
2000-09-16Note support for the new 3Com 3C3FE575CT LAN CardBus Type III PC Card. NoAaron Campbell
2000-09-16Add support for 3C556[B] MiniPCI Ethernet adapters, found on some laptopsAaron Campbell
2000-09-05Support detach of xl(4) devices, mainly to allow the ejection and insertion ofAaron Campbell
2000-07-01- Make the 3CCFE575BT work.Aaron Campbell
2000-06-29after computing the hash value, inform the card [delete-o from when thisJason Wright
2000-06-22xl_setmulti_hash() does not work right. tested at usenix2000 term room.Jun-ichiro itojun Hagino
2000-04-18Set MII parameters for the other 3Com CardBus cards, not just 'C' revision.Aaron Campbell
2000-04-08Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On manyAaron Campbell