summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_mue.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* In mue_iff() move the initialization of the hash table up so that is donemestre2018-09-191-4/+2
* Introduce mue_eeprom_present to check if the EEPROM is present.kevlo2018-08-151-9/+49
* avoid using a value uninitialisedjsg2018-08-041-1/+2
* - use memset() for for clearing hashtblkevlo2018-08-031-6/+2
* Add mue(4), a driver for Microchip LAN75xx/LAN78xx 10/100/1000 USB Ethernetkevlo2018-08-031-0/+1354