summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-0418-89/+91
* Fix -Wunder and make the sbus code really compile only on sparc64.ru2005-12-041-3/+3
* Fix -Wundef warnings and properly check the size of long, FWIW.ru2005-12-041-3/+3
* Fix on sparc64.ru2005-12-041-6/+2
* Recognize the Sony Clie PEG-TJ37.bmah2005-12-042-0/+2
* Fix -Wundef.ru2005-12-0427-56/+62
* Force any hardwire-routed interrupts to level trigger and active lowjhb2005-12-031-2/+4
* Merge DRM CVS as of 2005-12-02, adding i915 DRM support thanks to Alexey Popov,anholt2005-12-033-5/+11
* Make cleaner diffs by munging the $FreeBSD$s from the FreeBSD CVS sources backanholt2005-12-031-1/+15
* Add support for i915 GMCH AGP. This diff is a combination of work by myselfanholt2005-12-022-31/+160
* Register definitions for the ancient via6522. This 20+ year-old chipgrehan2005-12-021-0/+105
* Add a missing newline to a printf.jhb2005-12-021-1/+1
* Update the ICH7 support so it deals better with chips without AHCI.sos2005-12-024-84/+115
* Restore the enabling of debugging by default by the DRM_DEBUG kernel option.anholt2005-12-021-0/+4
* On the 82571 and newer chipset the ICR register is meaningful onlyglebius2005-12-021-1/+4
* Fix the misalignment bugs differently than was done in the previousmarcel2005-12-022-23/+33
* Fix the type of "eaddr" to guarantee the required alignment.ru2005-12-011-8/+8
* Byte copy IF_LLADDR() on stack to align it to be safe for typecasts.ru2005-11-302-21/+20
* If bus_dmamap_load() failed, we free the mbuf. We also need to clearglebius2005-11-301-2/+6
* Add codec ID for Avance Logic ALC203yongari2005-11-301-0/+1
* Tell Rx radiotap that hardware leaves FCS at the end of the frame.damien2005-11-291-1/+1
* Sync with ural:damien2005-11-292-18/+19
* Use usbd_clear_endpoint_stall_async() instead of usbd_clear_endpoint_stall()damien2005-11-291-2/+2
* o Send management frames at the lowest possible rate.damien2005-11-293-8/+43
* Fix the ata_composite/ata_request leak when using RAID0+1.sos2005-11-292-9/+18
* Separate the hardware definitions into ipsreg.h so they can be used byscottl2005-11-297-309/+351
* Add support for the i855GM, tested by an r300 user.anholt2005-11-291-1/+6
* Update DRM to CVS snapshot as of 2005-11-28. Notable changes:anholt2005-11-2873-1722/+3486
* Fix SiS SATA support, the SATA registers was off.sos2005-11-283-44/+243
* Fix two identical harmless typos in ata error messages:keramida2005-11-281-2/+2
* The ohci driver's processing of completed transfer descriptors (TDs)iedowse2005-11-272-31/+38
* Support for ATI IXP 200 / 300 / 400 series audio controllers.ariff2005-11-273-0/+1210
* Revision 5.0 of the Sony DSC camera appears to require RBC commandsiedowse2005-11-261-2/+14
* Add a locking stub to call acpi_cmbat_get_bif() now that it is directlynjl2005-11-261-1/+12
* The CAM interface is broken and seems to be causing lockups on boot. Itscottl2005-11-261-0/+13
* Added mono to stereo and stereo to mono feeder functions for bothariff2005-11-261-0/+170
* Added codec id for Avance Logic (ALC250)ariff2005-11-261-0/+1
* o Pass received frames to radiotap.damien2005-11-252-18/+29
* Fix AMRR initialization.damien2005-11-251-1/+1
* Fix panic when we cannot find self-id of probing nodes.simokawa2005-11-251-1/+3
* When IOCATAGPARM is called, update the capabilities page that is storedsos2005-11-252-18/+29
* Send the packet to BPF after setting the duration field of the frame.damien2005-11-241-24/+24
* o Force the sending of an extra URB if there is less than 2 bytes leftdamien2005-11-241-5/+23
* Remember the bus_dmamap_t where we loaded the mbuf, and sync this map insteadcognet2005-11-241-1/+3
* Only copy out the battery status/info if there was no error.njl2005-11-241-5/+6
* Merge in new driver version from Intel - 3.2.18.glebius2005-11-243-170/+497
* Add locking and mark MPSAFE:jhb2005-11-232-55/+98
* Optimize PLCP length field computation for 802.11b rates.damien2005-11-232-10/+8
* - Quiet the pci_link(4) devices so that they don't show up in dmesg now.jhb2005-11-231-1/+22
* Try to fix problems with periodic hangs by never directly calling _BIF.njl2005-11-231-22/+34
OpenPOWER on IntegriCloud