summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2012-10-04Clean up uninitialized warnings from ar9003.Christiano F. Haesbaert
2012-10-04Use information provided by ACPI to attach secondary PCI host bridges.Christian Ehrhardt
2012-10-03attach to D-Link WUA-2340, from Aaron Wirtz on misc@Stuart Henderson
2012-10-03syncStuart Henderson
2012-10-03add D-Link WUA-2340, reported working with uath by Aaron Wirtz on misc@Stuart Henderson
2012-09-30Correct the addition of the 39320LPE controller. The actual product nameBrad Smith
2012-09-30Simplify the gem(4) variant detection code a bit.Brad Smith
2012-09-29add support for hardware flow control, from FreeBSDJonathan Gray
2012-09-29regenJonathan Gray
2012-09-29add some uslcom devices from FreeBSDJonathan Gray
2012-09-29From Gavin Atkinson in FreeBSD SVN rev 238778:Jonathan Gray
2012-09-28update my copyrightMike Belopuhov
2012-09-28Add support for the Adaptec 39320LPE controller.Brad Smith
2012-09-27Use a smaller buffer size when not attached to a high speed/usb2Jonathan Gray
2012-09-27make smsc work on big endian archsJonathan Gray
2012-09-26Do not report link status unless the interface is up as the status isBrad Smith
2012-09-26Add support for VLAN sized frames.Brad Smith
2012-09-26add D-Link DGE-530T to re(4), update re(4) manpageRyan Freeman
2012-09-25Add minimal support for gen7/ivy bridge in inteldrm.Jonathan Gray
2012-09-20only want uoak_subr.c, if we have any of the 3 main driversTheo de Raadt
2012-09-20add device driver for Toradex OAK usb sensors:Yojiro Uo
2012-09-20make the lines printed during attach more consistent with other driversJasper Lievisse Adriaanse
2012-09-19Add resource tracking for PCI bus numbers. This will allow us to preventMark Kettenis
2012-09-19ioctl requests are u_long not int, spotted via clangJonathan Gray
2012-09-19Add new drivers for virtio network (vio) and block devices (vioblk, the disksStefan Fritsch
2012-09-19match some more LAN95xx device idsJonathan Gray
2012-09-19SMSC LAN95xx 10/100 USB Ethernet driver, ported from FreeBSD.Jonathan Gray
2012-09-18several tweaks to make mpi(4) work for vmware emulated sas adapters.David Gwynne
2012-09-18the 'WIDE' was droppedJasper Lievisse Adriaanse
2012-09-18support the Lenovo ThinkVision LT1421Jasper Lievisse Adriaanse
2012-09-18regenJasper Lievisse Adriaanse
2012-09-18add Lenovo ThinkVision LT1421 (portable displaylink monitor)Jasper Lievisse Adriaanse
2012-09-18add support for 1366x768 widescreen displays; tested on the Lenovo ThinkVisio...Jasper Lievisse Adriaanse
2012-09-18Wait until all xfers have finished before giving up DMA buffer mappings.Gerhard Roth
2012-09-18- use nitems() here; no binary change.Jasper Lievisse Adriaanse
2012-09-17Bit field name was confused. Not MCS08 but MCS09.YASUOKA Masahiko
2012-09-17add sensor category and moved some devices to the category.Yojiro Uo
2012-09-17regenYojiro Uo
2012-09-17add Toradex productsYojiro Uo
2012-09-13tell mii_attach where the phy is on the chip, rather than asking it toDavid Gwynne
2012-09-13regenjoshua stein
2012-09-13recognize the Intel Centrino Advanced-N 6235joshua stein
2012-09-12match on another axis AX88772B that comes with the asus ux21/ux31ajoshua stein
2012-09-12regenjoshua stein
2012-09-12add another ASIX AX88772B devicejoshua stein
2012-09-12Use sg_addr instead of sg_lo_addr, leftovers from last commit.Christiano F. Haesbaert
2012-09-12Make sure we don't sleep on autoconf.Christiano F. Haesbaert
2012-09-11Support FTDI FT2232H. This has a new base clock rate, different divisor,Theo de Raadt
2012-09-11Check that the host supports GET_SPEED as well as GET_VERSION before decidingDarren Tucker
2012-09-10autoconf is not the right place to sleep; noticed by haesbaertMike Belopuhov