summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add missing bits that made bg scanning lame:sam2007-09-056-9/+37
* o add 802.11 state machine states for DFS and client-side power savesam2007-09-055-0/+9
* add defs just removed from ieee80211.hsam2007-09-051-0/+10
* This is an update to the new Intel 10G 82598 driver.jfv2007-09-0410-476/+943
* Evaluate _OSC on boot to indicate our OS capabilities to ACPI. This isnjl2007-08-301-7/+32
* Remove the lock assert from iwi_newstate, this function does not need the lockthompsa2007-08-291-1/+0
* A port of the zyd driver from NetBSD by . This supports the ZyDASimp2007-08-293-0/+5125
* Add devices for the forthcoming zyd driver, ported from NetBSD, byimp2007-08-291-0/+45
* Fix off-by-two errors.jkim2007-08-281-2/+2
* Update the MFI driver to support new "1078" series of hardware. Thisscottl2007-08-254-24/+221
* Fixes for 4 port and small packet optimizationkmacy2007-08-255-76/+125
* Add PCI IDs for two cards:emaste2007-08-231-0/+4
* Export 4Gbps Fibre Channel link speed correctly with inquiry commands.jkim2007-08-231-9/+8
* Style nits + more reliable Tj(max) detection + improved reporting ofdes2007-08-231-34/+42
* - Fix a bug which could cause a panic when enabling LROgallatin2007-08-225-24755/+25813
* Properly initialize the dev_priv before calling the i915_dma_cleanup().kib2007-08-211-3/+2
* forward port signedness fixes from RELENG_6kmacy2007-08-179-18/+31
* We don't need to call dcons_poll event handlers if KDB is not active.simokawa2007-08-171-3/+9
* Add a driver for the on-die digital thermal sensor found on Intel Coredes2007-08-151-0/+268
* Move callout initialization to the proper spot. This prevents panics duringscottl2007-08-143-8/+1
* Make sure to take PHY out of power down mode in device attach.yongari2007-08-141-0/+22
* Fix a few nits relative to the previous changes:jhb2007-08-132-2/+9
* Teach the mfi(4) driver to handle requests from userland managementjhb2007-08-135-29/+217
* Update to support ICH[678] chipsets (based on a patch by Takeharu KATO)des2007-08-132-76/+229
* Expand the data structure returned by the ATA RAID status ioctl to includejhb2007-08-131-14/+22
* Replace three copies of the host controller reset sequence thattruckman2007-08-121-18/+38
* White space cleanupskmacy2007-08-102-9/+6
* - In all structures other than port info port is a pointer to a port info,kmacy2007-08-104-15/+14
* MFP4(123963): Fixing a possible NULL pointer dereference by makingavatar2007-08-091-1/+1
* Merge in the AX88178 and AX88772 register definions (along withimp2007-08-092-15/+65
* MFP4(123687): Closing another LOR by dropping the driver lock around callsavatar2007-08-071-1/+3
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-063-10/+2
* o In order to reduce bug and code duplication fold handling of NICsmarius2007-08-052-69/+31
* Initialize the rl_vlanctl field of the descriptors to zero (in ordermarius2007-08-051-0/+1
* Set D_NEEDGIANT.kib2007-08-041-0/+1
* MFP4(123686): Fixing various ancontrol(8) related panics by dropping locksavatar2007-08-021-12/+60
* Call ttyld_close() in nmdmclose() to ensure that nmdm(4)emax2007-08-011-1/+6
* Make the driver fully MPSAFE. This fixes some serious locking problemsscottl2007-07-311-12/+32
* Fix locking mistakes in the error recovery paths of the AHC and AHD drivers.scottl2007-07-312-4/+0
* - Fixed a problem that would cause kernel panics and "bce0: discard frame .."davidch2007-07-313-119/+240
* Dynamically choose the quality of the ACPI timer depending on whethernjl2007-07-302-2/+4
* Add missing newline in printf.imp2007-07-291-1/+1
* In pci_alloc_map(), restore the original value of the BAR formarcel2007-07-291-0/+8
* Use coherent mapping for DMA on arm. This is propably suitable for thecognet2007-07-271-0/+5
* Minor Bug fix that will cause panic with some terminal with voice path on USB.takawata2007-07-271-3/+9
* First in a series of changes to remove the now-unused Giant compatibilityrwatson2007-07-276-24/+2
* style(9)yongari2007-07-271-2/+2
* Fix up ndis interaction with net80211thompsa2007-07-261-59/+98
* Start to converge on standard ways of saying some things likeimp2007-07-251-86/+111
* Fix absolutely maddening autorepeat bug that would cause the last keyimp2007-07-251-0/+9
OpenPOWER on IntegriCloud