Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-07-27 | Change how interrupts are acknowledged -- this is how the specification say | Thorsten Lockert | |
they should be acknowledged, and makes things work under VMware without the timeout problems. miod@ ok | |||
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 | Spelling ifdef correctly is not enough, you have to spell the conditionnal | Miod Vallat | |
correctly, too... | |||
2001-06-24 | damn, correctly spell ifdef. | Federico G. Schwindt | |
2001-06-24 | better. | Federico G. Schwindt | |
2001-06-23 | ether_input_mbuf(). | Federico G. Schwindt | |
2001-03-01 | (all changes made behind #ifdef __vax__) | Brandon Creighton | |
For the vax, write CSR0 in two steps instead of one. Why? DEC says so. This eliminates most (or all) of the le* timeout errors under heavy cpu/net usage. Fix from netbsd. | |||
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff | |
2000-03-15 | more smurph damage control | Theo de Raadt | |
2000-03-14 | sloppy smurph, leaving debug garbage behind... | Theo de Raadt | |
2000-03-10 | increased buffer size. | Steve Murphree | |
1999-12-08 | fix mbuf chain allocation to comply with m_devget() way. | Jun-ichiro itojun Hagino | |
1999-02-28 | compensate for check on unicast packets rx'd in promisc mode being moved | Jason Wright | |
to ether_input(). | |||
1998-09-16 | o if_media'fied am7990 | Jason Wright | |
o if_media'fied sun4m le. | |||
1998-06-24 | initialization error; joel@wmi.com | Theo de Raadt | |
1998-06-08 | am7990 is a chip | Theo de Raadt | |
1998-03-09 | handle 128KB if_le chunks | Theo de Raadt | |
1997-08-08 | Add hwreset callback; drivers need to set this appropiately. | Jason Downs | |
1996-11-28 | Adaption to new bus.h from NetBSD. Various driver has been updated to | Niklas Hallqvist | |
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes. | |||
1996-05-10 | if_name/if_unit -> if_xname/if_softc | Theo de Raadt | |
1996-05-05 | add general ether_ioctl call in net/if_ethersubr.c, | Michael Shalayeff | |
NS,IPX,X.25 special processing is now handled in there. reflect this amazing addition in all the ether ifaces. ppl, pls check the stuff. | |||
1996-05-02 | make these work together | Theo de Raadt | |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-04-18 | NetBSD 960317 merge | Niklas Hallqvist | |
1996-01-05 | from netbsd: LEINTR_UNIT goes away | Theo de Raadt | |
1995-12-15 | from netbsd; mi lance driver | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |