summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* When configuring a system-wide couting PMC, hwpmc was incorrectly logging pro...rstone2010-05-011-9/+9
* The Atheros AR71xx CPUs, when paired with the AR5212 parts, has a bugimp2010-05-011-0/+8
* Add Marvell PHYG65G Gigabit PHY which is found on 88E8059 Yukon Optima.yongari2010-04-302-0/+3
* Add basic support for Marvell 88E8059 Yukon Optima.yongari2010-04-302-3/+23
* Disable non-ASF packet flushing on Yukon Extreme as vendor's driveryongari2010-04-302-0/+7
* Add Target/LUN ID checks.mav2010-04-301-39/+26
* Add Target/LUN ID checks and deny access to targets 1-14 when PMP absent.mav2010-04-301-39/+28
* Add Target/LUN ID checks and deny access to targets 1-14 when PMP absent.mav2010-04-301-39/+30
* - Enable flow control.davidch2010-04-302-791/+962
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-301-0/+2
* Both RX_GMF_LP_THR and RX_GMF_UP_THR must be 16 bits register. Ifyongari2010-04-302-4/+4
* - Pass flow control settings back to bce(4).davidch2010-04-291-6/+4
* Enable VLAN hardware tag insertion/stripping. Due to lack of SiS190yongari2010-04-292-6/+60
* Enable FCS stripping and padding 10 bytes bit of RX MAC controlyongari2010-04-292-5/+32
* Explicitly marks SiS190 to differentiate it from SiS191.yongari2010-04-292-1/+2
* Remove wrong link state chage.yongari2010-04-291-1/+0
* Preserve unknown bits of RX MAC control register when driveryongari2010-04-291-15/+16
* On certain chipsets AT keyboard controller isn't present and issobomax2010-04-294-16/+69
* Merge ACPICA 20100428.jkim2010-04-281-15/+10
* Address the LOD that some are seeing, put the RX lockjfv2010-04-281-10/+13
* Initialize the callout structure earlier in attach before calling anyjhb2010-04-281-1/+1
* Change default WOL back to MAGIC only, havingjfv2010-04-281-2/+2
* Remove dead code. Calculated greatest common divisor was not used at all.jkim2010-04-281-11/+0
* - Extract the IODEV_PIO interface from ia64 and make it MI.attilio2010-04-282-9/+181
* fx->lock is used as an index, correct test case.rnoland2010-04-281-1/+1
* On sparc64 obtain the initiator ID to be used for SPI HBAs from themarius2010-04-273-1/+16
* Replace a magic value with the appropriate macro.marius2010-04-271-2/+3
* - On sparc64 obtain the initiator ID from the Open Firmware device treemarius2010-04-271-4/+9
* Take advantage of OF_getscsinitid().marius2010-04-271-3/+1
* It seems ale(4) controllers do not like to see TCP payload in theyongari2010-04-261-4/+33
* For the on-board interfaces found in Fujitsu SPARC64 machines obtain themarius2010-04-261-1/+1
* Mark ATA channel as idle on timeout in non-ATA_CAM mode.mav2010-04-261-1/+1
* ifp->if_ipackets++ when RX packet interrupts are occurred.weongyo2010-04-241-0/+2
* remove vm obect tracker that slipped in from prior work.rnoland2010-04-241-1/+0
* Address some WITNESS panics that occur when using the via driver.rnoland2010-04-234-8/+10
* Use a more obvious prefix for the USB control (endpoint 0) transfers ratherthompsa2010-04-229-55/+55
* Properly name the sxlocks, mutexes and condvars.thompsa2010-04-225-31/+33
* Use SX_DUPOK rather than making the string unique.thompsa2010-04-221-2/+2
* 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
OpenPOWER on IntegriCloud