aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Catch up to the nvenetlib 1.0-0310 import.David E. O'Brien2005-12-072-4/+6
* Use __DEVOLATILE to cast conspeed.Warner Losh2005-12-071-1/+1
* Revert two changes I was testing regarding polling delay.Nate Lawson2005-12-061-2/+2
* Add KTR support and move some performance debugging variables in the ECNate Lawson2005-12-062-10/+13
* Fix -Wundef warnings from compiling GENERIC and LINT kernels ofRuslan Ermilov2005-12-064-8/+8
* The Oxford 16C950 based CardBus Serial device that I was given someWarner Losh2005-12-051-1/+2
* FreeBSD has had endian conversion macros for a long time. Axe the customScott Long2005-12-051-46/+2
* Dont use the BUS_DMA_ALLOCNOW flag. Instead use BUS_DMA_NOWAIT and returnSøren Schmidt2005-12-052-15/+19
* Remove unused local variable misssed in previous commit.John Baldwin2005-12-051-1/+0
* - Don't make the driver lock recursive, it shouldn't be recursivelyJohn Baldwin2005-12-052-18/+1
* If pci_link has been disabled via the acpi_disable tunable, then bailJohn Baldwin2005-12-051-0/+3
* Switch off debugging that was left on in last commit.Søren Schmidt2005-12-051-1/+1
* Add support for writing Intel MatrixRAID arrays.Søren Schmidt2005-12-052-66/+206
* - Rev. 1.175 fixed compilation on sparc64 but also backed out zeroing ofMarius Strobl2005-12-051-5/+2
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andRuslan Ermilov2005-12-0510-73/+73
* - Add Product IDs for iPod 3G and iPod Video.Florent Thoumie2005-12-054-12/+21
* Use compile-time detection of 64-bit addressing.Ruslan Ermilov2005-12-041-3/+3
* Use a compile-time detection of 64-bit addressing so that thisRuslan Ermilov2005-12-041-11/+8
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-0418-89/+91
* Fix -Wunder and make the sbus code really compile only on sparc64.Ruslan Ermilov2005-12-041-3/+3
* Fix -Wundef warnings and properly check the size of long, FWIW.Ruslan Ermilov2005-12-041-3/+3
* Fix on sparc64.Ruslan Ermilov2005-12-041-6/+2
* Recognize the Sony Clie PEG-TJ37.Bruce A. Mah2005-12-042-0/+2
* Fix -Wundef.Ruslan Ermilov2005-12-0427-56/+62
* Force any hardwire-routed interrupts to level trigger and active lowJohn Baldwin2005-12-031-2/+4
* Merge DRM CVS as of 2005-12-02, adding i915 DRM support thanks to Alexey Popov,Eric Anholt2005-12-033-5/+11
* Make cleaner diffs by munging the $FreeBSD$s from the FreeBSD CVS sources backEric Anholt2005-12-031-1/+15
* Add support for i915 GMCH AGP. This diff is a combination of work by myselfEric Anholt2005-12-022-31/+160
* Register definitions for the ancient via6522. This 20+ year-old chipPeter Grehan2005-12-021-0/+105
* Add a missing newline to a printf.John Baldwin2005-12-021-1/+1
* Update the ICH7 support so it deals better with chips without AHCI.Søren Schmidt2005-12-024-84/+115
* Restore the enabling of debugging by default by the DRM_DEBUG kernel option.Eric Anholt2005-12-021-0/+4
* On the 82571 and newer chipset the ICR register is meaningful onlyGleb Smirnoff2005-12-021-1/+4
* Fix the misalignment bugs differently than was done in the previousMarcel Moolenaar2005-12-022-23/+33
* Fix the type of "eaddr" to guarantee the required alignment.Ruslan Ermilov2005-12-011-8/+8
* Byte copy IF_LLADDR() on stack to align it to be safe for typecasts.Ruslan Ermilov2005-11-302-21/+20
* If bus_dmamap_load() failed, we free the mbuf. We also need to clearGleb Smirnoff2005-11-301-2/+6
* Add codec ID for Avance Logic ALC203Pyun YongHyeon2005-11-301-0/+1
* Tell Rx radiotap that hardware leaves FCS at the end of the frame.Damien Bergamini2005-11-291-1/+1
* Sync with ural:Damien Bergamini2005-11-292-18/+19
* Use usbd_clear_endpoint_stall_async() instead of usbd_clear_endpoint_stall()Damien Bergamini2005-11-291-2/+2
* o Send management frames at the lowest possible rate.Damien Bergamini2005-11-293-8/+43
* Fix the ata_composite/ata_request leak when using RAID0+1.Søren Schmidt2005-11-292-9/+18
* Separate the hardware definitions into ipsreg.h so they can be used byScott Long2005-11-297-309/+351
* Add support for the i855GM, tested by an r300 user.Eric Anholt2005-11-291-1/+6
* Update DRM to CVS snapshot as of 2005-11-28. Notable changes:Eric Anholt2005-11-2873-1699/+3463
* Fix SiS SATA support, the SATA registers was off.Søren Schmidt2005-11-283-44/+243
* Fix two identical harmless typos in ata error messages:Giorgos Keramidas2005-11-281-2/+2
* The ohci driver's processing of completed transfer descriptors (TDs)Ian Dowse2005-11-272-30/+37
* Support for ATI IXP 200 / 300 / 400 series audio controllers.Ariff Abdullah2005-11-273-0/+1210