Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-12 | remove some of the redundant vm includes | Michael Shalayeff | |
2001-08-03 | Set IFCAP_VLAN_MTU, the Realtek chip does not discard/truncate large frames. | Chris Cappuccio | |
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-23 | ether_input_mbuf(). | Federico G. Schwindt | |
2001-05-22 | support for D-Link DFE-530TX and DFE-530TX+; from Maxim Tsyplakov ↵ | Michael Shalayeff | |
<tm@oganer.net> | |||
2001-04-13 | Define RL_USEIOSPACE in the PCI bus piece, not the common piece; thanks jason@ | Aaron Campbell | |
2001-04-10 | Split RealTek 8129/8139 driver into bus-dependent and bus-independent parts; | Aaron Campbell | |
prep for an rl CardBus attachment. |