summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Crypto api changes:sam2008-09-211-2/+2
* fix compilation on 64-bit platform w/ ATH_DEBUGsam2008-09-211-1/+2
* fix memory smash on lp64 platforms; mostly noticeable in user modesam2008-09-211-0/+5
* Fix issue with tom loading by moving cxgb_log_tcb in to tomkmacy2008-09-193-1/+30
* pci_setup_intr() will only enable MSI/MSI-X for direct children. Add methodsrnoland2008-09-191-2/+18
* Clean up DSDT and XSDT correctly instead of FADT when the tables are bad.jkim2008-09-191-2/+2
* Even though snp(4) in SVN is still broken, remove the unneeded D_NEEDMINOR.ed2008-09-191-1/+1
* Add a vendor ID for 3G Green Green Globe Co., Ltd, found inkevlo2008-09-191-0/+1
* fix a another driver bug related with tsleep() during detaching thatweongyo2008-09-191-6/+18
* clear pending callbacks when the driver try to change the stateweongyo2008-09-191-0/+2
* Fix two panics:kmacy2008-09-181-3/+4
* Cleanup the AHCI code a bit.sos2008-09-183-56/+121
* Remove the suser(9) interface from the kernel. It has been replaced fromattilio2008-09-171-2/+2
* Hide some of driver's internal debugging.mav2008-09-161-142/+173
* Allow child devices of vgapci(4) to query VPD strings and use MSI/MSI-Xjhb2008-09-161-1/+99
* Further whitespace and copyright cleanups to minimize thekmacy2008-09-164-5/+4
* White space cleanups to bring closer to RELENG_7kmacy2008-09-168-16/+6
* Remove some dead code along with gratuitous differences between HEAD and 7kmacy2008-09-167-49/+13
* Make ddb command registration dynamic so modules can extendsam2008-09-151-1/+1
* Rework the handling of interrupt handlers for children of ppc and ppbus:jhb2008-09-1513-160/+143
* Correct a callchain capture bug on the i386.jkoshy2008-09-151-3/+3
* Small addition to the previous commit. Sorry.mav2008-09-141-0/+1
* Add some missing Realtek codec IDs. Just for reference.mav2008-09-141-1/+10
* Recover handsfree port support.(Almost all changes are done on previous commit).takawata2008-09-141-5/+24
* Add a bunch of Novatel and Sierra 3G wireless product ids.thompsa2008-09-142-7/+106
* Remove one unneeded printf from non-verbose output.mav2008-09-141-1/+3
* My massive snd_hda driver update.mav2008-09-133-2450/+3550
* Don't issue CDC request before negotiate the interface role.takawata2008-09-121-58/+107
* Whitespace cleanup.emaste2008-09-121-5/+5
* Make mlxcontrol work with more than one system drive:sepotvin2008-09-121-1/+1
* Use the parent device's DMA tag when creating our own DMA tags. This fixesjhb2008-09-121-9/+10
* Connect ufoma(4) to build and,takawata2008-09-121-2/+0
* Disable the inline assembly crc32 routine and use the C version instead.jhb2008-09-101-87/+0
* Resurrect the sbni(4) driver. Someone finally tested the MPSAFE patches andjhb2008-09-105-0/+1988
* rename flags and add a ZYD_FLAG_DETACHING flag to indicate we'reweongyo2008-09-102-2/+9
* Add support for the CyberPower CP1500AVRLCD.remko2008-09-092-0/+6
* Update for new HAL.rpaulo2008-09-091-1/+1
* Add workaround for CRC errors seen at 100Mbps on JMC250 A2.yongari2008-09-092-2/+16
* Fix typo.yongari2008-09-091-1/+1
* IGP based radeon cards such as the rs485 and rs690 require that the GART tablernoland2008-09-091-18/+73
* We should never call drm_pci_alloc() while holding locks, due the thernoland2008-09-095-14/+36
* Fix issue with recovering from transient jumbo mbuf shortage.kmacy2008-09-093-28/+7
* o Move the MODULE_DEPEND() for cam(4) from the esp_sbus.c front-end tomarius2008-09-085-516/+680
* bge_tick(): do not touch PHY if link is up. This should solve problem witholeg2008-09-081-2/+6
* Streamline #include sections in ds133x and ds1672 drivers. This unbreaks theraj2008-09-082-14/+0
* Pass 1 of mpsafetty-ifying si(4). It compiles and has basic functionality,peter2008-09-081-181/+167
* ds133x: Introduce device_identify method; update NOTES.raj2008-09-081-1/+13
* Fix a typo in a comment in the ACPI Fujitsu driver.ed2008-09-081-1/+1
* Fix deactivation of speakers while plugging in headphones on Fujitsujoel2008-09-071-0/+9
* Add support for MacBook Air. (not tested)rpaulo2008-09-072-2/+13
OpenPOWER on IntegriCloud