Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-24 | more ether_input_mbuf() conversion. | Federico G. Schwindt | |
2001-05-10 | Simplify probe routine. | Aaron Campbell | |
2001-03-14 | Disable PME mode in sis_reset() to fix a problem with the DP83815 chip on | Aaron Campbell | |
some motherboards; from FreeBSD. | |||
2001-03-12 | Add support for reading the MAC address from the APC CMOS RAM in the | Aaron Campbell | |
integrated Ethernet controller on the SiS630E-based chipsets; from FreeBSD, this patch mostly by jason@. With these changes, my SiS900 card still works fine, but the new functionality is actually untested. | |||
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff | |
2001-02-20 | sync with freebsd: | Jason Wright | |
use LIST_FOREACH construct instead of homebrew loop | |||
2000-12-06 | new timeouts, proper spl()s; aaron@ ok | Michael Shalayeff | |
2000-10-16 | Use mii_attach() directly instead of mii_phy_probe(). | Aaron Campbell | |
2000-08-25 | Sync with FreeBSD. Summary of changes: | Aaron Campbell | |
- Modify to poll link state and positively set MAC's duplex as needed. - Program some DP83815 registers that are recommended for optimum performance. - Select the TX DMA burst size correctly for 10 and 100Mbps modes, especially improving the performance of the DP83815 at 10Mbps. | |||
2000-07-06 | Fix a minor bug in the MAC address unscrambling code. From FreeBSD. | Aaron Campbell | |
2000-07-06 | Add support for the National Semiconductor DP83815 Fast Ethernet chip. | Aaron Campbell | |
This chip is currently being used on the NetGear FA312-TX adapter, which is presumably a replacement for the PNIC-based FA310-TX. From FreeBSD. | |||
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-12-04 | Driver for SiS 900/7016 Ethernet; from FreeBSD. | Aaron Campbell | |