aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix building with GCC 4.2: ensure types are defined before refering to them.David E. O'Brien2006-06-295-5/+5
* Since 5714 family doesn't have Jumbo ring, we do not supportGleb Smirnoff2006-06-291-3/+0
* Comment fix.Takanori Watanabe2006-06-291-2/+2
* Willcom WSIM DD support.Takanori Watanabe2006-06-292-1/+4
* Properly detect the RTL8168(B?) again. RealTek sent me a bunch of sampleBill Paul2006-06-281-1/+4
* Dont call free on non-alloc'd items.Søren Schmidt2006-06-281-2/+4
* Update AHCI support to be more generic.Søren Schmidt2006-06-282-67/+104
* - Recognize more device IDs adding support for BCM5754, BCM5755,Gleb Smirnoff2006-06-282-34/+44
* Fix breakage of CHIP_I855 in the last revision.Eric Anholt2006-06-271-3/+4
* Add a pure open source nForce Ethernet driver, under BSDL.David E. O'Brien2006-06-263-999/+1484
* Add support for the RealTek 8169SC/8110SC and RTL8101E devices. TheBill Paul2006-06-262-145/+270
* This commit was generated by cvs2svn to compensate for changes in r159952,David E. O'Brien2006-06-263-0/+2009
|\
| * Import the nfe (nForce Ethernet) driver from OpenBSD.David E. O'Brien2006-06-263-0/+2009
* VMWare ESX reports > 16 targets for the LSI-LogicMatt Jacob2006-06-261-0/+6
* enable rx of control frames when in monitor modeSam Leffler2006-06-261-0/+4
* Close race in handling mcast traffic when operating as an ap withSam Leffler2006-06-262-39/+104
* Replace the three copies of the list of pci ids with a single centralized list.Eric Anholt2006-06-251-143/+122
* Major Fixes:Matt Jacob2006-06-254-28/+45
* new statsSam Leffler2006-06-231-1/+3
* Clean up style and some printf messages. Note that returning anything otherNate Lawson2006-06-221-94/+60
* Fix a potential problem when mfi_get_log_state and onlyPaul Saab2006-06-201-2/+4
* Instead of using scsi probes to do device discovery, use the firmwarePaul Saab2006-06-205-214/+178
* Fix a typo when getting the log_state and set the flags on thePaul Saab2006-06-201-1/+1
* Cleanup dcmd firmware processing into a single function, mfi_dcmd_commandPaul Saab2006-06-201-85/+95
* - Push Giant down into linker_reference_module().John Baldwin2006-06-201-3/+3
* Clean up some comments and device printf failures in mfi_get_log_statePaul Saab2006-06-201-6/+3
* Add a forgotten ","Matteo Riondato2006-06-191-1/+1
* Add Hamlet eXagerate XURS232 USB-Serial adapterMatteo Riondato2006-06-191-0/+2
* Fix type casts so that we get at the right response queue.Søren Schmidt2006-06-191-7/+10
* Trival whitespace change.David E. O'Brien2006-06-191-1/+0
* Remove two debugging printfsPaul Saab2006-06-191-2/+0
* Add support for the Aceeca Mez1000 RDA.Alexander Leidinger2006-06-182-0/+5
* Add support for:Alexander Leidinger2006-06-181-0/+2
* Add support for:Alexander Leidinger2006-06-181-0/+8
* Add Epson Perfection 1270 scanner. All other scanners in the PR are alreadyAlexander Leidinger2006-06-182-0/+2
* When attaching an Xbox 360 gamepad a computer, the LED on the gamepadAlexander Leidinger2006-06-181-0/+6
* - Rename hw.snd.unit to hw.snd.default_unit to make the purpose more obvious.Alexander Leidinger2006-06-1810-15/+61
* Correct the names or some Adaptec and ICP devices, verified by theChristian Brueffer2006-06-171-9/+9
* Load the envy24 driver in the meta-module too.Alexander Leidinger2006-06-171-0/+2
* - fix compatibility with newer versions of FreeBSDAlexander Leidinger2006-06-174-58/+184
* dd the envy24 driver as is to the tree. It's not connected to the buildAlexander Leidinger2006-06-178-0/+6530
* Remove the snd_es1888 module now that it isn't build anymore.Alexander Leidinger2006-06-171-1/+0
* Possess some work from OpenBSD, with some local additions.Gleb Smirnoff2006-06-152-293/+382
* Much to my surprise, IFQ_DRV_DEQUEUE() can return a null mbuf even ifAndrew Gallatin2006-06-141-13/+11
* Replace a sc->ifp->if_snd.ifq_drv_maxlen with IFQ_SET_MAXLEN(),Andrew Gallatin2006-06-141-1/+2
* Remove the initial myri10ge driver, now that it has beenAndrew Gallatin2006-06-146-4335/+0
* Update the mxge driver.Andrew Gallatin2006-06-145-1704/+2005
* Fix missing \n and when there are no arg's that means just print outDoug Ambrisko2006-06-131-8/+11
* - Complete the myri10ge -> mxge name change by doing a mechanicalAndrew Gallatin2006-06-133-443/+425
* Need machine/bus.h here tooWarner Losh2006-06-121-0/+1