summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Make life for owners of Synaptics Touchpads more pleasant :-)philip2005-01-101-11/+207
* don't pollute global namespace with valid_Ether_p, instead, prependimp2005-01-105-24/+24
* NE200 -> NE200Timp2005-01-101-1/+1
* Tweaks to the name of this card, based on input from Sean Shapira.imp2005-01-101-1/+1
* Remove matcd. It isn't in the build, has issues and can be retired.imp2005-01-106-4133/+0
* Add support for:imp2005-01-101-0/+1
* Add Eagle NE200 Ethernet LAN MBH10302 card. This appears to be a feimp2005-01-101-0/+1
* Free the shared devq last since CAM expects it to be there ifdwhite2005-01-102-5/+11
* fix a "little-endian-big-endian confusion that luckily:julian2005-01-091-2/+2
* correct direction for bus_dma sync of rx buffersam2005-01-091-1/+1
* Use uint32_t instead of u_long when appropriate.cognet2005-01-091-64/+64
* Remove support for FreeBSD < 4.recent from this driver.imp2005-01-087-35/+1
* Remove vnode.h and adjust includes to compensate for pollution.imp2005-01-085-6/+13
* In total violation of at least 4 sections in the ACPI spec, some systemsnjl2005-01-081-19/+26
* Fix typo from previous commit.scottl2005-01-071-0/+1
* Add a default driver to attach to the "hidden" scsi channels of the Dellscottl2005-01-071-0/+62
* /* -> /*- for license, minor formatting changesimp2005-01-0713-15/+15
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-062-2/+2
* Unbreak the tinderbox, make this compile.maxim2005-01-061-1/+1
* Clear PCIM_CMD_SERRESPEN and PCIM_CMD_PERRESPEN for broken hardware.simokawa2005-01-061-1/+2
* Make this compile from the last commitscottl2005-01-061-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-06774-868/+886
* add copyright notice to something I wrote that didn't have oneimp2005-01-061-1/+1
* Fix KASSERT inversion that was introduced in 1.150, resulting in instantkeramida2005-01-051-1/+1
* Add support for Chase/Perle PCI FAST-4 4 port serial cards which appearwilko2005-01-051-0/+36
* Changes corresponding to the 9.1.5.2 release of twa on the 3ware website.vkashyap2005-01-058-19555/+22218
* Add needed synchronization to the error handling code that was introducedalc2005-01-051-0/+6
* Fix comment. One of the two "Step 4" shuold be a "step 5"julian2005-01-051-1/+1
* Disable checksum offloading by default. It seems to produce corrupted packetscognet2005-01-051-2/+2
* Allow fxp(4) cards with a revision id of 0 to use the 82503 serialmux2005-01-041-1/+1
* return after freeing data element, instead of falling through, and usingjmg2005-01-041-0/+1
* Reduce diffs to work in progress before checking in serious changes.philip2005-01-031-19/+20
* Remove comment that doesn't seem to be true and add comments describingjulian2005-01-031-17/+16
* A much simpler way to work out if the required transfer can be done in 2julian2005-01-031-3/+2
* Add support for the Pixelview PlayTVjulian2005-01-022-1/+14
* In re_detach(), remove an extra call to ether_ifdetach().cognet2005-01-021-1/+0
* Corrected a workaround that should only be applied to one adapter. Workaroundtackerman2005-01-011-2/+14
* Added device id support for Intel 82541ER and 82546GB dual port PCIE adapter.tackerman2005-01-011-0/+2
* Further update to the Promise code.sos2005-01-011-39/+70
* Attempt to fix Symbios driver on amd64. The private memory allocationse2005-01-011-0/+10
* Eliminate some of the egregious bypass of the 802.11 statesam2005-01-011-18/+20
* Fix last second typos that crept in :-(.imp2004-12-311-2/+2
* bump copyright for 2005sam2004-12-319-9/+9
* Implement mimimum system software delays, per PCI PM 1.1 spec, asimp2004-12-311-38/+55
* correct some typossam2004-12-311-4/+4
* Radiotap fixups:sam2004-12-312-21/+69
* for parts that require split keycache entries report thesam2004-12-311-1/+4
* Correct beacon timer setup logic:sam2004-12-311-15/+14
* no need to sweep the tx q's for node references in ath_node_free; we knowsam2004-12-311-29/+0
* cleanup some assertionssam2004-12-311-12/+6
OpenPOWER on IntegriCloud