| Commit message (Expand) | Author | Age | Files | Lines |
* | Diff reduction with Adaptec's vendor driver. | emaste | 2010-02-14 | 4 | -15/+28 |
* | Revert part of the 9285 support because it breaks the 9280 support. I'll | rpaulo | 2010-02-14 | 7 | -446/+135 |
* | MFp4: | mav | 2010-02-14 | 2 | -15/+75 |
* | MFp4: | mav | 2010-02-14 | 1 | -2/+25 |
* | Fix drbr and altq interaction: | mlaier | 2010-02-13 | 5 | -6/+12 |
* | Make sanity check slightly more useful and tweak an error message. | jkim | 2010-02-13 | 1 | -5/+5 |
* | Prefer correct and simpler backlight control methods for ASUS G2K laptop. | jkim | 2010-02-13 | 1 | -22/+3 |
* | Implement LCD brightness control notify handler. | jkim | 2010-02-13 | 1 | -1/+76 |
* | Garbage collect Falcon/PPC support that has not been used in released | emaste | 2010-02-12 | 4 | -128/+0 |
* | acpi: drop the second bus_generic_attach pass | avg | 2010-02-11 | 1 | -8/+1 |
* | acpi cpu: probe+attach before all other enumerated children on acpi bus | avg | 2010-02-11 | 2 | -9/+27 |
* | Fix typo in comment. | rpaulo | 2010-02-10 | 1 | -1/+1 |
* | 't' stands for Turbo and is a valid mode, so fix previous commit. | rpaulo | 2010-02-10 | 1 | -1/+1 |
* | Move device specific flag configuration to attach routine. | yongari | 2010-02-09 | 1 | -4/+4 |
* | Fixing compilation bustage by removing a stray comment fragment. | avatar | 2010-02-09 | 1 | -1/+0 |
* | Disable the use of the IAAD usb doorbell on NVidia controllers as it can cause | thompsa | 2010-02-09 | 3 | -0/+33 |
* | Document the usfs driver and the NO_SYSCTL_DESCR option, and update the comme... | brucec | 2010-02-08 | 1 | -0/+4 |
* | Add multicast key search support. This fixes corrupted mcast packets | rpaulo | 2010-02-08 | 2 | -11/+30 |
* | Fix TX power problems with AR9285. | rpaulo | 2010-02-08 | 7 | -49/+102 |
* | Fix typo in comment. | rpaulo | 2010-02-08 | 1 | -1/+1 |
* | Rename usb2_ structures and variables to usb_. | brucec | 2010-02-08 | 2 | -78/+78 |
* | Add support for a few more Sony-specific ACPI features (default display | gavin | 2010-02-07 | 1 | -5/+15 |
* | acpi_cpu: prefer _OSC over _PDC, just in case | avg | 2010-02-06 | 1 | -20/+18 |
* | Map and report actual video memory we need. | jkim | 2010-02-06 | 1 | -81/+34 |
* | Replace some homegrown functions with better/correct ones. | jkim | 2010-02-05 | 1 | -46/+7 |
* | Use new helper functions to set PCIe max read request size. | mav | 2010-02-05 | 1 | -12/+2 |
* | Add pci_get|set_max_read_req() helper functions to control maximum PCIe | mav | 2010-02-05 | 2 | -0/+37 |
* | Report SATA300 chips also as SATA. | mav | 2010-02-05 | 1 | -1/+2 |
* | When hacking INQUIRY result, make sure that it is right INQUIRY and there | mav | 2010-02-05 | 1 | -2/+7 |
* | The ZTE MF633R modem has a different type of cdrom driver disk, add the product | thompsa | 2010-02-05 | 2 | -0/+2 |
* | Properly name the 0x0016 ZTE product as MF633R now that its known. | thompsa | 2010-02-04 | 2 | -2/+2 |
* | Return CAM_RELEASE_SIMQ flag only when it is needed, when SIM really | mav | 2010-02-04 | 1 | -12/+10 |
* | Do not release device, when changing number of openings. | mav | 2010-02-04 | 2 | -0/+2 |
* | Yet another target mode compilation error. | mjacob | 2010-02-04 | 1 | -1/+1 |
* | Fix target mode compilation problem with previous delta | mjacob | 2010-02-04 | 1 | -2/+2 |
* | Remove dead code and fix style(9) bugs. | jkim | 2010-02-03 | 1 | -66/+77 |
* | Use bytes per scan line from mode table. The previous implementation did | jkim | 2010-02-03 | 1 | -37/+13 |
* | Correct virtual address of frame buffer for non-linear mode. | jkim | 2010-02-03 | 1 | -1/+1 |
* | Implement poll method for atapicam. | mav | 2010-02-03 | 1 | -2/+6 |
* | Report to CAM unit number of underlying ataX bus device, instead of this | mav | 2010-02-03 | 1 | -1/+1 |
* | Redo how commands handles are created and managed and implement sequence | mjacob | 2010-02-03 | 8 | -109/+186 |
* | acpi_cpu: correct capabilities arguments for Processor _OSC evaluation | avg | 2010-02-03 | 1 | -1/+2 |
* | Disable PHY of unconnected ports when interface power management enabled. | mav | 2010-02-03 | 1 | -1/+6 |
* | - Give ATA/SATA SIMs info about ATAPI packet size, supported by device. | mav | 2010-02-02 | 6 | -3/+23 |
* | GPIB overhaul, part #2: make the tnt4882 driver work with the newer | joerg | 2010-02-01 | 6 | -81/+304 |
* | PCI express device status register has W1C feature. Writing 0 has | yongari | 2010-02-01 | 1 | -2/+5 |
* | Add more bit definitions to PCI express device control and device | yongari | 2010-02-01 | 1 | -0/+8 |
* | A few minor changes: add altq option header, add missing conditional | jfv | 2010-02-01 | 2 | -3/+116 |
* | NetCell is a PCI hardware RAID without cable and mode setting. | mav | 2010-02-01 | 1 | -1/+11 |
* | Adds siba_bwn module which is used with bwn(4). Main purpose of this | weongyo | 2010-01-31 | 8 | -157/+3153 |