aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Make uslcom compile, cut'n'paste errors from uplcom.Andrew Thompson2009-02-151-7/+7
* Remove debug.ce.mpsafenet: we no longer support running the networkRobert Watson2009-02-151-41/+7
* Remove debug.ctau.mpsafenet: we no longer support running the networkRobert Watson2009-02-151-29/+7
* Remove debug.cp.mpsafenet: we no longer support running the networkRobert Watson2009-02-151-30/+7
* Remove unneeded AND operation. We have already checked that bit is set.Alexander Motin2009-02-151-1/+1
* Enable MSI support by default. Still can be disabled using device.hints.Alexander Motin2009-02-151-18/+5
* Add initial single-vector MSI support into atapci driver.Alexander Motin2009-02-152-4/+15
* Add workaround for some ATI chips, failing to soft-resetAlexander Motin2009-02-151-5/+12
* Add SATA and PCI Advanced Features capabilities constants.Alexander Motin2009-02-151-0/+11
* MFp4 //depot/projects/usb@157699Andrew Thompson2009-02-142-58/+48
* Tunes to AHCI reset sequences:Alexander Motin2009-02-141-34/+71
* - ieee80211_chan2ieee returns an intAndrew Thompson2009-02-142-30/+74
* DEVICE_PROBE(9) claims that we must not initialize softc on probe stage.Alexander Motin2009-02-143-59/+53
* Remove unneeded execute-permissions from the USB2 device node.Ed Schouten2009-02-141-3/+3
* This commit fixes the issue with alias_sctp.c. NoRandall Stewart2009-02-141-91/+1
* Since r188030 the error value for attach is returned, this means if kbdmuxAndrew Thompson2009-02-131-7/+6
* - ieee80211_chan2ieee returns an intAndrew Thompson2009-02-131-5/+7
* MFp4 //depot/projects/usb; 157501, 157608, 157609Andrew Thompson2009-02-135-77/+29
* Add support for CMOTECH devices (not sure whether this is the correctNick Hibma2009-02-132-37/+173
* Add the Novatel U760.Andrew Thompson2009-02-131-0/+2
* Update the Self ID structure to conform to 1394a-2000.Sean Bruno2009-02-131-18/+50
* Remove redundant while () from loop.Sean Bruno2009-02-131-1/+1
* remove references to ic_statsSam Leffler2009-02-132-5/+0
* add SIOCZATHSTATS ioctl to zero driver statisticsSam Leffler2009-02-132-0/+7
* add driver stat to count tx drops due to insufficient frag buffersSam Leffler2009-02-132-3/+3
* Restore some of the link handling code that was inadvertently removed inAndrew Thompson2009-02-131-12/+41
* Add module dependency on miibus.Andrew Thompson2009-02-131-1/+3
* Receving VLAN oversized frames raise SIS_ISR_RX_ERR interrupt, soPyun YongHyeon2009-02-131-2/+3
* Recognize AR5212_AR2317_REV2 in ar5312Probe()Sam Leffler2009-02-131-0/+1
* Remove unused ifaddr and ifreq local variables.Robert Watson2009-02-121-4/+0
* Remove obsolete C preprocessor assertions.Roman Divacky2009-02-121-1/+1
* Add support for the Sunix SUN1889-based dual parallel port card.Kevin Lo2009-02-121-0/+6
* s/succeded/succeeded/ in comments.Alexander Motin2009-02-121-3/+3
* Enhance debug messages and attempt to unify them into one format where possible.Sean Bruno2009-02-121-10/+12
* Update comments around various structs.Sean Bruno2009-02-123-9/+27
* fix both instances of nameSam Leffler2009-02-111-1/+1
* fix typo in AH_CHIP definitionSam Leffler2009-02-111-1/+1
* gcc 4.3.2 examines getLowerUpperIndex() and concludes that it's notSam Leffler2009-02-111-0/+1
* Fix lptopen() and lptclose() to not trash the state of the HAVEBUS flagJohn Baldwin2009-02-111-11/+8
* All open fixes and improvements from Konstantin for which users had toAlexander Leidinger2009-02-113-7/+62
* Allocating 2 MSI messages do not seem to work on certain controllersPyun YongHyeon2009-02-111-1/+2
* Added entries for Lava SP-PCI (1 serial + 1 parallel) PCI card. TheKai Wang2009-02-112-0/+2
* don't do phantom beacon miss checking for s/w beacon miss handling,Sam Leffler2009-02-101-17/+22
* Fix shutdown prototypes.Warner Losh2009-02-103-6/+8
* Fix read_ivar prototype.Warner Losh2009-02-101-1/+1
* Fix iicbus_intr, iicbus_write and device_read_ivar prototypes...Warner Losh2009-02-104-9/+9
* fix arcmsr_attach, probe, detach, and shutdown prototypes to match newbus.Warner Losh2009-02-101-9/+9
* Don't reset the PHY probe retry counter within the loop soMarius Strobl2009-02-101-1/+1
* mark the CLR key installed for open auth stations such that it is reclaimedSam Leffler2009-02-101-0/+2
* add hw.ath.bstuck to control the stuck beacon thresholdSam Leffler2009-02-101-2/+6