Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2001-12-17 | and of course, since the tree is so volatile now, i mess it up | Theo de Raadt | |
2001-12-17 | move more microcode, so that it does not end up in /usr/include | Theo de Raadt | |
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-30 | AboCom URE450 | Theo de Raadt | |
2001-01-28 | Another USB sync with NetBSD. We are still lacking an up-to-date umass(4) | Aaron Campbell | |
driver. I would appreciate it if someone with the hardware looked into it. I also have to take a closer look at changes to the USB Ethernet drivers, as well as import some drivers we are missing (uftdi, if_upl, yap, etc.) | |||
2000-12-05 | new IODATA USB-ET/T is a KL5KUSB101B; ori@tahoo.org | Theo de Raadt | |
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). | |||
2000-03-26 | Driver for USB Ethernet adapters based on the Kawasaki LSI KL5KUSB101B. | Aaron Campbell | |