summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-2240-106/+103
* Intialize interrupt moderation control register. The magic valueyongari2010-04-221-0/+3
* Now that we properly set write-combining on the pages that back the GART,rnoland2010-04-222-5/+8
* re-write scatter gather memory allocation yet again...rnoland2010-04-226-113/+62
* Rework how drm maps are handled.rnoland2010-04-2223-168/+201
* Also add the usb mode to the devd string as the usb controller can work in boththompsa2010-04-211-0/+4
* Change usb devd events from fake attach to a notify. The ugen device is not athompsa2010-04-211-4/+94
* Use correct bus_dma_tag_t for TX frames.bschmidt2010-04-211-2/+4
* It's not necessary to reset the chip every time an input overflow eventbrucec2010-04-201-12/+3
* With r206844, CSUM_TCP is also set for CSUM_TSO case. Modifyyongari2010-04-196-133/+125
* Revert r206755. It causes some laptops to stop booting.rpaulo2010-04-191-1/+0
* Remove IPW_LOCK_DECL and fix various LORs.bschmidt2010-04-172-22/+16
* Use iv_appie_wpa, with this commit WPA works again.bschmidt2010-04-171-2/+2
* - Make ipw usable again by moving directly into ASSOC state.bschmidt2010-04-171-1/+7
* Pass correct RSSI to ieee80211_input*().bschmidt2010-04-171-2/+2
* Fix comment about ipw_assoc and remove some whitespaces; no functionalbschmidt2010-04-171-6/+6
* Add another ICH7M chipset that works.rpaulo2010-04-171-0/+1
* Remove the tx queue selection based on the cpu whejfv2010-04-161-13/+15
* - Fix a typo OFFCORE_REQUESTS.ANY.RFO is B0H10H and not 80H10H.fabient2010-04-152-2/+3
* Fix include path.yongari2010-04-151-1/+1
* Add missing IFCAP_LINKSTATE to mxgegallatin2010-04-151-1/+1
* Cleanup if_media handling in mxge(4)gallatin2010-04-152-44/+79
* Explicitly enable PCI busmastering on attach.mav2010-04-151-0/+1
* Use the UIPROTO_BOOT_KEYBOARD #define from usb.h rather than a localgavin2010-04-141-3/+1
* Add a missing fragment in the tx msix handler to invokejfv2010-04-142-16/+31
* Add driver for Silicon Integrated Systems SiS190/191 Fast/Gigabit Ethernet.yongari2010-04-142-0/+2095
* Remove multiqueue stack related stuff form lem, it isjfv2010-04-141-159/+5
* For early ALI chips do not announce I/O sizes that require unsupportedmav2010-04-141-1/+4
* Eliminate duplicate commentkevlo2010-04-141-1/+0
* Add Agere ET1011 PHY which is found on Belkin F5D5055 USByongari2010-04-132-1/+6
* Use enums in the aac_command_status_table rather than duplicating the sameemaste2010-04-131-36/+36
* The Quanta Q101 modem has a different type of cdrom driver disk,kevlo2010-04-132-0/+2
* Sync some minor items with the upstream driver. Should have no functionalemaste2010-04-134-4/+8
* Whitespace cleanup, in advance of next sync with Adaptec's driver. Noemaste2010-04-137-102/+102
* Remove svn:executable prop.rpaulo2010-04-121-0/+0
* Declare all functions as static.bschmidt2010-04-111-218/+218
* Hook ieee80211_media_change() to ieee80211_vap_attach().bschmidt2010-04-111-2/+1
* iwn5000_reset_sched() is not used; #ifdef it.bschmidt2010-04-111-0/+4
* Add some missing protoypes.bschmidt2010-04-111-1/+26
* The lock move in rxeof necessitated a couplejfv2010-04-101-0/+5
* Add WPA-None support:bschmidt2010-04-101-2/+8
* Add sbbc(4), a driver for the BootBus controller found in Serengeti andmarius2010-04-102-0/+12
* Correct broken build.jfv2010-04-101-1/+1
* iwn4965_set_txpower() uses maxpwr from EEPROM to calculate the power tobschmidt2010-04-101-0/+4
* * Rename bluetooth coexistence flags, no binary change.bschmidt2010-04-103-24/+57
* Small whitespace cleanup.bschmidt2010-04-101-10/+8
* A few more changes from yongari:jfv2010-04-092-7/+13
* Add preliminary support for 8168E/8111E PCIe controller.yongari2010-04-091-2/+12
* DUH, must be tired, I missed the second instance...jfv2010-04-091-1/+1
* Thanks to Michael Tuexen for catching this, bit set thatjfv2010-04-091-1/+1
OpenPOWER on IntegriCloud