Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-08 | remove netns crud. | Henning Brauer | |
some drivers actually had hooks for SIOCSIFADDR, most just useless includes "looks good" deraadt miod brad | |||
2005-04-03 | ether_input_mbuf() conversion. | Brad Smith | |
2005-04-02 | support setting the MTU | Brad Smith | |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat | |
no change in compiler assembly output. | |||
2004-09-23 | don't need to set ifp->if_mtu or ifp->if_output in each driver, | Brad Smith | |
{ether,atm,fddi}_ifattach already does this. ok mcbride@ markus@ henning@ | |||
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
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-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff | |
1999-04-19 | Fix a bug that prevents the correct detection of the card. | Federico G. Schwindt | |
1999-02-28 | compensate for the test of packet ownership being moved to ether_input() | Jason Wright | |
1999-02-13 | If the card is not present be sure to always call bus_space_unmap on exit. | Federico G. Schwindt | |
1997-11-09 | Sweeping changes from Don Schmidt (yensid@imsa.edu) to busify this driver. | gene | |
Add copyright for this amount of rewrite. | |||
1997-09-11 | Driver for ISA EtherExpress Pro/10 ethernet card. | gene | |
This is ported from the FreeBSD driver, and all porting work (and testing) was done by Don Schmidt (yensid@imsa.edu). |