summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Set of legacy mode SATA enchancements:mav2010-10-1811-158/+511
* Revert r213867; while this driver really doesn't use any of the genericmarius2010-10-181-0/+4
* Allow the MDIOCATTACH ioctl operation to originate from within the kernel.marcel2010-10-181-8/+16
* Allow umass to use bigger transactions for USB 3.0 devices. It is lessmav2010-10-161-0/+1
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-1/+1
* Remove unnecessary castings and fix couple of style(9) nits.jkim2010-10-151-4/+3
* Move setting power state for children into a separate function as they werejkim2010-10-151-38/+40
* Add three new drivers for fan control and temperature reading on theandreast2010-10-152-0/+590
* Now that all previous users of mii_phy_probe() have been convertedmarius2010-10-152-16/+0
* Currently only opt_compat.h is included by the mps(4) driver. Alsomdf2010-10-151-1/+4
* Converted the remainder of the NIC drivers to use the mii_attach()marius2010-10-1515-69/+72
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-1562-385/+285
* Fixes to mps_user_command():mdf2010-10-141-15/+8
* Add new USB device IDs to the list of supported devices.hselasky2010-10-141-0/+2
* - Add more USB devices to usbdevs and rename some previously unknown ones.hselasky2010-10-142-0/+3
* Add a NetBSD-compatible mii_attach(), which is intended to eventuallymarius2010-10-143-99/+255
* Add more USB device IDs to supported list of devices.hselasky2010-10-141-0/+2
* Fix forwarding of Line Register Status changes to TTY layer.hselasky2010-10-141-0/+26
* Remove unused EHCI register definition.hselasky2010-10-142-3/+1
* Revert most of r197682 (EHCI Hardware BUG workaround). Implementhselasky2010-10-142-40/+51
* Just like xmphy(4) this driver doesn't use any of the generic subroutinesmarius2010-10-141-4/+0
* Avoid using endless retransmission at EHCI hardware level, hence this hidehselasky2010-10-141-1/+2
* Correct EHCI root HUB interface descriptor.hselasky2010-10-141-2/+1
* Correct EHCI port register read.hselasky2010-10-141-1/+1
* - Add more USB devices to usbdevs and rename some previously unknown ones.hselasky2010-10-142-16/+41
* - Add support for LibUSB in 32-bit compatibility mode.hselasky2010-10-141-0/+21
* Revert r213765. This is required because our build infrastructure usesrpaulo2010-10-142-2/+0
* Make sure to not use stale ip/tcp header pointers. The ip/tcpyongari2010-10-148-1/+14
* Backout r204230. TX mbuf parser for VLAN is still required toyongari2010-10-141-7/+25
* It seems some multi-port dc(4) controllers shares SROM of the firstyongari2010-10-142-0/+47
* Support firmware download.mdf2010-10-141-1/+37
* Re-work the internals of adding items to the driver's scatter-gathermdf2010-10-143-90/+213
* Fix a regression introduced in r213710. r213710 removed the use ofyongari2010-10-131-0/+7
* USB network (NCM driver):hselasky2010-10-133-26/+127
* Add more checks for resolved link speed in bge_miibus_statchg().yongari2010-10-131-6/+24
* USB Network:hselasky2010-10-132-0/+612
* USB WLAN:hselasky2010-10-131-0/+1
* USB network (UHSO):hselasky2010-10-131-1/+1
* Correct some root HUB descriptor fields in multiple controller drivers.hselasky2010-10-136-31/+9
* Revert r213793.rpaulo2010-10-132-2/+2
* Don't do a logical AND of the result of strcmp() with a constant.rpaulo2010-10-132-2/+2
* Clean up unused headers.jkim2010-10-131-4/+0
* Remove acpi_bus_number() completely. It had to be removed in r212761.jkim2010-10-131-55/+0
* Pass a format string to make_dev().rpaulo2010-10-131-1/+1
* Fix a brain-o: wrong case statement semantics.rpaulo2010-10-132-2/+4
* WPA_CSE_WEP104 was being incorrectly checked.rpaulo2010-10-131-1/+1
* Mark acpi_bus_number() as __unused. This allows clang to this filerpaulo2010-10-131-1/+1
* Explicitly tell the compiler that we don't care about the return valuerpaulo2010-10-133-20/+20
* Define YY_NO_INPUT. This makes aicasm buildable by clang with Werrorrpaulo2010-10-132-0/+2
* Use AcpiReset() from ACPICA instead of rolling our own, which is actuallyjkim2010-10-131-10/+10
OpenPOWER on IntegriCloud