summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* MFp4 (114068):netchild2007-02-2326-43/+70
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-23177-286/+375
* Use the new xpt_rescan function to truly now have dynamicmjacob2007-02-233-13/+76
* There is a problem in setting/getting 'options'- if we check thingsmjacob2007-02-231-111/+133
* Be a bit more restrictive about printing out 'bad' pdb entriesmjacob2007-02-231-9/+11
* Improve readability of the version string.njl2007-02-221-1/+1
* Update copyright headers.sos2007-02-2119-19/+19
* Try again with supporting AHCI chipsets with partly implemented ports.sos2007-02-212-5/+16
* Restore support for the 5706C bce(4) phy that was broken during thejhb2007-02-212-2/+54
* Work around a firmware bug where broadcast frames would be incorrectlygallatin2007-02-212-5/+27
* Be a little less stringent in getting progress report data.sos2007-02-211-1/+2
* Temporarily disable the support for some incarnations of the ICH8 chip that hassos2007-02-211-17/+7
* Optimize set_origin() use in some screensavers to stop them eatingphilip2007-02-214-12/+40
* Complete the support for altq(4).brueffer2007-02-211-1/+3
* Initialise {transport,protocol}{,_version} fields during a PATH_INQ to avoid an_hibma2007-02-211-1/+5
* Rename IWI_LOCK_ASSERT to IWI_LOCK_CHECK per Sam's suggestion,luigi2007-02-202-25/+21
* Address a few issues with the iwi driver, namely:luigi2007-02-202-78/+147
* Document the endiannes of firmware headersluigi2007-02-201-1/+9
* Correct typos containing my login name (plus one more in expr.y).ceri2007-02-181-1/+1
* Add support for chipsets that has NULL'd BAR's for legacy ports.sos2007-02-172-10/+12
* Add codec id for Sigmatel STAC9271D.ariff2007-02-161-2/+4
* CompUSA mutli-format pcmica flash reader/writerimp2007-02-161-0/+2
* Updated tuple list, kindaimp2007-02-161-1/+1
* Add poitner to JEDEC publication 106imp2007-02-161-0/+4
* Two changes:imp2007-02-161-1/+4
* Fix typo in commentimp2007-02-161-1/+1
* Support AHCI chips where the ports are not consecutively numbered as insos2007-02-152-76/+126
* Cleanup and document the implementation of firmware(9) based onluigi2007-02-156-7/+7
* Fix spurious I/O errors when under high load.scottl2007-02-152-2/+6
* It turns out that it is easier to not NULL out pccard and cardbusimp2007-02-152-15/+7
* Fix three bugs:imp2007-02-151-6/+25
* Unbreak non-H/W VLAN extraction case.yongari2007-02-151-2/+4
* Adjust the global MSI blacklisting strategy so we don't have to explicitlyjhb2007-02-141-0/+26
* - Fix an off by one error in pci_remap_msix_method() that effectivelyjhb2007-02-141-2/+10
* Catch up to MSI-X API changes. Tested with both MSI and MSI-X.jhb2007-02-141-8/+23
* Use bge_writereg_ind() to do global reset as we did before 1.159 for certainjkim2007-02-141-1/+1
* Fix two typos in comments.jkim2007-02-141-2/+2
* Fix a typo from the previous commit.jkim2007-02-141-1/+1
* Add missing 'break' that in this case is harmless.jhb2007-02-141-0/+1
* Fix compilation for statically linked snd_envy24{ht}/spicds. Use explicitariff2007-02-143-3/+3
* The return value of aac_alloc_command() was misinterpreted in aac_ioctl_event().luoqi2007-02-141-1/+1
* Fix typos in comments while I am here.jkim2007-02-132-28/+29
* Add BCM5701 A0/B0 CRC bug workaround. Magic values taken from Linux driver.jkim2007-02-123-0/+26
* Fix style(9).jkim2007-02-124-1845/+1848
* Add PHY DSP code for BCM5755M.jkim2007-02-124-1/+32
* BCM5701 PHY cannot read-modify-write. Just re-use the magic number from DSPjkim2007-02-121-4/+9
* Replace magic numbers with corresponding definitions.jkim2007-02-121-8/+8
* Rearrange the SATA connect logic so that we so that we pickup ATAPI devices.sos2007-02-121-12/+4
* add a missing piece for 2432mjacob2007-02-101-0/+1
* Putative untested 2432 (PCI-E) support.mjacob2007-02-101-1/+12
OpenPOWER on IntegriCloud