summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_aue.c
AgeCommit message (Expand)Author
2005-08-01Don't keep the devinfo string on the stack, instead use malloc/free.Brad Smith
2005-07-02clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.Brad Smith
2005-07-02don't call mii_pollstat() right after mii_tick() in foo_tick_task()Brad Smith
2005-06-08remove netns crud.Henning Brauer
2005-01-03- make sure int is in running state before touching the multicast filtersBrad Smith
2004-11-10strncpy->strlcpyAlexander Yurchenko
2004-10-31add some aue devices found in the linux driverJonathan Gray
2004-09-23don't need to set ifp->if_mtu or ifp->if_output in each driver,Brad Smith
2004-07-114 more aue(4) devicesTheo de Raadt
2004-07-08put "do { } while (0)" wrappers on all the debug maroc functionsTheo de Raadt
2003-12-15Set devclass to DV_IFNET for all USB network drivers.Cedric Berger
2003-05-17Correct chipset identification from netbsdNathan Binkert
2003-05-07string cleanup; nate okTheo de Raadt
2002-11-11sync with NetBSDNathan Binkert
2002-09-27new Netgear adapterNathan Binkert
2002-07-29another usb ethernet deviceNathan Binkert
2002-07-25update $NetBSD$ tagsNathan Binkert
2002-07-25get rid of trailing whitespaceNathan Binkert
2002-07-10shorten address printoutTheo de Raadt
2002-07-09add new deviceNathan Binkert
2002-07-04New product ID.Nathan Binkert
2002-06-26Kill __FUNCTION__.Marc Espie
2002-04-01Add support for a bunch of new adapters.Nathan Binkert
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-01-03new names, nate broke the treeTheo de Raadt
2001-10-31Synchronize usb code with NetBSD.Nathan Binkert
2001-07-15add support for SOHOware NUB100; from Jason Ackley <jason@ackley.net>Michael Shalayeff
2001-07-08Don't set up ifq_maxlen manually for drivers that uses IFQ_MAXLENFederico G. Schwindt
2001-06-27ALTQ'ify network drivers.Kenjiro Cho
2001-05-03Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three differentAaron Campbell
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2001-01-28Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)Aaron Campbell
2000-11-07Fix multicast filter programming; from FreeBSD.Aaron Campbell
2000-10-13Support Kingston KNU101TX USB Ethernet; from NetBSD.Aaron Campbell
2000-09-17Match the new D-Link DSB-650 product ID.Aaron Campbell
2000-08-26Add support for detach of xe and aue.Nathan Binkert
2000-07-04sync with NetBSD... well almost. someone w/ the hw should check umass.Federico G. Schwindt
2000-04-23Save ethernet address in arpcom.ac_enaddr. -mojMats O Jansson
2000-04-14Sync with NetBSD.Aaron Campbell
2000-04-04Sync with NetBSD.Aaron Campbell
2000-03-30Sync with NetBSD. USB Ethernet drivers should work now.Aaron Campbell
2000-03-28Much cleaner sync with NetBSD. Some #if defined() magic has been sent in theAaron Campbell