summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix build breakage.jhb2008-10-222-3/+4
* Remove the debug flag.n_hibma2008-10-221-1/+0
* Add a device ID for the Ovation MC950D (Novatel Wireless HSUPA modem).n_hibma2008-10-211-0/+1
* Add HDA multimedia subclass.mav2008-10-212-0/+2
* Add "SD host controller" subclass name.mav2008-10-211-0/+1
* Import sdhci (PCI SD Host Controller) driver.mav2008-10-212-0/+1720
* Restore the default maximum segment size for the bus dma tag to 64k as itjhb2008-10-211-1/+1
* Several cleanups to remove the need for explicit unit numbers and a fewjhb2008-10-2116-194/+156
* Remove unused age_txdqkevlo2008-10-211-2/+0
* No need to sync descriptors twice in age_rxintr()kevlo2008-10-211-6/+0
* Make HDA PCM device boot and sndstat messages more alike to PCI device ones.mav2008-10-201-5/+21
* Tune boot messages a bit.mav2008-10-201-4/+4
* fix static key wep; r183248 caused drivers to be called for keys to besam2008-10-191-1/+2
* Coalesce sequentional BIO_DELETE requests to slightly relax size and alignmentmav2008-10-181-8/+23
* Implement BIO_DELETE command with MMC and SD erase commands.mav2008-10-184-149/+333
* - For chipsets that can't do 64k transfers, fall back to 32k transfersjhb2008-10-174-5/+5
* Wireless Mouse device of Sony VGP-WRC1 mouse/keyboard receiver has thebrooks2008-10-172-0/+3
* Track number of packets transmitted and number of packets receivedkmacy2008-10-171-1/+6
* Some 88E1149 PHY's page select is initialized to point to otheryongari2008-10-171-0/+14
* Rewrite the driver to better support the Huawei devices. It should now supportn_hibma2008-10-153-252/+294
* Use bus_{read,write}_4(9) instead of bus_space_{read,write}_4(9)marius2008-10-142-10/+3
* Use xpt_register_async() in order to remove code duplication.marius2008-10-141-7/+3
* Add all Sigmatel/IDT codecs I could find.mav2008-10-141-12/+93
* Remove the 'old' Novatel MC950D entry which was slightly incorrect, NetBSD hasthompsa2008-10-141-1/+0
* Rewrite Synaptics touchpads support with the following goals in mind:dumbbell2008-10-141-175/+982
* Add back in the (incorrect) entry for the MC950D, as requested by Andrewn_hibma2008-10-141-0/+1
* Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. Thisnwhitehorn2008-10-141-7/+5
* Move all the hacks for the Huawei, Novatel and Qualcomm cards into a stubn_hibma2008-10-142-74/+122
* Fix a comment.n_hibma2008-10-141-9/+8
* - Fix the naming of the MC950D device.n_hibma2008-10-142-4/+3
* Marvell Gigabit Ethernet controller driver.raj2008-10-142-0/+2123
* Mbus attachment for USB EHCI integrated controller on Marvell chips.raj2008-10-143-2/+342
* Make sure to read the last byte of EEPROM descriptor. Previouslyyongari2008-10-141-5/+5
* - Add better support for Huawei cards, by attaching as an interface driver.n_hibma2008-10-132-94/+97
* - Only refuse to attach to the first interface on the Huawei cards as forn_hibma2008-10-131-6/+23
* Introduce basic support for Marvell families of system-on-chip ARM devices:raj2008-10-132-0/+171
* Correct memory leak of info->rects. Previously we would free info, butrnoland2008-10-131-11/+9
* Rework memory allocation to allocate memory with different type names. Thisrnoland2008-10-1323-171/+182
* The linux list compat code had an error which prevented list_for_each_safe()rnoland2008-10-131-2/+2
* Correct the interrupt handling in the Intel i915 driver.rnoland2008-10-131-11/+16
* Several of the newer radeon cards have moved around the registers for enablingrnoland2008-10-133-24/+61
* Add support for Radeon rs740 (HD 2100)rnoland2008-10-133-9/+23
* Change the way we enable the BMAC cell in macio. Instead of calling thenwhitehorn2008-10-131-9/+13
* Revert r179409; it breaks all OX16PCI954-based cards except the SIIG 4.des2008-10-131-4/+4
* Read PCI device id instead of PCI revision id. Also checks the readyongari2008-10-132-2/+4
* Bump driver revision after the previous commit.mav2008-10-121-1/+1
* Fix bug in a second call of the channel allocation function.mav2008-10-121-2/+1
* Use GB suffix only from 10GB instead of 1GB.mav2008-10-121-1/+1
* style(9): spaces around operators.imp2008-10-121-8/+12
* Print the cards natural size.imp2008-10-121-24/+58
OpenPOWER on IntegriCloud