summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_aue.c
AgeCommit message (Expand)Author
2006-03-13kern/33071: Dave J. Barnes: Recognize ADMtek ADM8515 USB2.0 Ethernet Converterchristos
2005-11-28Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls inaugustss
2005-05-30- const poisoningchristos
2005-05-11Don't keep the devinfo string on the stack, instead use malloc/free.augustss
2004-11-03Add AEI USB to LAN.rjs
2004-10-30When adding/deleting multicast addresses, only whack the addressthorpej
2004-10-22Add a device. From OpenBSD.augustss
2004-04-23use bounded string ops (snprintf, strl*)itojun
2004-01-05Add an HP adapter. From FreeBSD.augustss
2004-01-05Add Compaq "iPaq" HNE-200 USB Ethernet adapter.schmonz
2003-11-23Add two more adapters. From FreeBSD.augustss
2003-03-05Used correct aue_flags in ELECOM LD-USB/T and ELECOM LD-USB/TX.shiba
2002-09-29Add a Netgear adapter. From OpenBSD.augustss
2002-07-25Add support for Belkin USB to LAN Converter.matt
2002-07-11Get rid of trailing white space.augustss
2002-07-08s/__FUNCTION__/__func__/augustss
2002-07-08Add support for the SMC 2206USB/ETH EZ Connect adapter (Pegasus II)rh
2002-06-25Add the now-tested 3Com 3C460B Pegasus-II adapter (Currently US$5 fromnathanw
2002-03-18Add Siemens speedstream, from Alicia da Conceicao.christos
2002-03-17Whitespace fixes.augustss
2002-02-02Add entry for ELECOM LD-USBL/TXgehenna
2001-12-14Integrate fix from PR 10155.augustss
2001-12-03Handle vendor/product lookup with a common routine.augustss
2001-11-30Add new devices. From URA Hiroshi in PR 14790.augustss
2001-11-13Small changes to behaviour when disconnecting.augustss
2001-11-13add RCSIDslukem
2001-10-10Add a reference counter to avoid blowing away the softc while frobbingaugustss
2001-09-28Rename Accton adapter (from FreeBSD).augustss
2001-08-03Add an I/O Data adapter.augustss
2001-07-19Prototype for aue_reset_pegasus_II().augustss
2001-07-16Add support for Pegasus II adapters (from Linux).augustss
2001-07-16Reorganize the table of adapters slightly.augustss
2001-07-16Alphabetize.augustss
2001-07-16Add SOHOware NUB100. From OpenBSD.augustss
2001-07-04Add an Abocom adapter.augustss
2001-06-15Move the check for successful attachment to earlier in the detachnathanw
2001-06-07Fix typo; print sc->aue_intr_errs instead of sc->aue_rx_errs whenenami
2001-04-13Do mii frobbing in process context.augustss
2001-03-25Comment out some strange code.augustss
2001-01-29Handle allmulti case correctly as a NetBSD network driver;enami
2001-01-21Change watchdog routine. (From FreeBSD.)augustss
2001-01-21Get rid of `#ifdef FreeBSD'; they maintain their own version.augustss
2001-01-18constifyjdolecek
2000-12-14ALTQ'ify.thorpej
2000-12-13Another Ethernet device. From nagae@tk.airnet.ne.jp in PR kern/11711.augustss
2000-11-15Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach().thorpej
2000-10-24Tell usbd_set_config_no() to be verbose. It's nice to know whyit fails.augustss
2000-10-12Add Kingston KNU101TX Ethernet adapter.augustss
2000-10-08Add another DLINK adapter.augustss
2000-10-01Move the check for "promisc + unicast + not for us" into ether_input(),thorpej