Age | Commit message (Expand) | Author |
2012-09-27 | Use a smaller buffer size when not attached to a high speed/usb2 | Jonathan Gray |
2012-09-27 | make smsc work on big endian archs | Jonathan Gray |
2012-09-26 | Do not report link status unless the interface is up as the status is | Brad Smith |
2012-09-26 | Add support for VLAN sized frames. | Brad Smith |
2012-09-26 | add D-Link DGE-530T to re(4), update re(4) manpage | Ryan Freeman |
2012-09-25 | Add minimal support for gen7/ivy bridge in inteldrm. | Jonathan Gray |
2012-09-20 | only want uoak_subr.c, if we have any of the 3 main drivers | Theo de Raadt |
2012-09-20 | add device driver for Toradex OAK usb sensors: | Yojiro Uo |
2012-09-20 | make the lines printed during attach more consistent with other drivers | Jasper Lievisse Adriaanse |
2012-09-19 | Add resource tracking for PCI bus numbers. This will allow us to prevent | Mark Kettenis |
2012-09-19 | ioctl requests are u_long not int, spotted via clang | Jonathan Gray |
2012-09-19 | Add new drivers for virtio network (vio) and block devices (vioblk, the disks | Stefan Fritsch |
2012-09-19 | match some more LAN95xx device ids | Jonathan Gray |
2012-09-19 | SMSC LAN95xx 10/100 USB Ethernet driver, ported from FreeBSD. | Jonathan Gray |
2012-09-18 | several tweaks to make mpi(4) work for vmware emulated sas adapters. | David Gwynne |
2012-09-18 | the 'WIDE' was dropped | Jasper Lievisse Adriaanse |
2012-09-18 | support the Lenovo ThinkVision LT1421 | Jasper Lievisse Adriaanse |
2012-09-18 | regen | Jasper Lievisse Adriaanse |
2012-09-18 | add Lenovo ThinkVision LT1421 (portable displaylink monitor) | Jasper Lievisse Adriaanse |
2012-09-18 | add support for 1366x768 widescreen displays; tested on the Lenovo ThinkVisio... | Jasper Lievisse Adriaanse |
2012-09-18 | Wait 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-17 | Bit field name was confused. Not MCS08 but MCS09. | YASUOKA Masahiko |
2012-09-17 | add sensor category and moved some devices to the category. | Yojiro Uo |
2012-09-17 | regen | Yojiro Uo |
2012-09-17 | add Toradex products | Yojiro Uo |
2012-09-13 | tell mii_attach where the phy is on the chip, rather than asking it to | David Gwynne |
2012-09-13 | regen | joshua stein |
2012-09-13 | recognize the Intel Centrino Advanced-N 6235 | joshua stein |
2012-09-12 | match on another axis AX88772B that comes with the asus ux21/ux31a | joshua stein |
2012-09-12 | regen | joshua stein |
2012-09-12 | add another ASIX AX88772B device | joshua stein |
2012-09-12 | Use sg_addr instead of sg_lo_addr, leftovers from last commit. | Christiano F. Haesbaert |
2012-09-12 | Make sure we don't sleep on autoconf. | Christiano F. Haesbaert |
2012-09-11 | Support FTDI FT2232H. This has a new base clock rate, different divisor, | Theo de Raadt |
2012-09-11 | Check that the host supports GET_SPEED as well as GET_VERSION before deciding | Darren Tucker |
2012-09-10 | autoconf is not the right place to sleep; noticed by haesbaert | Mike Belopuhov |
2012-09-08 | Don't use mtrr if we are not on i386/amd64. | Martin Pieuchot |
2012-09-08 | Instead of having yet an other option to compile the drm code without agp | Martin Pieuchot |
2012-09-07 | Call pci_min_powerstate() to determine the lowest possible powerstate instead | Mark Kettenis |
2012-09-07 | Add a new function called acpi_pci_min_powerstate() that returns the lowest | Mark Kettenis |
2012-09-07 | Fixup a memory access fault on an invalid reply. Quoting the spec: | Mike Belopuhov |
2012-09-04 | The powerlevel is an unsigned int, there is no need to check for negative | Claudio Jeker |
2012-09-03 | add Intel 7 series kt (amt serial over lan) | Jonathan Gray |
2012-09-02 | Dont "#ifdef DIAGNOSTICS" out umidi_jack->intr. | Alexandre Ratchov |
2012-08-31 | Wake on LAN support for nfe(4). Tested by me, russel on misc@, and jsg. | Stefan Sperling |
2012-08-30 | Determine the memory and mmio regions based on previously initialzed BAR | Martin Pieuchot |
2012-08-30 | Use only one macro instead of two to turn debug printf on. | Martin Pieuchot |
2012-08-30 | make a variable that can take a value of -1 signed to match what the | Jonathan Gray |
2012-08-28 | oops. a bit of debugging code has sneaked in | Mike Belopuhov |