aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Correct the WOL magic value.David E. O'Brien2006-10-161-1/+1
* Try to be more precise in identifying the various nForce networking adapters.David E. O'Brien2006-10-161-14/+14
* - Inverted EAPD quirk for ASUS A8Jc.Ariff Abdullah2006-10-161-17/+17
* Remove some debugging code that accidentally crept in.Scott Long2006-10-161-3/+1
* - Add a command validator for use in debugging.Scott Long2006-10-165-53/+425
* Overhaul the transmit and dma paths:Scott Long2006-10-152-219/+121
* Wrap debug printfs into SEQ_DEBUG() to avoid kernel messages clutterAriff Abdullah2006-10-151-19/+19
* Fix the wraparound of memsize >=2GB.Seigo Tanimura2006-10-151-2/+3
* Simplify the arguments to bce_tx_encap.Scott Long2006-10-141-17/+14
* More small whitespace cleanupsScott Long2006-10-141-4/+4
* Don't copy the bd_chain head pointers into temporary objects, they areScott Long2006-10-142-7/+3
* Fix some whitespaceScott Long2006-10-131-95/+95
* ipmi_polled_enqueue_request() is already called with the lock held, justJohn Baldwin2006-10-121-2/+2
* - Fix support for ASUS U5F laptop. This laptop (and possibly others)Ariff Abdullah2006-10-121-3/+23
* Fix support for IBM/Lenovo Thinkcentre M52 series. Its vendorid / 0x1014Ariff Abdullah2006-10-121-16/+44
* Remove redundant casts. The casts inside the macros should beWarner Losh2006-10-121-4/+4
* 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