summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Merge amd64 and i386 bus.h and move the resulting header to x86. Replacetijl2010-12-207-17/+13
* Don't whine about child drivers calling pci_enable_busmaster(). That isjhb2010-12-201-4/+0
* Fix a bug introduced in r216518. The ndis_subsys field holds the PCItijl2010-12-191-7/+19
* Fix panic trying to use monitor mode. The iwn_cmd() calls issued bybschmidt2010-12-191-0/+2
* Add support for JMicron JMC251/JMC261 Gigabit/Fast ethernetyongari2010-12-185-36/+403
* Use system defined PCIR_EXPRESS_DEVICE_CTL instead of using magicyongari2010-12-181-1/+1
* Make sure whether driver allocated resource before releasing it.yongari2010-12-181-2/+4
* Fix a regression introduced in r213893. FPGA version requires PHYyongari2010-12-181-2/+3
* Consistently put a tab character between #define and the macro name.yongari2010-12-181-14/+14
* Add 2 missing bus_dmamap_sync() calls. Those fix random 'scan timeout',bschmidt2010-12-181-0/+6
* Fix association on 5GHz channels. The device is initially configured usingbschmidt2010-12-181-0/+3
* Fix a panic while disabling the RF kill button, caller of thebschmidt2010-12-181-2/+0
* No need to zero the softc. It's allocated with M_ZERO.tijl2010-12-181-27/+3
* Use convenience functions where possible instead of accessing the PCItijl2010-12-185-45/+5
* Add Exar octal PCI UART.emaste2010-12-181-0/+6
* Implement and use a single optimized function for unholding a set of pages.alc2010-12-174-18/+4
* small cleanup of acpi battery status setting and checkingavg2010-12-174-4/+23
* - If the atkbdc device is assigned an IRQ resource by ACPI or the PnPBIOS,jhb2010-12-163-14/+55
* - When moving the IRQ resource from the psmcpnp device to the psm device,jhb2010-12-161-15/+5
* Small style fixes:jhb2010-12-161-14/+12
* Spelling fix.jhb2010-12-161-1/+1
* Use bus_alloc_resource_any() instead of bus_alloc_resource(). Besides beingjhb2010-12-162-16/+14
* Merge ACPICA 20101209.jkim2010-12-153-11/+27
* Stop lying about supporting cpu_est_clockrate() when TSC is invariant. Thisjkim2010-12-141-0/+11
* Remove unecessary and clearly wrong usage of atomic(9).yongari2010-12-141-5/+3
* acpi_fujitsu: update for P8010avg2010-12-111-1/+54
* fix atomic_set_xxx misuse in drmavg2010-12-111-1/+1
* fix incorrect use of atomic_set_xxx in cxgbavg2010-12-111-1/+1
* Fix setting LUN numbers in the mps(4) driver.ken2010-12-111-3/+39
* Implement more of __ibsta: END and SRQI status bits (taken out of thejoerg2010-12-101-0/+8
* Fix an event handling bug with the mps(4) driver.ken2010-12-102-11/+51
* Remove unecessary and clearly wrong usage of atomic(9).yongari2010-12-102-11/+9
* On the Xserve G5 we find the LM75 instead of the DS1775. The coreandreast2010-12-101-2/+3
* Use SYS_RES_IOPORT instead of PCIM_CMD_PORTEN when calling pci_enable_io.tijl2010-12-101-1/+1
* Fix __retval vs. retval confusion: retval is meant to store the (userland)joerg2010-12-101-1/+1
* Add IDs of HighPoint RocketRAID 62x cards (Marvell 88SE9128 chips).mav2010-12-081-0/+4
* Use convenience macro for minimum and maximum value capping whenattilio2010-12-082-15/+19
* r184610 changed the way how TX frames are handled on AX88178 andyongari2010-12-081-42/+31
* Introduces IFF_CANTCONFIG interface flag to point that the interfaceweongyo2010-12-071-0/+1
* Add a comment to clarify that some BIOSes may clear the hw watchdogemaste2010-12-071-2/+3
* Use proper resource ID's for HPET IRQ resources. This mostly consists ofjhb2010-12-071-1/+19
* Re-add a status check which sneaked out during r214804.hselasky2010-12-071-0/+4
* Set correct maximum I/O length. We can only handle I/O of up tocperciva2010-12-061-1/+1
* Fix scanning after loosing a connection. The firmware assumes that as longbschmidt2010-12-061-2/+19
* Fixes for monitor mode:bschmidt2010-12-061-4/+3
* When masking direct and processor devices during an inquiry, properlyjhb2010-12-061-1/+2
* When masking direct and processor devices during an inquiry, properlyjhb2010-12-061-4/+4
* Fix double ;;kevlo2010-12-064-5/+5
* For 6000 series and newer devices the DC calibration results are nobschmidt2010-12-052-9/+29
* Correct build error.jfv2010-12-041-1/+0
OpenPOWER on IntegriCloud