summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_aue.c
AgeCommit message (Expand)Author
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
2000-09-20repair multicast filter setup. PR 11037 from Ryoji Kato.itojun
2000-06-01Bring the coding style into the 80s, i.e., get rid of __P and useaugustss
2000-05-06Handle the Linksys USB100H1 like the other Linksys adapters.augustss
2000-05-06Add Linksys USB100H1, an Ethernet and HomePNA adapter.augustss
2000-04-23Sync with FreeBSD: add two more adapters.augustss
2000-04-04Put a ratecheck on error messages from the interrupt pipe.augustss
2000-04-02Generate an error message if starting a transfer fails.augustss
2000-03-30Afew more OpenBSD portability fixes.augustss