Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-25 | update $NetBSD$ tags | Nathan Binkert | |
2002-07-25 | get rid of trailing whitespace | Nathan Binkert | |
2002-07-10 | shorten address printout | Theo de Raadt | |
2002-07-09 | Sync Id string with NetBSD | Nathan Binkert | |
2002-06-26 | Kill __FUNCTION__. | Marc Espie | |
2002-05-06 | Sync with NetBSD | Nathan Binkert | |
2001-10-31 | Synchronize usb code with NetBSD. | Nathan Binkert | |
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-05-03 | Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three different | Aaron Campbell | |
kue(4) Ethernet devices. | |||
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff | |
2001-01-25 | spelling | Todd T. Fries | |
2000-07-04 | sync with NetBSD... well almost. someone w/ the hw should check umass. | Federico G. Schwindt | |
2000-04-23 | Save ethernet address in arpcom.ac_enaddr. -moj | Mats O Jansson | |
2000-04-04 | Sync with NetBSD. | Aaron Campbell | |
2000-03-30 | Sync with NetBSD. USB Ethernet drivers should work now. | Aaron Campbell | |
2000-03-28 | Much cleaner sync with NetBSD. Some #if defined() magic has been sent in the | Aaron Campbell | |
form of a diff to augustss@netbsd.org so that future syncs will be very easy. This commit also adds support for ADMtek AN986 "Pegasus" based USB Ethernet, CATC USB-EL1210A based USB Ethernet, and USB Printers (all untested). |