summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Revert part of the 9285 support because it breaks the 9280 support. I'llrpaulo2010-02-147-446/+135
* MFp4:mav2010-02-142-15/+75
* MFp4:mav2010-02-141-2/+25
* Fix drbr and altq interaction:mlaier2010-02-135-6/+12
* Make sanity check slightly more useful and tweak an error message.jkim2010-02-131-5/+5
* Prefer correct and simpler backlight control methods for ASUS G2K laptop.jkim2010-02-131-22/+3
* Implement LCD brightness control notify handler.jkim2010-02-131-1/+76
* Garbage collect Falcon/PPC support that has not been used in releasedemaste2010-02-124-128/+0
* acpi: drop the second bus_generic_attach passavg2010-02-111-8/+1
* acpi cpu: probe+attach before all other enumerated children on acpi busavg2010-02-112-9/+27
* Fix typo in comment.rpaulo2010-02-101-1/+1
* 't' stands for Turbo and is a valid mode, so fix previous commit.rpaulo2010-02-101-1/+1
* Move device specific flag configuration to attach routine.yongari2010-02-091-4/+4
* Fixing compilation bustage by removing a stray comment fragment.avatar2010-02-091-1/+0
* Disable the use of the IAAD usb doorbell on NVidia controllers as it can causethompsa2010-02-093-0/+33
* Document the usfs driver and the NO_SYSCTL_DESCR option, and update the comme...brucec2010-02-081-0/+4
* Add multicast key search support. This fixes corrupted mcast packetsrpaulo2010-02-082-11/+30
* Fix TX power problems with AR9285.rpaulo2010-02-087-49/+102
* Fix typo in comment.rpaulo2010-02-081-1/+1
* Rename usb2_ structures and variables to usb_.brucec2010-02-082-78/+78
* Add support for a few more Sony-specific ACPI features (default displaygavin2010-02-071-5/+15
* acpi_cpu: prefer _OSC over _PDC, just in caseavg2010-02-061-20/+18
* Map and report actual video memory we need.jkim2010-02-061-81/+34
* Replace some homegrown functions with better/correct ones.jkim2010-02-051-46/+7
* Use new helper functions to set PCIe max read request size.mav2010-02-051-12/+2
* Add pci_get|set_max_read_req() helper functions to control maximum PCIemav2010-02-052-0/+37
* Report SATA300 chips also as SATA.mav2010-02-051-1/+2
* When hacking INQUIRY result, make sure that it is right INQUIRY and theremav2010-02-051-2/+7
* The ZTE MF633R modem has a different type of cdrom driver disk, add the productthompsa2010-02-052-0/+2
* Properly name the 0x0016 ZTE product as MF633R now that its known.thompsa2010-02-042-2/+2
* Return CAM_RELEASE_SIMQ flag only when it is needed, when SIM reallymav2010-02-041-12/+10
* Do not release device, when changing number of openings.mav2010-02-042-0/+2
* Yet another target mode compilation error.mjacob2010-02-041-1/+1
* Fix target mode compilation problem with previous deltamjacob2010-02-041-2/+2
* Remove dead code and fix style(9) bugs.jkim2010-02-031-66/+77
* Use bytes per scan line from mode table. The previous implementation didjkim2010-02-031-37/+13
* Correct virtual address of frame buffer for non-linear mode.jkim2010-02-031-1/+1
* Implement poll method for atapicam.mav2010-02-031-2/+6
* Report to CAM unit number of underlying ataX bus device, instead of thismav2010-02-031-1/+1
* Redo how commands handles are created and managed and implement sequencemjacob2010-02-038-109/+186
* acpi_cpu: correct capabilities arguments for Processor _OSC evaluationavg2010-02-031-1/+2
* Disable PHY of unconnected ports when interface power management enabled.mav2010-02-031-1/+6
* - Give ATA/SATA SIMs info about ATAPI packet size, supported by device.mav2010-02-026-3/+23
* GPIB overhaul, part #2: make the tnt4882 driver work with the newerjoerg2010-02-016-81/+304
* PCI express device status register has W1C feature. Writing 0 hasyongari2010-02-011-2/+5
* Add more bit definitions to PCI express device control and deviceyongari2010-02-011-0/+8
* A few minor changes: add altq option header, add missing conditionaljfv2010-02-012-3/+116
* NetCell is a PCI hardware RAID without cable and mode setting.mav2010-02-011-1/+11
* Adds siba_bwn module which is used with bwn(4). Main purpose of thisweongyo2010-01-318-157/+3153
* Welcome drm support for VIA unichrome chips.rnoland2010-01-3114-0/+5908
OpenPOWER on IntegriCloud