summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Use the bus_*() routines rather than bus_space_*() for register operations.jhb2009-11-179-62/+29
* It seems generation of link state change of e1000phy(4) is notyongari2009-11-171-0/+2
* Always use a private timer instead of if_watchdog and if_timer to drivejhb2009-11-174-173/+100
* Use a private callout timer to drive the transmit watchdog instead of usingjhb2009-11-173-20/+33
* Use a private timer to run the statistics timer instead of (ab)usingjhb2009-11-172-20/+15
* Merge ACPICA 20091112.jkim2009-11-164-8/+8
* Do not require payload data to be aligned. It is not mentioned in datasheetmav2009-11-161-1/+1
* Sort ID list by vendor.thompsa2009-11-161-6/+6
* Add the Curitel UM175 3g device.thompsa2009-11-162-0/+2
* Change the way in which AHCI+PATA combined controllers, such as JMicronmav2009-11-167-301/+415
* MFp4:mav2009-11-141-2/+6
* Disable PMP probing for Marvell AHCI controllers.mav2009-11-141-3/+6
* Add sysctls in ahd(4) in order to keep track of different classes ofattilio2009-11-135-2/+197
* Add support for SATA ports on SATA+PATA Marvell controllers.mav2009-11-132-25/+72
* Add more codec IDs.mav2009-11-131-1/+23
* Convert syscons on i386 to TERM=xterm.ed2009-11-131-9/+0
* Switch the default terminal emulation style to xterm for most platforms.ed2009-11-131-2/+11
* Don't disable the XGMAC's tx on ifconfig down. It is unnecessarynp2009-11-131-3/+3
* The 10GBASE-T card should use an IPG of 1. Also enable the checknp2009-11-132-3/+1
* Make sure *some* edc is setup even for an unknown transceiver (assumenp2009-11-131-2/+2
* sc->rev and is_offload(sc) will always be 0 during probe. Wait tillnp2009-11-131-6/+3
* - Remove a redundant check for dpms(4).jkim2009-11-122-8/+4
* - Partially revert hackish r198964 and r199002.jkim2009-11-122-14/+0
* More consistent whitespace.jhb2009-11-111-1/+1
* Use a dedicated callout to drive the transmit watchdog timer instead ofjhb2009-11-112-12/+18
* With an i386 kernel the igb driver can cause ajfv2009-11-111-3/+3
* MFp4:mav2009-11-112-2/+3
* MFp4:mav2009-11-111-12/+143
* Allow Syscons terminal emulators to provide function key strings.ed2009-11-113-13/+78
* Reduce probe priority of USB input devices to BUS_PROBE_GENERIC fromnwhitehorn2009-11-113-5/+5
* - Locking fixes to not do silly things like drop the lock only to call ajhb2009-11-102-76/+67
* Controller does not update Tx descriptors(send BDs) after sendingyongari2009-11-101-6/+3
* Add support for the touchpads found in later models of iBook andnwhitehorn2009-11-101-21/+89
* MFp4:mav2009-11-102-21/+31
* Zero out Tx/Rx descriptors before using them. Also add missingyongari2009-11-091-0/+7
* Add missing bus_dmamap_sync(9) before issuing kick command.yongari2009-11-091-0/+3
* Make isa_dma functions MPSAFE by introducing its own private lock. Theserdivacky2009-11-092-14/+0
* Driver for the Apple Touchpad present on MacBook (non-Pro & Pro).rpaulo2009-11-091-0/+2047
* Add more ICH10 chip IDs.mav2009-11-092-0/+8
* Initialize the whole message unit's DMA buffer to zero, this fixes a panicdelphij2009-11-092-2/+4
* Correct disabling checksum offloading for BCM5700 B0.yongari2009-11-091-1/+1
* Correct Olympus quirk.thompsa2009-11-081-1/+1
* Add missing mtx_destroy().thompsa2009-11-081-0/+1
* Improve support for High-speed USB audio devices.thompsa2009-11-081-121/+120
* improve support for high speed isochronous endpoints which does not run 1:1,thompsa2009-11-084-27/+91
* Integrate lost interrupts patch from the old USB stack.thompsa2009-11-083-4/+51
* ehci_init() will do reset and set the usbrev flag. Fix problem wherethompsa2009-11-083-8/+1
* Partially revert r199035.yongari2009-11-081-0/+8
* Introduce define and kernel option ATA_REQUEST_TIMEOUT to control ATA(4)mav2009-11-085-12/+16
* Introduce hw.hptrr.attach_generic loader tunable to deny hptrr drivermav2009-11-081-0/+6
OpenPOWER on IntegriCloud