Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski | |
All callers actually took all arguments to pci_intr_map from pci_attach_args structs, so this simplifies code. This also allows more complicated interrupt assignment schemes like the one on sparc64. This makes sparc64 pci interrupts work. Inspired by the same change in NetBSD. | |||
2001-08-12 | remove redundant vm includes | Michael Shalayeff | |
2001-06-27 | ALTQ'ify network drivers. | Kenjiro Cho | |
- use the new queue macros. - use IFQ_POLL() to peek at the next packet. - use IFQ_IS_EMPTY() for empty check. - drivers should always check if (m == NULL) after IFQ_DEQUEUE(), since it could return NULL even when IFQ_IS_EMPTY() is FALSE under rate-limiting. - drivers are supposed to call if_start from tx complete interrupts (in order to trigger the next dequeue under rate-limiting). | |||
2001-06-24 | more ether_input_mbuf() conversion. | Federico G. Schwindt | |
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff | |
2001-02-03 | new timeouts | Michael Shalayeff | |
2000-10-16 | Use mii_attach() directly instead of mii_phy_probe(). | Aaron Campbell | |
2000-08-02 | Put missing call to sf_setmulti() in sf_init() so the multicast filter will | Aaron Campbell | |
be programmed correctly; from FreeBSD. | |||
2000-03-01 | If sf_encap() fails, we need to drop the packet. If sf_encap() reassembles | Aaron Campbell | |
the mbufs into one big cluster, we need to pass the new pointer to bpf_mtap(). From art@. | |||
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-08 | Whoops; forgot to bump FreeBSD version numbers. | Aaron Campbell | |
1999-12-08 | Sync with FreeBSD: | Aaron Campbell | |
- Reset the PHY before selecting a mode. - Program IPG register to match duplex setting in accordance with Adaptec manual recommendations. | |||
1999-11-03 | Driver for Adaptec "StarFire" AIC6915-based Ethernet cards; from FreeBSD. | Aaron Campbell | |
Thanks to jason@ for lots of debugging help. |