summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add a USB umass(4) quirk for Panasonic KXL-840AN CD-R drive.flz2006-10-072-0/+5
* Add a USB quirk for CMOTECH CDMA USB modem.flz2006-10-072-0/+5
* Add a USB quirk for Motorola A41x/V32x USB phones.flz2006-10-072-0/+3
* Add support for Novatech NV902 wireless NIC in ural(4).flz2006-10-072-0/+5
* Add support for Epson Stylus CX4200 in uscanner(4).flz2006-10-072-0/+2
* Add support for Psion Gold Port Ethernet USB NIC.flz2006-10-072-0/+4
* Add support for Netgear FA101 ethernet USB NIC.flz2006-10-072-0/+2
* Add a quirk for the Belkin FC6550-AVR UPS.flz2006-10-072-0/+3
* Add support for Familiar Linux powered iPaq handhelds to cdce(4).flz2006-10-072-0/+2
* Add quirk for Logitech iFeel MouseMan USB mouse.flz2006-10-072-1/+3
* - Add support for Epson USB Scanners (3590 [1] and 4990 [2]).flz2006-10-072-0/+4
* fix fxp so that it will reset the link when you change the speed... Thisjmg2006-10-061-0/+5
* - Fix wrong id for ALC882, add ALC883 id.ariff2006-10-062-281/+484
* Actually make bounds checking for PCIOCREAD and PCIOCWRITE work.ru2006-10-061-6/+8
* The IPMI spec is ambiguous (or rather, it contradicts itself) about whetherjhb2006-10-051-4/+4
* Add detailed debugging printf's for SMIC under SMIC_DEBUG.jhb2006-10-051-2/+50
* Oops, don't toss the last character read during an SMIC transaction withjhb2006-10-051-2/+0
* o Add Adaptec ServeRAID 7x IDs. IDs taken from Linux.maxim2006-10-052-2/+8
* Remove 3Com 985 deviceid that is really ti(4).glebius2006-10-032-3/+1
* Fix compile in non-debug case.iedowse2006-10-032-4/+2
* aic_pccard_products can be static.imp2006-10-031-1/+1
* When changing the device address and max packet size in usbd_new_device(),iedowse2006-10-033-21/+18
* Don't attempt to insert the transfer in an error case where it hasiedowse2006-10-031-2/+0
* Backout remaining changes that make most AD1981B users unhappy.ariff2006-10-021-0/+2
* Use utc_offset() where applicable, and hide the internals of itphk2006-10-021-3/+1
* Trim trailing whitespace.jhb2006-10-021-11/+11
* - Streamline quirks management for a better future.ariff2006-10-021-96/+122
* Ignore the UKBD_DFLT_KEYMAP option when compiling as a module.ru2006-10-021-1/+1
* Disable ad1981_patch for now until the real solution can be foundariff2006-10-021-0/+2
* Make this buildable on IA64.ariff2006-10-021-0/+2
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-022-2/+2
* snd_ak452x is replaced by snd_spicds and snd_envy24ht is new.netchild2006-10-011-1/+2
* Various cleanups. Revert DMA alignmnet back to 2 since the originalariff2006-10-012-96/+167
* Connect snd_hda(4) to build process...ariff2006-10-011-0/+1
* Add support for Intel High Definition Audio Controller.ariff2006-10-015-0/+6480
* Driver for Envy24HT (ICE1724 or VT1724)-based cards likenetchild2006-09-302-1186/+889
* Remove the ak452x code, superseeded by spicds.netchild2006-09-302-338/+0
* - fix memory leak, when "number of adcs" != "number of dacs"netchild2006-09-301-24/+17
* After repo copy from ak452x.[ch]: SPIcds is the I2S SPI audio codec codenetchild2006-09-302-72/+192
* Nuke OSSV4_EXPERIMENT ifdefs from kludgy MIXER_SIZE definitionariff2006-09-301-4/+0
* The addition of few more 32bit integer into struct snd_mixer causingariff2006-09-301-2/+2
* Back out rev. 1.152 as it was breaking vlan tag insertion when vlan tagandre2006-09-291-0/+39
* Fix pointer dereference before NULL pointer checking.ariff2006-09-291-1/+3
* Small style and comment adjustments.andre2006-09-291-4/+6
* Remove manual vlan header insertion in em_encap(). It is unnecessary as theandre2006-09-291-36/+5
* Change em_transmit_checksum_setup() to deal with already inserted vlan headers,andre2006-09-291-47/+107
* Change em_tso_setup() to deal with already inserted vlan headers, IP optionsandre2006-09-291-36/+120
* Only advertize IFCAP_TSO4 capabilities. IPv6 is not yet supported.andre2006-09-291-4/+4
* Handle all error cases from bus_dmamap_load_mbuf_sg(). Those are:andre2006-09-291-5/+21
* SNDCTL_TMR_{START,STOP,CONTINUE} don't take an argument.ru2006-09-291-4/+8
OpenPOWER on IntegriCloud