summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the bogus test in the TX context setup for IPV6,jfv2010-12-041-2/+0
* Small cut and paste bug in flow control string fixed.jfv2010-12-041-36/+32
* This small little change is a bug that drove me nutsjfv2010-12-041-5/+1
* If RX lockup workaround is enabled, fxp(4) will periodically resetyongari2010-12-021-4/+6
* Explicitly UP and DOWN the usbus interfaces (IFT_USB) when it's attachedweongyo2010-12-011-0/+2
* Add Serial Management Protocol (SMP) passthrough support to CAM.ken2010-11-305-7/+414
* - Remove the remaining support for older (in this case pre-7.0-RELEASE)marius2010-11-301-47/+19
* Rename a variable to match scvidctl.c.jkim2010-11-301-11/+11
* Stop hardcoding default font size.jkim2010-11-301-1/+1
* Clean up code a bit to make it more readable.jkim2010-11-301-42/+40
* We need to define a cdev variable associated with each USB device,hselasky2010-11-301-0/+4
* Clean up code a bit to make it more readable.jkim2010-11-291-18/+9
OpenPOWER on IntegriCloud