summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_upl.c
AgeCommit message (Expand)Author
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-12-06Simplify several device-activation hooks.dyoung
2009-09-23fix up USB drivers printing of autoconf informationplunky
2008-11-07*** Summary ***dyoung
2008-05-24Split device_t and softc for all USB device drivers, and related cosmeticcube
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-02-07Start patching up the kernel so that a network driver always hasdyoung
2007-03-13Introduce different autoconf interface attributes for USB driversdrochner
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-17KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneousdyoung
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-07remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP.dogcow
2005-11-28Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls inaugustss
2005-05-11Don't keep the devinfo string on the stack, instead use malloc/free.augustss
2004-12-06Sprinkle #ifdef INET to make a GENERIC kernel compile with INET undefined.christos
2004-04-23use bounded string ops (snprintf, strl*)itojun
2002-07-11Get rid of trailing white space.augustss
2002-07-08s/__FUNCTION__/__func__/augustss
2002-03-05bring in latest ALTQ from kjc. ALTQify some of the drivers.itojun
2001-11-13add RCSIDslukem
2001-06-14change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.itojun
2001-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej
2001-01-22Don't IFQ_SET_READY() -- this driver isn't ALTQ'ified.thorpej
2001-01-21Add some initialization to struct ifnet that seems to have becomeaugustss
2000-12-12Adapt to bpfattach() changes, and further centralize the bpfattach()thorpej
2000-12-08Don't call ether_ifdetach since we're not an ether driver.augustss
2000-10-24Tell usbd_set_config_no() to be verbose. It's nice to know whyit fails.augustss
2000-10-01upl(4) is a IPv4 only device.itojun
2000-09-23Remove some // type comments.augustss
2000-08-12Minor whitespace change.augustss
2000-08-07fix interrupt priority botchdrochner
2000-06-01Bring the coding style into the 80s, i.e., get rid of __P and useaugustss
2000-04-27Change my email address.augustss
2000-04-12revisit in6_ifattach().itojun
2000-04-09Add driver for Prolific PL2301/PL2302 host-to-host adapter.augustss