aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Use the new xpt_rescan function to truly now have dynamicMatt Jacob2007-02-233-13/+76
* There is a problem in setting/getting 'options'- if we check thingsMatt Jacob2007-02-231-111/+133
* Be a bit more restrictive about printing out 'bad' pdb entriesMatt Jacob2007-02-231-9/+11
* Improve readability of the version string.Nate Lawson2007-02-221-1/+1
* Update copyright headers.Søren Schmidt2007-02-2119-19/+19
* Try again with supporting AHCI chipsets with partly implemented ports.Søren Schmidt2007-02-212-5/+16
* Restore support for the 5706C bce(4) phy that was broken during theJohn Baldwin2007-02-212-2/+54
* Work around a firmware bug where broadcast frames would be incorrectlyAndrew Gallatin2007-02-212-5/+27
* Be a little less stringent in getting progress report data.Søren Schmidt2007-02-211-1/+2
* Temporarily disable the support for some incarnations of the ICH8 chip that hasSøren Schmidt2007-02-211-17/+7
* Optimize set_origin() use in some screensavers to stop them eatingPhilip Paeps2007-02-214-12/+40
* Complete the support for altq(4).Christian Brueffer2007-02-211-1/+3
* Initialise {transport,protocol}{,_version} fields during a PATH_INQ to avoid aNick Hibma2007-02-211-1/+5
* Rename IWI_LOCK_ASSERT to IWI_LOCK_CHECK per Sam's suggestion,Luigi Rizzo2007-02-202-25/+21
* Address a few issues with the iwi driver, namely:Luigi Rizzo2007-02-202-78/+147
* Document the endiannes of firmware headersLuigi Rizzo2007-02-201-1/+9
* Correct typos containing my login name (plus one more in expr.y).Ceri Davies2007-02-181-1/+1
* Add support for chipsets that has NULL'd BAR's for legacy ports.Søren Schmidt2007-02-172-10/+12
* Add codec id for Sigmatel STAC9271D.Ariff Abdullah2007-02-161-2/+4
* CompUSA mutli-format pcmica flash reader/writerWarner Losh2007-02-161-0/+2
* Updated tuple list, kindaWarner Losh2007-02-161-1/+1
* Add poitner to JEDEC publication 106Warner Losh2007-02-161-0/+4
* Two changes:Warner Losh2007-02-161-1/+4
* Fix typo in commentWarner Losh2007-02-161-1/+1
* Support AHCI chips where the ports are not consecutively numbered as inSøren Schmidt2007-02-152-76/+126
* Cleanup and document the implementation of firmware(9) based onLuigi Rizzo2007-02-156-7/+7
* Fix spurious I/O errors when under high load.Scott Long2007-02-152-2/+6
* It turns out that it is easier to not NULL out pccard and cardbusWarner Losh2007-02-152-15/+7
* Fix three bugs:Warner Losh2007-02-151-6/+25
* Unbreak non-H/W VLAN extraction case.Pyun YongHyeon2007-02-151-2/+4
* Adjust the global MSI blacklisting strategy so we don't have to explicitlyJohn Baldwin2007-02-141-0/+26
* - Fix an off by one error in pci_remap_msix_method() that effectivelyJohn Baldwin2007-02-141-2/+10
* Catch up to MSI-X API changes. Tested with both MSI and MSI-X.John Baldwin2007-02-141-8/+23
* Use bge_writereg_ind() to do global reset as we did before 1.159 for certainJung-uk Kim2007-02-141-1/+1
* Fix two typos in comments.Jung-uk Kim2007-02-141-2/+2
* Fix a typo from the previous commit.Jung-uk Kim2007-02-141-1/+1
* Add missing 'break' that in this case is harmless.John Baldwin2007-02-141-0/+1
* Fix compilation for statically linked snd_envy24{ht}/spicds. Use explicitAriff Abdullah2007-02-143-3/+3
* The return value of aac_alloc_command() was misinterpreted in aac_ioctl_event().Luoqi Chen2007-02-141-1/+1
* Fix typos in comments while I am here.Jung-uk Kim2007-02-132-28/+29
* Add BCM5701 A0/B0 CRC bug workaround. Magic values taken from Linux driver.Jung-uk Kim2007-02-123-0/+26
* Fix style(9).Jung-uk Kim2007-02-124-1845/+1848
* Add PHY DSP code for BCM5755M.Jung-uk Kim2007-02-124-1/+32
* BCM5701 PHY cannot read-modify-write. Just re-use the magic number from DSPJung-uk Kim2007-02-121-4/+9
* Replace magic numbers with corresponding definitions.Jung-uk Kim2007-02-121-8/+8
* Rearrange the SATA connect logic so that we so that we pickup ATAPI devices.Søren Schmidt2007-02-121-12/+4
* add a missing piece for 2432Matt Jacob2007-02-101-0/+1
* Putative untested 2432 (PCI-E) support.Matt Jacob2007-02-101-1/+12
* Add support for Huawei Technologies Mobile card (3G).Lukas Ertl2007-02-092-0/+6
* Fix problem with RTL8201L PHY. From submitter:Warner Losh2007-02-081-2/+17