summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Have sio return BIS_PROBE_DEFAULT like all the other drivers in theimp2006-06-301-2/+2
* Fix building with GCC 4.2: ensure types are defined before refering to them.obrien2006-06-295-5/+5
* Since 5714 family doesn't have Jumbo ring, we do not supportglebius2006-06-291-3/+0
* Comment fix.takawata2006-06-291-2/+2
* Willcom WSIM DD support.takawata2006-06-292-1/+4
* Properly detect the RTL8168(B?) again. RealTek sent me a bunch of samplewpaul2006-06-281-1/+4
* Dont call free on non-alloc'd items.sos2006-06-281-2/+4
* Update AHCI support to be more generic.sos2006-06-282-67/+104
* - Recognize more device IDs adding support for BCM5754, BCM5755,glebius2006-06-282-34/+44
* Fix breakage of CHIP_I855 in the last revision.anholt2006-06-271-3/+4
* Add a pure open source nForce Ethernet driver, under BSDL.obrien2006-06-263-999/+1484
* Add support for the RealTek 8169SC/8110SC and RTL8101E devices. Thewpaul2006-06-262-145/+270
* This commit was generated by cvs2svn to compensate for changes in r159952,obrien2006-06-263-0/+2009
|\
| * Import the nfe (nForce Ethernet) driver from OpenBSD.obrien2006-06-263-0/+2009
* VMWare ESX reports > 16 targets for the LSI-Logicmjacob2006-06-261-0/+6
* enable rx of control frames when in monitor modesam2006-06-261-0/+4
* Close race in handling mcast traffic when operating as an ap withsam2006-06-262-39/+104
* Replace the three copies of the list of pci ids with a single centralized list.anholt2006-06-251-143/+122
* Major Fixes:mjacob2006-06-254-28/+45
* new statssam2006-06-231-1/+3
* Clean up style and some printf messages. Note that returning anything othernjl2006-06-221-94/+60
* Fix a potential problem when mfi_get_log_state and onlyps2006-06-201-2/+4
* Instead of using scsi probes to do device discovery, use the firmwareps2006-06-205-214/+178
* Fix a typo when getting the log_state and set the flags on theps2006-06-201-1/+1
* Cleanup dcmd firmware processing into a single function, mfi_dcmd_commandps2006-06-201-85/+95
* - Push Giant down into linker_reference_module().jhb2006-06-201-3/+3
* Clean up some comments and device printf failures in mfi_get_log_stateps2006-06-201-6/+3
* Add a forgotten ","matteo2006-06-191-1/+1
* Add Hamlet eXagerate XURS232 USB-Serial adaptermatteo2006-06-191-0/+2
* Fix type casts so that we get at the right response queue.sos2006-06-191-7/+10
* Trival whitespace change.obrien2006-06-191-1/+0
* Remove two debugging printfsps2006-06-191-2/+0
* Add support for the Aceeca Mez1000 RDA.netchild2006-06-182-0/+5
* Add support for:netchild2006-06-181-0/+2
* Add support for:netchild2006-06-181-0/+8
* Add Epson Perfection 1270 scanner. All other scanners in the PR are alreadynetchild2006-06-182-0/+2
* When attaching an Xbox 360 gamepad a computer, the LED on the gamepadnetchild2006-06-181-0/+6
* - Rename hw.snd.unit to hw.snd.default_unit to make the purpose more obvious.netchild2006-06-1810-15/+61
* Correct the names or some Adaptec and ICP devices, verified by thebrueffer2006-06-171-9/+9
* Load the envy24 driver in the meta-module too.netchild2006-06-171-0/+2
* - fix compatibility with newer versions of FreeBSDnetchild2006-06-174-58/+184
* dd the envy24 driver as is to the tree. It's not connected to the buildnetchild2006-06-178-0/+6530
* Remove the snd_es1888 module now that it isn't build anymore.netchild2006-06-171-1/+0
* Possess some work from OpenBSD, with some local additions.glebius2006-06-152-293/+382
* Much to my surprise, IFQ_DRV_DEQUEUE() can return a null mbuf even ifgallatin2006-06-141-13/+11
* Replace a sc->ifp->if_snd.ifq_drv_maxlen with IFQ_SET_MAXLEN(),gallatin2006-06-141-1/+2
* Remove the initial myri10ge driver, now that it has beengallatin2006-06-146-4335/+0
* Update the mxge driver.gallatin2006-06-145-1704/+2005
* Fix missing \n and when there are no arg's that means just print outambrisko2006-06-131-8/+11
* - Complete the myri10ge -> mxge name change by doing a mechanicalgallatin2006-06-133-443/+425
OpenPOWER on IntegriCloud