aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Free another memory leak when dealing with disk notification.Paul Saab2006-04-201-1/+4
* Remove debounce code in mpt_intr. After some reflectionMatt Jacob2006-04-191-10/+0
* Free some previously leaked memory on module unload.Paul Saab2006-04-191-2/+9
* Update 2300 f/w. This will probably be the lastMatt Jacob2006-04-181-5795/+5986
* In receiving a new ATIO, don't record the associated CCB in the targetMatt Jacob2006-04-181-16/+15
* Reorder the DRM_*_AGP enums to match linux and what our code expects, fixingEric Anholt2006-04-181-2/+2
* remove DRIVER_MODULE lines that are useless... pcf doesn't exist (onlyJohn-Mark Gurney2006-04-171-2/+0
* Change msleep() and tsleep() to not alter the calling thread's priorityJohn Baldwin2006-04-172-12/+3
* Add missing ";"Søren Schmidt2006-04-171-1/+1
* Add missing ~. We want all the INVALID bits to be 0... Let's see if thisWarner Losh2006-04-161-1/+1
* Improve ath_draintxq debug info: dump the packet as wellSam Leffler2006-04-161-7/+22
* Unbreak cabq handling: check the s/w q, not the h/w q as the framesSam Leffler2006-04-161-2/+2
* o Correct a path to include.Maxim Konovalov2006-04-161-1/+1
* Oops, untested code was included accidentally.Mitsuru IWASAKI2006-04-151-1/+3
* Import ACPI Dock Station support. Note that this is still very young.Mitsuru IWASAKI2006-04-157-2/+677
* o Fix printf(9) formatting: do not use hardcode "0x" and "#" flagsMaxim Konovalov2006-04-151-1/+1
* o s/PsuedoRAID/PseudoRAID/.Maxim Konovalov2006-04-151-1/+1
* Fix the interrupt handler to do the mandatory PCI flush before looking atScott Long2006-04-151-14/+10
* Whitespace fixMatteo Riondato2006-04-141-1/+1
* Dont poll for ATA_IDLE on a detached channel in suspend.Søren Schmidt2006-04-141-2/+2
* Reduce the Linux ioctl range to what is needed. I didn't know whatDoug Ambrisko2006-04-141-2/+2
* Add device ID for Intel Pro/100 VE Network Connection cardMatteo Riondato2006-04-141-0/+1
* Bring back arm-specific workaround from rev 1.15:Olivier Houchard2006-04-131-0/+2
* Fix DEVICE_POLLING support (compile-only tested).Ruslan Ermilov2006-04-131-1/+5
* Re-apply changes to make this compile with -Wundef:Ruslan Ermilov2006-04-131-1/+1
* Fix the PHY support for the 5780. I mis-merged this from my sources.Paul Saab2006-04-121-0/+1
* Correct an obvious typo.Pawel Jakub Dawidek2006-04-121-1/+1
* A large set of changes:Matt Jacob2006-04-115-619/+962
* - Add support for the Acer Acerscan 640BT.Florent Thoumie2006-04-112-0/+2
* Fix a cut-n-paste bug that crept in.Joseph Koshy2006-04-111-2/+2
* Hook bce up to the buildPaul Saab2006-04-101-0/+2
* Add a driver for the Broadcom NetXtreme II (BCM5706/BCM5708)Paul Saab2006-04-105-26/+15293
* safe(4) doesn't support explicitly provided keys. Return an error insteadPawel Jakub Dawidek2006-04-101-0/+7
* ubsec(4) doesn't support explicitly provided keys. Return an error insteadPawel Jakub Dawidek2006-04-101-0/+7
* - Add support for the Epson RX425 scanner.Florent Thoumie2006-04-102-0/+2
* Fix some small bugs.Scott Long2006-04-101-2/+7
* Update to DRM CVS as of 2006-04-09. The most notable new feature is the updatedEric Anholt2006-04-0921-766/+1262
* Add support for Asus W5A laptops.Philip Paeps2006-04-091-0/+10
* Rearrange locking in the alloc_commands and ioctl paths to avoid problems.Scott Long2006-04-081-5/+9
* After further review and discussion, partially revert the previous commit.Scott Long2006-04-083-20/+13
* Close a pesky race where after checking the BUSY flag in amr_wait_command,Paul Saab2006-04-083-6/+21
* Restore accidentially removed rev. 1.3Gleb Smirnoff2006-04-071-0/+2
* Merge in new driver from Intel, version 5.1.5. Adds support for someGleb Smirnoff2006-04-065-322/+1469
* newbus will zero softc, so no need to duplicate the zeroing here.Warner Losh2006-04-043-13/+1
* Don't call bfe_release_resources() twice.Pawel Jakub Dawidek2006-04-041-2/+0
* Turn a file that was mostly style(9) compliant to a file that's really closeWarner Losh2006-04-041-140/+114
* The Z8530 on the MacIO has an interrupt per channel. Deal with thisMarcel Moolenaar2006-04-042-32/+57
* Replace hard coded '0' with symbolic constant IIC_UNKNOWN to reflect whatWarner Losh2006-04-041-1/+1
* Add support for Intel cpu model's 5 & 6.Paul Saab2006-04-041-1/+1
* Fix an off-by-one error in the port range detection. Cleanup some oldNate Lawson2006-04-041-5/+5