Age | Commit message (Expand) | Author |
2008-02-25 | regen | Bernd Ahlers |
2008-02-25 | Add some ATI ids. help/ok jsg@ | Bernd Ahlers |
2008-02-23 | Regen | Miod Vallat |
2008-02-23 | More SGI devices. | Miod Vallat |
2008-02-23 | forgot that one when committing the if_ipw.c memleak fix. Hopefully | Hans-Joerg Hoexer |
2008-02-23 | Do not leak memory claimed by firmware on "ifconfig down". | Hans-Joerg Hoexer |
2008-02-23 | sync | Stuart Henderson |
2008-02-23 | add Radeon HD 2400 XT/Pro, ok kettenis | Stuart Henderson |
2008-02-22 | regen | Mark Kettenis |
2008-02-22 | Add Intel X38 chipset IDs. | Mark Kettenis |
2008-02-22 | Avoid unaligned PCI config space access. | Mark Kettenis |
2008-02-22 | as can be seen in emuxki_voice_set_srate(), the sample rate needs to | Jacob Meuser |
2008-02-21 | since now we have volume knobs, use next/prev pointers to attach | Alexandre Ratchov |
2008-02-21 | implement AK4524 input and output volume knobs and output mute switches. | Alexandre Ratchov |
2008-02-20 | When collecting the hardware statistics add the interfaces input errors | Brad Smith |
2008-02-20 | when bge has link, use autopolling for link status, not direct mii polls. | Stuart Henderson |
2008-02-20 | Add support for the Intel ICH9 chipsets. | Brad Smith |
2008-02-19 | Add support for the optics on the Sun variant of ixgb(4) boards. | Brad Smith |
2008-02-18 | Add initial bits for fiber support with the BCM5714/BCM5715/BCM5780 chipsets. | Brad Smith |
2008-02-17 | Add the VIA VT8237S south bridge. | Brad Smith |
2008-02-17 | Remove the check for non-production bnx(4) chipsets. These chipsets are | Brad Smith |
2008-02-17 | - Correct clearing of the IFF_OACTIVE flag by ensuring the flag is | Brad Smith |
2008-02-17 | Simplify the hw revision handling by removing the use of the | Brad Smith |
2008-02-17 | some cleaning. | Brad Smith |
2008-02-17 | regen | Brad Smith |
2008-02-17 | remove bogus Intel E1000 PCI ids. | Brad Smith |
2008-02-17 | regen | Brad Smith |
2008-02-17 | add two PLX PCIe bridges. | Brad Smith |
2008-02-14 | deal with a 64-bit BAR such as with PCIe chipsets. | Brad Smith |
2008-02-14 | Missed updating the SK_IS_YUKON2 macro when adding Yukon Supreme support. | Brad Smith |
2008-02-13 | Since SPDIF support for the auixp driver is still half done | Jacob Meuser |
2008-02-13 | as with the recent auich(4) commit, set the sample rate of the | Jacob Meuser |
2008-02-12 | pin 47 on ALC65{0,5,8} ac97 codecs can be used for either eapd or | Jacob Meuser |
2008-02-12 | if the ac97 codec is fixed-rate, ac97_set_rate() will return the | Jacob Meuser |
2008-02-11 | reinstate pci subvendor/subdevice detection so we can figure out which | David Gwynne |
2008-02-11 | add support for the mfi controllers with the ppc iops, aka, LSI SAS1078 or | David Gwynne |
2008-02-09 | regen | Mark Kettenis |
2008-02-09 | Add Intel Q33 and Q35 IDs. From a diff by niklas@ | Mark Kettenis |
2008-02-09 | regen | Mark Kettenis |
2008-02-09 | Correct/normalize a few Intel server chipset IDs. | Mark Kettenis |
2008-02-09 | regen | Mark Kettenis |
2008-02-09 | Fix a few Intel 82673E entries. | Mark Kettenis |
2008-02-08 | don't unconditionally return here, still need to set recording parameters | Jacob Meuser |
2008-02-08 | regen | Mark Kettenis |
2008-02-08 | Intel ICH-2 doesn't have an AGP bridge; rename to Hub-to-PCI. | Mark Kettenis |
2008-02-08 | Return ENOTTY not EINVAL for unsupported ioctl's; | Thordur I. Bjornsson |
2008-02-08 | ifp->if_start -> et_start | Brad Smith |
2008-02-07 | Add the SIOCSIFMTU ioctl to allow ioctl changes; | Thordur I. Bjornsson |
2008-02-05 | de-inline pciide, shaving a goodly amount off the kernel | Bret Lambert |
2008-02-05 | drm_pci_alloc allocates memory using bus_dma, but then doesn't use dmamaps. | Owain Ainsworth |