summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_kue.c
AgeCommit message (Expand)Author
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2007-10-11treat usb vendor/product names as a locator, and have usbd_print handle it,Theo de Raadt
2007-06-14Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS andMarc Balmer
2007-06-13Remove the definition and usage of the IF_INPUT macro which was definedMarc Balmer
2007-06-12Remove the definition and use of the device_ptr_t which was a struct device *.Marc Balmer
2007-06-10Remove the definition and use of the USBDEVNAME macro.Marc Balmer
2007-06-10Remove the definition and use of the USBDEV macro. It only created confusionMarc Balmer
2007-06-05Remove the "Static" declaration of many functions. It was defined to be emptyMarc Balmer
2007-06-04Last part of FreeBSD/NetBSD sepcific code removal.Marc Balmer
2007-05-31Fix dmesg output. -mojMats O Jansson
2007-05-27Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.Jonathan Gray
2007-05-21Remove logprintf macroJonathan Gray
2007-05-21Remove Ether_ifattach macroJonathan Gray
2007-02-11Remove _KERNEL_OPT leftovers.Miod Vallat
2007-01-09network byte order firmware, so that firmware files are the same onTheo de Raadt
2006-06-23In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesMiod Vallat
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-07Remove last NRND NetBSDisms from tree.Kenneth R Westerback
2006-01-29Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls inBrad Smith
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-06-08remove netns crud.Henning Brauer
2005-01-15Add id for Psion Dacom Gold Port Ethernet found in Linux driver.Jonathan Gray
2005-01-03- make sure int is in running state before touching the multicast filtersBrad Smith
2004-12-12fix protoTheo de Raadt
2004-11-28kue(4) uses loadfirmware(9), but usb threaded probing starts beforeTheo de Raadt
2004-11-22relax warmboot detection, required for some models. ok deraadt@Daniel Hartmeier
2004-11-22firmware loading for kue(4), tested for me by dhartmeiTheo de Raadt
2004-11-10strncpy->strlcpyAlexander Yurchenko
2004-10-16Add Silicom U2E found in linux driver. ok dlg@Jonathan Gray
2004-09-23don't need to set ifp->if_mtu or ifp->if_output in each driver,Brad Smith
2004-07-08put "do { } while (0)" wrappers on all the debug maroc functionsTheo de Raadt
2004-06-02Add ether_{add,del}multi(), makes multicast work.Ryan Thomas McBride
2003-12-15Set devclass to DV_IFNET for all USB network drivers.Cedric Berger
2003-05-07string cleanup; nate okTheo de Raadt
2002-07-29Refetch interface handle on reset. Avoids potential access to freed memory.Nathan Binkert
2002-07-25get rid of trailing whitespaceNathan Binkert
2002-07-10shorten address printoutTheo de Raadt
2002-07-09Sync Id string with NetBSDNathan Binkert
2002-06-26Kill __FUNCTION__.Marc Espie
2002-05-06sync with NetBSDNathan Binkert
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2001-12-17and of course, since the tree is so volatile now, i mess it upTheo de Raadt
2001-12-17move more microcode, so that it does not end up in /usr/includeTheo de Raadt
2001-10-31Synchronize usb code with NetBSD.Nathan Binkert
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