Age | Commit message (Expand) | Author |
2002-02-15 | Don't cast nonexistent return value from splx to (void). ok art@ | Thomas Nordin |
2002-01-25 | Disestablish *powerhook* on detach. jason@ ok | Thomas Nordin |
2001-12-15 | Disestablish the powerhook on detach. ok jason@ | Thomas Nordin |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-08-19 | Don't reset rx/tx without turning them back on after suspend (Beck is now | Jason Wright |
2001-08-19 | Add a powerhook for bringing the 556 out of sleepy mode after suspend. | Jason Wright |
2001-08-12 | remove some of the redundant vm includes | Michael Shalayeff |
2001-08-03 | This driver allows vlan sized frames on 905B, set IFCAP_VLAN_MTU on that chip | Chris Cappuccio |
2001-07-02 | these don't depend on pci register defs | Jason Wright |
2001-06-27 | ALTQ'ify network drivers. | Kenjiro Cho |
2001-06-23 | ether_input_mbuf(). | Federico G. Schwindt |
2001-04-08 | Don't print anything for transmission error 90, since the driver always | Aaron Campbell |
2001-03-25 | Missing splx(). Thanks to Dawson and team for finding this | Constantine Sapuntzakis |
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff |
2001-02-02 | No need for xl(4) to report tx underruns, they are much too common, and the | Aaron Campbell |
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 |
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 |
2000-09-16 | - No need to do bpfdetach(), that's done in if_detach(). | Aaron Campbell |
2000-09-16 | Note support for the new 3Com 3C3FE575CT LAN CardBus Type III PC Card. No | Aaron Campbell |
2000-09-16 | Add support for 3C556[B] MiniPCI Ethernet adapters, found on some laptops | Aaron Campbell |
2000-09-05 | Support detach of xl(4) devices, mainly to allow the ejection and insertion of | Aaron Campbell |
2000-07-01 | - Make the 3CCFE575BT work. | Aaron Campbell |
2000-06-29 | after computing the hash value, inform the card [delete-o from when this | Jason Wright |
2000-06-22 | xl_setmulti_hash() does not work right. tested at usenix2000 term room. | Jun-ichiro itojun Hagino |
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 |