Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-12 | network drivers don't need to include bpfdesc.h | Ted Unangst | |
ok krw@ canacar@ | |||
2003-10-22 | typos from Tom Cosgrove; | Jason McIntyre | |
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-08-17 | quieten pcmcia/cardbus interrupt handling at unsuspend time | Theo de Raadt | |
2001-07-08 | Don't set up ifq_maxlen manually for drivers that uses IFQ_MAXLEN | Federico G. Schwindt | |
(or ifqmaxlen); it's done in if_attach() now. No future drivers needs to set up this anymore unless they want to use something else. | |||
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 | ether_input_mbuf() conversion. | Federico G. Schwindt | |
2001-06-23 | Remove repeated ethernet constants; use if_ether.h for it instead. | Federico G. Schwindt | |
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-08-26 | Add support for detach of xe and aue. | Nathan Binkert | |
2000-06-02 | make sure we are writing to the correct page; fixes a subtle bug which | Brandon Creighton | |
was breaking CE2 -- niklas says this fixes all sorts of other stuff too also, use my real name in copyright notice | |||
2000-04-24 | use mii_detach, now xe detach/attach rocks again | Niklas Hallqvist | |
2000-04-24 | Fix promiscuous mode (from martin@crt.se). Style nits. Do not look at | Niklas Hallqvist | |
instance numbers in mii matching | |||
2000-04-24 | Do not unmap CCR before using them for the last time | Niklas Hallqvist | |
2000-02-02 | Call xxx_init and xxx_stop on activate. | Federico G. Schwindt | |
2000-02-01 | Enable Intel EE PRO; still need to find a working phy. | Federico G. Schwindt | |
1999-09-16 | Do not try to output when there is no space in the FIFO, optimize too | Niklas Hallqvist | |
1999-08-13 | Use macros defined in pcmciavar.h. | Federico G. Schwindt | |
1999-08-09 | XEF_CE3 cards w/o modem are XEF_MOHAWK too. | Federico G. Schwindt | |
1999-08-08 | Explicitly set ifq_maxlen, ifinit does not get its hand on interfaces | Niklas Hallqvist | |
attached later, which pcmcia is able to handle now. Also print the right port range. | |||
1999-08-08 | Add detaching support to networking pcmcia cards | Niklas Hallqvist | |
1999-07-26 | shrink code, cleanup port printouts, repairs various comments | Theo de Raadt | |
1999-05-19 | Make autoneg at boot work. some indent. | Niklas Hallqvist | |
1999-05-18 | indent nit | Niklas Hallqvist | |
1999-05-18 | Xircom ethernet, with some rough ends still, but it can do 100Mbit if tickled. | Niklas Hallqvist | |
It is no cardbus code though. So far tested on CE2 and Realport. |