aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Dynamically choose the quality of the ACPI timer depending on whetherNate Lawson2007-07-302-2/+4
* Add missing newline in printf.Warner Losh2007-07-291-1/+1
* In pci_alloc_map(), restore the original value of the BAR forMarcel Moolenaar2007-07-291-0/+8
* Use coherent mapping for DMA on arm. This is propably suitable for theOlivier Houchard2007-07-271-0/+5
* Minor Bug fix that will cause panic with some terminal with voice path on USB.Takanori Watanabe2007-07-271-3/+9
* First in a series of changes to remove the now-unused Giant compatibilityRobert Watson2007-07-276-24/+2
* style(9)Pyun YongHyeon2007-07-271-2/+2
* Fix up ndis interaction with net80211Andrew Thompson2007-07-261-59/+98
* Start to converge on standard ways of saying some things likeWarner Losh2007-07-251-86/+111
* Fix absolutely maddening autorepeat bug that would cause the last keyWarner Losh2007-07-251-0/+9
* ums(4) does not work if the mouse defaults to boot protocol. ForceWarner Losh2007-07-251-0/+8
* Introduce Danny Braniss' iSCSI initiator, version 2.0.99. Please read theScott Long2007-07-248-0/+4384
* Add support for ShanTou ST268 usb nic. This is from a patch for NetBSDWarner Losh2007-07-241-0/+2
* Add MSI support.Pyun YongHyeon2007-07-241-15/+80
* Don't fail on device attach if jumbo frame support was unsuccessful.Pyun YongHyeon2007-07-242-9/+26
* The HPET appears to be broken on silby's Acer Pentium M system, neverNate Lawson2007-07-221-4/+18
* Change new Wi-Spy device name to Wi-Spy 2.4x.Warner Losh2007-07-221-1/+1
* WISPY added an X.Warner Losh2007-07-221-1/+1
* Use bus_get_dma_tag() to obtain the parent DMA tag.Kevin Lo2007-07-222-24/+29
* Add some additional devices.Warner Losh2007-07-221-3/+19
* Fix Symbios driver on amd64: Since amd64 has 64 bit pointers but the sameStefan Eßer2007-07-201-12/+17