summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2010-04-05Initial bits for >=RT3090 support.Damien Bergamini
2010-04-05syncDamien Bergamini
2010-04-05new Ralink PCI IDsDamien Bergamini
2010-04-05Remove a useless usbd_get_interface_descriptor.Jonathan Armani
2010-04-05fill in the the lowest aligned logical block address field. itDavid Gwynne
2010-04-05populate the logical per physical exponent of the read cap 16 reply byDavid Gwynne
2010-04-05add support for READ_CAPACITY_16.David Gwynne
2010-04-05add support for ata disks with block sizes other than 512 bytes. i haventDavid Gwynne
2010-04-04yes kids, there are amd64 machines with pcmciaTheo de Raadt
2010-04-04Reinitialize pins upon resume. Makes audio work after resume on machinesMark Kettenis
2010-04-04Attach the 2nd generation of 6000 2x2 devices even though the firmwareDamien Bergamini
2010-04-04syncDamien Bergamini
2010-04-04PCI ID for second generation of Intel Centrino Advanced-N 6200 devices.Damien Bergamini
2010-04-04syncDamien Bergamini
2010-04-04PCI ID for Atheros AR9300.Damien Bergamini
2010-04-04Fix 5GHz channels TX power settings for RT2860/RT2870 (does notDamien Bergamini
2010-04-04configure conversion for the correct direction. I guess no one hasJacob Meuser
2010-04-04avoid rounding the blocksize to 0Jacob Meuser
2010-04-03instead of returning EINVAL if an unsupported sample rate wasJacob Meuser
2010-04-03Set the RL_FLAG_MACSLEEP flag for the RTL8103E chipset.Stuart Henderson
2010-04-03You cannot save a pointer to your attach arguments and expect it to pointMark Kettenis
2010-04-03Add support for Nokia Internet Stick CS-15.Marco Pfatschbacher
2010-04-03syncMarco Pfatschbacher
2010-04-03Add Nokia Internet Stick CS-15.Marco Pfatschbacher
2010-04-03byteswap the cmdset word properly so we enable the right features onDavid Gwynne
2010-04-03remove some debug outputDavid Gwynne
2010-04-03dont allocate with M_TEMP and then free with M_DEVBUF. made even worse thatDavid Gwynne
2010-04-03add support for emulating the disk characteristics and disk limits vpdDavid Gwynne
2010-04-02add $OpenBSD$Jonathan Gray
2010-04-02SiS 190 ethernet driver ported from FreeBSD by Christopher ZimmermannTheo de Raadt
2010-04-02Remove parent/slave mode of rbus as nothing uses it.Jonathan Gray
2010-04-01Add PCI_PRODUCT_ATI_RADEON_HD4500_M to the listRobert Nagy
2010-04-01Add more dell subids found in the windows driver.Jonathan Gray
2010-04-01Add H700 now that we know the subid...Marco Peereboom
2010-03-31Bring /dev/apm support in line with apm(4). Make the suspend button sendMark Kettenis
2010-03-31Radeon HD2400 XT works. Tested by Dennis den Brok; thanks!Owain Ainsworth
2010-03-31update the inteldrm GEM interface to the newer version.Owain Ainsworth
2010-03-30Prevent the apmd/x races for good.Owain Ainsworth
2010-03-30Support Radeon Mobility HD3670; James Thackray. Thanks!Owain Ainsworth
2010-03-30syncOwain Ainsworth
2010-03-30Mobility Radeon HD3670, from James Thackray (first.last@gmail.com)Owain Ainsworth
2010-03-30Have bge_start check if there are less than 16 free send BDs and if notChristian Weisgerber
2010-03-30Do not print ac97 link rate message unless debug is enabled.David Coppa
2010-03-29Initialize various uninitialized variables. Found by jsg@ via Clang.Kenneth R Westerback
2010-03-29Add Radeon HD360 Mobility.Owain Ainsworth
2010-03-29Don't try and idle the engine via the ring if the cp is not running.Owain Ainsworth
2010-03-28put the iosize next to the register definitionsTheo de Raadt
2010-03-28Driver for microguru sensor microcontroller found on ABIT motherboards.Theo de Raadt
2010-03-28Completely overhaul optional metadata handling, allowing for multipleJoel Sing
2010-03-28tweak spacing a bit. This has been annoying me.Owain Ainsworth