Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-25 | trivial ether_input_mbuf() conversion. | Federico G. Schwindt | |
2001-03-29 | From FreeBSD: | Jason Wright | |
- Call mii_pollstat() after we bring up the link on a 1000baseTX card after autoneg so we make sure to set the link state and duplex mode correctly. - Make sure to set the 'ignore pause frames' bit on the XMAC. - Small linewrap fix. - Add actual URL for XMAC II datasheet in comments. | |||
2001-03-25 | Missing splx(s). Thanks to Dawson and team for finding this one | Constantine Sapuntzakis | |
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff | |
2000-10-16 | Use mii_attach() directly instead of mii_phy_probe(). | Aaron Campbell | |
2000-09-04 | printing XaQti on 5 consecutive lines is stupid | Theo de Raadt | |
2000-08-29 | From FreeBSD: split out the support for XMAC-II phys and other phys | Jason Wright | |
add xmphy & brgphy to GENERIC | |||
2000-02-15 | make sure to call ether_{add,del}multi() as appropriate in xxx_ioctl() | Jason Wright | |
1999-12-08 | Remove unused #define cruft. | Aaron Campbell | |
1999-10-22 | fix some panic bugs; jason | Theo de Raadt | |
1999-10-04 | m_new is the new mbuf, not m | Jason Wright | |
fix calculation of buffer slot number | |||
1999-10-03 | take advantage of m->m_ext.ext_handle for storing the softc | Jason Wright | |
(instead of stashing it in the buffer) | |||
1999-10-01 | driver for SysKonnect 984x gigabit ethernet adapters; from FreeBSD | Jason Wright | |