aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Using the ptr defines broke the powerpc build - convert set_mmfsa to the sameKip Macy2006-10-111-2/+2
* Remind firmware of the ESSID to use in a directed scan. This fixes scanningMax Laier2006-10-101-3/+17
* correct diag request to fetch isr state on fatal interruptsSam Leffler2006-10-091-1/+1
* Fix style(9) nits.Jung-uk Kim2006-10-091-38/+37
* Fix 32-bit PTE in the GART table.Jung-uk Kim2006-10-091-1/+3
* provide routines to access VPD data at the PCI layer...John-Mark Gurney2006-10-096-182/+397
* kernel clean up to make the sun4v kernel buildKip Macy2006-10-092-0/+59
* Added few more pci ids for Intel, ATI, NVidia, VIA and SiS.Ariff Abdullah2006-10-081-2/+30
* Remove unnecessary test case. (As written, that branch will neverAlexander Leidinger2006-10-081-2/+0
* Add missing PCI ID for the acer m5288Søren Schmidt2006-10-081-0/+1
* Add a USB umass(4) quirk for Panasonic KXL-840AN CD-R drive.Florent Thoumie2006-10-072-0/+5
* Add a USB quirk for CMOTECH CDMA USB modem.Florent Thoumie2006-10-072-0/+5
* Add a USB quirk for Motorola A41x/V32x USB phones.Florent Thoumie2006-10-072-0/+3
* Add support for Novatech NV902 wireless NIC in ural(4).Florent Thoumie2006-10-072-0/+5
* Add support for Epson Stylus CX4200 in uscanner(4).Florent Thoumie2006-10-072-0/+2
* Add support for Psion Gold Port Ethernet USB NIC.Florent Thoumie2006-10-072-0/+4
* Add support for Netgear FA101 ethernet USB NIC.Florent Thoumie2006-10-072-0/+2
* Add a quirk for the Belkin FC6550-AVR UPS.Florent Thoumie2006-10-072-0/+3
* Add support for Familiar Linux powered iPaq handhelds to cdce(4).Florent Thoumie2006-10-072-0/+2
* Add quirk for Logitech iFeel MouseMan USB mouse.Florent Thoumie2006-10-072-1/+3
* - Add support for Epson USB Scanners (3590 [1] and 4990 [2]).Florent Thoumie2006-10-072-0/+4
* fix fxp so that it will reset the link when you change the speed... ThisJohn-Mark Gurney2006-10-061-0/+5
* - Fix wrong id for ALC882, add ALC883 id.Ariff Abdullah2006-10-062-281/+484
* Actually make bounds checking for PCIOCREAD and PCIOCWRITE work.Ruslan Ermilov2006-10-061-6/+8
* The IPMI spec is ambiguous (or rather, it contradicts itself) about whetherJohn Baldwin2006-10-051-4/+4
* Add detailed debugging printf's for SMIC under SMIC_DEBUG.John Baldwin2006-10-051-2/+50
* Oops, don't toss the last character read during an SMIC transaction withJohn Baldwin2006-10-051-2/+0
* o Add Adaptec ServeRAID 7x IDs. IDs taken from Linux.Maxim Konovalov2006-10-052-2/+8
* Remove 3Com 985 deviceid that is really ti(4).Gleb Smirnoff2006-10-032-3/+1
* Fix compile in non-debug case.Ian Dowse2006-10-032-4/+2
* aic_pccard_products can be static.Warner Losh2006-10-031-1/+1
* When changing the device address and max packet size in usbd_new_device(),Ian Dowse2006-10-033-21/+18
* Don't attempt to insert the transfer in an error case where it hasIan Dowse2006-10-031-2/+0
* Backout remaining changes that make most AD1981B users unhappy.Ariff Abdullah2006-10-021-0/+2
* Use utc_offset() where applicable, and hide the internals of itPoul-Henning Kamp2006-10-021-3/+1
* Trim trailing whitespace.John Baldwin2006-10-021-11/+11
* - Streamline quirks management for a better future.Ariff Abdullah2006-10-021-96/+122
* Ignore the UKBD_DFLT_KEYMAP option when compiling as a module.Ruslan Ermilov2006-10-021-1/+1
* Disable ad1981_patch for now until the real solution can be foundAriff Abdullah2006-10-021-0/+2
* Make this buildable on IA64.Ariff Abdullah2006-10-021-0/+2
* First part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-022-2/+2
* snd_ak452x is replaced by snd_spicds and snd_envy24ht is new.Alexander Leidinger2006-10-011-1/+2
* Various cleanups. Revert DMA alignmnet back to 2 since the originalAriff Abdullah2006-10-012-96/+167
* Connect snd_hda(4) to build process...Ariff Abdullah2006-10-011-0/+1
* Add support for Intel High Definition Audio Controller.Ariff Abdullah2006-10-015-0/+6480
* Driver for Envy24HT (ICE1724 or VT1724)-based cards likeAlexander Leidinger2006-09-302-1172/+875
* Remove the ak452x code, superseeded by spicds.Alexander Leidinger2006-09-302-338/+0
* - fix memory leak, when "number of adcs" != "number of dacs"Alexander Leidinger2006-09-301-24/+17
* After repo copy from ak452x.[ch]: SPIcds is the I2S SPI audio codec codeAlexander Leidinger2006-09-302-72/+192
* Nuke OSSV4_EXPERIMENT ifdefs from kludgy MIXER_SIZE definitionAriff Abdullah2006-09-301-4/+0