Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-12 | add SIOCSIFMTU; angelos@ coached | Todd T. Fries | |
2000-11-09 | new timeouts | Michael Shalayeff | |
2000-10-19 | if vlans are in use, then set the 3c905b to accept frames of size 1518. | Jason Wright | |
2000-10-16 | Use mii_attach() directly instead of mii_phy_probe(). | Aaron Campbell | |
2000-10-15 | Do not pass uninitialized ifmedia structures to ifmedia_add(). Fixes PR1426. | Aaron Campbell | |
Thanks to reinhard@ for testing. | |||
2000-10-14 | There's a Type III 3c656C card, too. | Aaron Campbell | |
2000-10-13 | Do reset properly on MiniPCI adapters. | Aaron Campbell | |
2000-10-07 | Correct interrupt ack'ing for CardBus and MiniPCI. I hope this fixes 3c556. | Aaron Campbell | |
2000-09-30 | Whoops, forgot to list the 3c555 device ID under media selection parts. | Aaron Campbell | |
2000-09-29 | - Add support for 3Com 3C555 MiniPCI. | Aaron Campbell | |
- Clean up configuration flags mess. The MiniPCI adapters share some properties with the CardBus adapters. | |||
2000-09-16 | - No need to do bpfdetach(), that's done in if_detach(). | Aaron Campbell | |
- No need to keep around NetBSD NRND cruft. - Indentation fixes. | |||
2000-09-16 | Note support for the new 3Com 3C3FE575CT LAN CardBus Type III PC Card. No | Aaron Campbell | |
actual code changes here, just a comment added to the list of supported cards, since the 3C3 has the same product ID as the 3CC (according to dahinds@users.sourceforge.net). | |||
2000-09-16 | Add support for 3C556[B] MiniPCI Ethernet adapters, found on some laptops | Aaron Campbell | |
(i.e., HP OmniBooks). I have sent these changes to a tester but I haven't heard back yet. Assume for now the changes are OK since all of the other variants I have still work. | |||
2000-09-05 | Support detach of xl(4) devices, mainly to allow the ejection and insertion of | Aaron Campbell | |
3Com575-based CardBus PC Cards; from nate@ | |||
2000-07-01 | - Make the 3CCFE575BT work. | Aaron Campbell | |
- Add support for the 3CCFEM656C. - Lots of code cleanup. | |||
2000-06-29 | after computing the hash value, inform the card [delete-o from when this | Jason Wright | |
was imported]. Also, backout previous. | |||
2000-06-22 | xl_setmulti_hash() does not work right. tested at usenix2000 term room. | Jun-ichiro itojun Hagino | |
affects 905B only. | |||
2000-04-18 | Set MII parameters for the other 3Com CardBus cards, not just 'C' revision. | Aaron Campbell | |
2000-04-08 | Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On many | Aaron Campbell | |
machines, this code needs the new PCIBIOS* options enabled in the kernel config file to work, but your mileage may vary. Included is a working 3c575 driver for 3Com 10/100 CardBus PC Card NICs (tested only with the 'C' revision). The 3c575 is the pccard version of the PCI EtherLink XL cards, and thus the xl driver has been split into /sys/dev/ic. |