summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_aue.c
Commit message (Expand)AuthorAgeFilesLines
* Mark USB ethernet devices as IFF_NEEDSGIANT, since the USB frameworkrwatson2004-08-111-1/+2
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.imp2004-06-271-1/+1
* Replace handrolled CRC calculation with ether_crc32_[lb]e().naddy2004-06-091-21/+2
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Replace the static "qdat" structure with a per-instance softc fieldiedowse2004-05-231-5/+3
* Add support for the ADMtek AN8513 USB Ethernet adapter.obrien2004-04-161-0/+1
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-5/+0
* Add support HP hn210e usb ethernetsanpei2003-12-171-0/+1
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.obrien2003-12-081-5/+5
* Remove duplicatejohan2003-11-141-3/+0
* Try to create some sort of consistency in how the routings to find theobrien2003-11-131-5/+7
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Make it easier to run this code on RELENG_4.joe2003-10-041-1/+23
* Support the Hawking Technology's UF100 Pegasus II 10/100 USB Ethernet.obrien2003-09-181-0/+1
* Use __FBSDID().obrien2003-08-241-0/+3
* add missing machine/bus.h headers that are now necessary because of thejmg2003-07-161-0/+1
* Add support for a bunch of Microsoft networking products:wpaul2003-07-101-0/+1
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-3/+4
* Use __FBSDID rather than rcsid[].obrien2003-04-031-7/+3
* Used correct aue_flags in ELECOM LD-USB/T and ELECOM LD-USB/TX.shiba2003-03-051-2/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* network interface driver changes:sam2002-11-141-10/+4
* Add support for a couple of network adapters; the 3Com 3C460B andjoe2002-07-301-0/+2
* MFNetBSD: Add support for the SMC 2206USB/ETH EZ Connect adapter (Pegasus II)joe2002-07-091-0/+1
* Add a couple of new aue ethernet adapters from NetBSD:joe2002-05-271-0/+2
* Use aue_lookup for looking up devices.joe2002-05-261-76/+68
* Fix a panic by allocating the iface structure locally in the attachjoe2002-05-231-3/+13
* Revert part of revision 1.49 which was supposed to be white spacejoe2002-04-171-1/+1
* We not long need to use USBD_NO_TSLEEP.joe2002-04-071-8/+4
* MFNetBSD: if_aue.c (1.26), if_auereg.h (1.6), if_cue.c (1.10),joe2002-04-071-3/+7
* Use the UE_GET_XFERTYPE macro.joe2002-04-061-3/+3
* Another step in merging our if_aue driver with NetBSD's.joe2002-04-061-20/+9
* Rename foo_gone to foo_dying, in keeping with the rest of the usb code.joe2002-04-061-8/+8
* Replace device_t with device_ptr_t.joe2002-04-061-12/+12
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-2/+2
* Reduce differences between NetBSD's version and ours.joe2002-04-021-94/+85
* Use ANSI prototypes and declarations.joe2002-04-021-156/+123
* Add more usb adapters, from NetBSD.joe2002-03-311-14/+45
* Remove __P.alfred2002-03-201-42/+41
* Add a new linksys ethernet adapter: USB_PRODUCT_LINKSYS_USB10TX2.joe2002-01-031-0/+1
* Support MELCO LUA2-TX USB ethernet adaptor.sumikawa2001-11-191-32/+38
* Do not call mii_polltick() immediately after mii_tick().jlemon2001-09-291-7/+5
* Add support for the Accton USB320-EC Ethernet adapter.dwhite2001-09-091-0/+1
* Make these depend on the usb module so they can use its symbols if theypeter2001-08-221-1/+2
* Add support for the I-O DATA USB-ET/TX(USB Ethernet adapter)n_hibma2001-08-211-1/+2
* Add AboCom Systems USB to 1M HomePNA & 10M/100M Fast Ethernet Adapter.n_hibma2001-06-301-0/+1
* Add an AUE device ID: USB_PRODUCT_MELCO_LUATX5peter2001-03-051-0/+1
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-1/+1
OpenPOWER on IntegriCloud