aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* A number of small fixes:Jack F Vogel2007-09-102-6/+5
* Add PCI IDs for Intel ICH9.Simon L. B. Nielsen2007-09-102-0/+8
* Fixing invalid channel display in ifconfig(8) by implementing requiredTai-hwa Liang2007-09-101-0/+17
* pull in changes made to RELENG_6 version in the process of doing the MFCKip Macy2007-09-105-29/+36
* - Remove filter supportKip Macy2007-09-091-298/+0
* Add back in support for normal mbuf chaining on RX under DISABLE_MBUF_IOVECKip Macy2007-09-093-30/+174
* Fix last-minute typo in last commit caused by pre-commit scriptsKip Macy2007-09-091-1/+1
* - fix qset to port binding as a proper fix for the problems encountered on t...Kip Macy2007-09-0911-540/+678
* - fix a bug that zyd_attach() returns 0 even if it encountered errorsSam Leffler2007-09-071-3/+11
* Add missing bg scanning bits; update ic_lastdata and cancel anySam Leffler2007-09-051-0/+6
* Add missing bits that made bg scanning lame:Sam Leffler2007-09-056-9/+37
* o add 802.11 state machine states for DFS and client-side power saveSam Leffler2007-09-055-0/+9
* add defs just removed from ieee80211.hSam Leffler2007-09-051-0/+10
* This is an update to the new Intel 10G 82598 driver.Jack F Vogel2007-09-0410-476/+943
* Evaluate _OSC on boot to indicate our OS capabilities to ACPI. This isNate Lawson2007-08-301-7/+32
* Remove the lock assert from iwi_newstate, this function does not need the lockAndrew Thompson2007-08-291-1/+0
* A port of the zyd driver from NetBSD by . This supports the ZyDASWarner Losh2007-08-293-0/+5125
* Add devices for the forthcoming zyd driver, ported from NetBSD, byWarner Losh2007-08-291-0/+45
* Fix off-by-two errors.Jung-uk Kim2007-08-281-2/+2
* Update the MFI driver to support new "1078" series of hardware. ThisScott Long2007-08-254-24/+221
* Fixes for 4 port and small packet optimizationKip Macy2007-08-255-76/+125
* Add PCI IDs for two cards:Ed Maste2007-08-231-0/+4
* Export 4Gbps Fibre Channel link speed correctly with inquiry commands.Jung-uk Kim2007-08-231-9/+8
* Style nits + more reliable Tj(max) detection + improved reporting ofDag-Erling Smørgrav2007-08-231-34/+42
* - Fix a bug which could cause a panic when enabling LROAndrew Gallatin2007-08-225-24755/+25813
* Properly initialize the dev_priv before calling the i915_dma_cleanup().Konstantin Belousov2007-08-211-3/+2
* forward port signedness fixes from RELENG_6Kip Macy2007-08-179-18/+31
* We don't need to call dcons_poll event handlers if KDB is not active.Hidetoshi Shimokawa2007-08-171-3/+9
* Add a driver for the on-die digital thermal sensor found on Intel CoreDag-Erling Smørgrav2007-08-151-0/+268
* Move callout initialization to the proper spot. This prevents panics duringScott Long2007-08-143-8/+1
* Make sure to take PHY out of power down mode in device attach.Pyun YongHyeon2007-08-141-0/+22
* Fix a few nits relative to the previous changes:John Baldwin2007-08-132-2/+9
* Teach the mfi(4) driver to handle requests from userland managementJohn Baldwin2007-08-135-29/+217
* Update to support ICH[678] chipsets (based on a patch by Takeharu KATO)Dag-Erling Smørgrav2007-08-132-76/+229
* Expand the data structure returned by the ATA RAID status ioctl to includeJohn Baldwin2007-08-131-14/+22
* Replace three copies of the host controller reset sequence thatDon Lewis2007-08-121-18/+38
* White space cleanupsKip Macy2007-08-102-9/+6
* - In all structures other than port info port is a pointer to a port info,Kip Macy2007-08-104-15/+14
* MFP4(123963): Fixing a possible NULL pointer dereference by makingTai-hwa Liang2007-08-091-1/+1
* Merge in the AX88178 and AX88772 register definions (along withWarner Losh2007-08-092-15/+65
* MFP4(123687): Closing another LOR by dropping the driver lock around callsTai-hwa Liang2007-08-071-1/+3
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichRobert Watson2007-08-063-10/+2
* o In order to reduce bug and code duplication fold handling of NICsMarius Strobl2007-08-052-69/+31
* Initialize the rl_vlanctl field of the descriptors to zero (in orderMarius Strobl2007-08-051-0/+1
* Set D_NEEDGIANT.Konstantin Belousov2007-08-041-0/+1
* MFP4(123686): Fixing various ancontrol(8) related panics by dropping locksTai-hwa Liang2007-08-021-12/+60
* Call ttyld_close() in nmdmclose() to ensure that nmdm(4)Maksim Yevmenkin2007-08-011-1/+6
* Make the driver fully MPSAFE. This fixes some serious locking problemsScott Long2007-07-311-12/+32
* Fix locking mistakes in the error recovery paths of the AHC and AHD drivers.Scott Long2007-07-312-4/+0
* - Fixed a problem that would cause kernel panics and "bce0: discard frame .."David Christensen2007-07-313-119/+240