Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-29 | lose ste_unit; jason@ ok | Anil Madhavapeddy | |
2003-06-29 | another bad format string; %s->%d | Anil Madhavapeddy | |
ok tedu@ | |||
2003-01-15 | Get rid of the remaining vm_offset_t in pci drivers. | Artur Grabowski | |
2002-11-19 | Add a simplistic table driven lookup routine and use it where appropriate. | Jason Wright | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
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-25 | trivial 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-06-27 | Make this driver work. When I ported it from FreeBSD, somehow a line got left | Aaron Campbell | |
out. :-( It was never noticed until now since I didn't have an actual D-Link 550TX card to test with. Thanks to Gardner Cohen for sending me one of these. | |||
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 | |
- Use TX descriptor polling, similar to the xl driver, to reduce TX overhead. - As in if_sf, reset PHY when switching modes. - Remove unused code that was #ifdef foo'd out. | |||
1999-12-07 | remove freebsd bridging stuff, and let ALL packets go to ether_input() | Jason Wright | |
1999-12-07 | Driver for Sundance ST201 Ethernet; from FreeBSD. | Aaron Campbell | |