summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Get rid of D_PSEUDO.ed2011-10-183-5/+2
* FDT support for MIPS.jchandra2011-10-182-1/+62
* Add in a currently-disabled WAR for PCI NICs.adrian2011-10-181-0/+17
* Add a WAR from the reference code - clear the PCI error statusadrian2011-10-181-0/+5
* Port over some missing code from the ar5212 reference driver reset path.adrian2011-10-182-2/+147
* Implement the first part of the BB read workaround.adrian2011-10-186-1/+15
* Add in OS_REG_BIT_SET, a macro which does what it says it does.adrian2011-10-181-0/+2
* Include opt_ah.h when compiling the driver.adrian2011-10-181-0/+5
* Make sure to report media change status to caller. Previously ityongari2011-10-171-3/+1
* Add missing driver lock in media status handler.yongari2011-10-171-0/+2
* Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.yongari2011-10-175-5/+5
* Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.yongari2011-10-1714-14/+14
* Return BUS_PROBE_DEFAULT instead of 0 (BUS_PROBE_SPECIFIC), allowingdelphij2011-10-171-1/+1
* Don't enable the PHY radar errors in calcrxfilter.adrian2011-10-171-4/+0
* Fix build after r226465.bz2011-10-171-1/+3
* FDT changes for 64 bit kerneljchandra2011-10-171-30/+41
* Fix an issue with 11g beacon frames which looks to be a limitationadrian2011-10-171-8/+13
* Add support for special keys (volume/brightness/eject) on Apple laptops withnwhitehorn2011-10-162-1/+236
* Revert r226398 and instead move the allocation of usrbufs after the error check.brueffer2011-10-161-4/+2
* - change "is is" to "is" or "it is"eadler2011-10-167-9/+9
* Properly free resources in case of an error.brueffer2011-10-151-0/+1
* - add support for I-O DATA RSA-PCI2/Readler2011-10-151-0/+6
* Properly free resources in an error case.brueffer2011-10-151-1/+3
* Merge from NetBSD:marius2011-10-154-311/+324
* ath_pci PCI setup fixes.adrian2011-10-141-3/+17
* Merge from r225950:marius2011-10-134-10/+46
* Fix bmiss notifications, events should be sent when NOT scanning.bschmidt2011-10-131-1/+1
* If an allocation for a specific resource range fails because it is not injhb2011-10-123-7/+27
* - Remove unused remnants of MII bitbang'ing.marius2011-10-112-20/+3
* Add USB mass storage quirk for device that emits errors after the automatichselasky2011-10-102-0/+6
* Bugfix: The ucom detach function is sometimes called on zeroed structures.hselasky2011-10-101-0/+3
* Do not ignore block offsets.kib2011-10-101-0/+1
* Fix an incorrect use of sizeof().adrian2011-10-101-1/+1
* Update from OpenBSD: Include 0x4402 in the bbp id mapping table used on older...adrian2011-10-101-1/+1
* Add a "kern.features.ata_cam" sysctl in the kernel when the ATA_CAM kernelrodrigc2011-10-091-0/+3
* Recognize the Intel(R) Centrino(R) Wireless-N 130.marius2011-10-091-0/+1
* Prefer KOBJMETHOD_END.marius2011-10-091-2/+1
* Sprinkle const.marius2011-10-091-9/+9
* - Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHYmarius2011-10-085-34/+38
* Fix an infinite loop in siba_bwn_suspend().brueffer2011-10-081-1/+1
* Remove dead code, "error" doesn't change between this check and thebrueffer2011-10-081-4/+0
* BCE_MISC_ID register of BCM5716 returns the same id of BCM5709 soyongari2011-10-082-52/+25
* Sync with ahc(4)/ahd(4)/sym(4) etc:marius2011-10-073-0/+3
* Add missing va_end() to clean up after va_start().brueffer2011-10-071-0/+1
* Merge from r225950:marius2011-10-072-7/+19
* Begin implementing correct MIPS24K sampling mode behaviour.adrian2011-10-071-4/+7
* Fix a typo in a comment.wxs2011-10-061-1/+1
* Add the 9750 SATA+SAS 6Gb/s RAID controller card driver, tws(4). Manydelphij2011-10-049-0/+4544
* Add an AR5416 aware version of the "current RSSI" function.adrian2011-10-043-0/+15
* Add descriptor sense support to CAM, and honor sense residuals properly inken2011-10-0310-62/+154
OpenPOWER on IntegriCloud