Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-21 | use the right capitalization for `QLogic' | Igor Sobrado | |
ok jsing@ | |||
2008-01-17 | Remove some #if;ed out code. | Mark Kettenis | |
2008-01-17 | Set if_baudrate with IF_Gbps(10); | Thordur I. Bjornsson | |
ok dlg@ | |||
2008-01-17 | casts so this compiles on i386. | Thordur I. Bjornsson | |
ok reyk | |||
2008-01-17 | Add splnet around mii_tick() in sk_yukon_tick(). | Brad Smith | |
ok kettenis@ dlg@ | |||
2008-01-16 | Set the baudrate with IF_Gbps(10); and remove an | Thordur I. Bjornsson | |
XXX comment now that if_baudrate is 64bits. ok reyk@ | |||
2008-01-15 | bring in lots of ac97(4) and auvia(4) updates from NetBSD | Jacob Meuser | |
user visible changes: - when setting up ac97(4) mixer items, for some features like surround sound, check if the feature if supported by the codec and only add items for that feature if it is - auvia(4) now supports multichannel playback with at least some multichannel ac97(4) codecs fixes problems for me and ajacoutot with different auvia(4) devices/codecs. no regressions reported by testers. if you have an ac97(4) audio device and are using mixerctl.conf(5), you may want/need to update it. ok ratchov | |||
2008-01-14 | Zap two usless printfs. | Thordur I. Bjornsson | |
ok dlg@ | |||
2008-01-14 | protect against an invalid device index possibly leading to kernel | Jacob Meuser | |
crash. inspired by deanna's similar bug fix in ac97. ok ratchov | |||
2008-01-11 | regen | Jonathan Gray | |
2008-01-11 | Turns out the id I thought was both CX700/VX700 IDE was only for VX700, | Jonathan Gray | |
so rename it and add a CX700 id. Tweaked version of a diff from dtrombley@dslindiana.com who tested with a board with the new id. | |||
2008-01-11 | regen | Jonathan Gray | |
2008-01-11 | Some additional Intel devices from submitted dmesgs. | Jonathan Gray | |
2008-01-11 | regen | Brad Smith | |
2008-01-11 | Add the Broadcom 10Gb controller PCI id, BCM57710. | Brad Smith | |
From the Linux -mm kernel tree. ok dlg@ | |||
2008-01-10 | regen | Thordur I. Bjornsson | |
2008-01-10 | Add some more Intel 10G PCIe entries. | Thordur I. Bjornsson | |
From Intel's ixgbe driver. ok dlg@ | |||
2008-01-09 | - add support for 4, 6, and 8 channel playback | Jacob Meuser | |
- print chip version in `audioctl version' - advertise some features of supported hardware in the man page - CMI8768 now working properly yes! ratchov@ | |||
2008-01-05 | Adapt to the recent cleanup of Intel PCI host bridges Ids. ok oga@ | Matthieu Herrb | |
2008-01-05 | even better attach message location | Theo de Raadt | |
2008-01-05 | print info in attach before if_attach | Theo de Raadt | |
2008-01-04 | read the hardware mac address into the drivers ac_enaddr thing rather than | David Gwynne | |
a useless buffer. should hook the mac address up. | |||
2008-01-04 | we have pci_vpd_read now. get rid of the (bad) comment that left it out | David Gwynne | |
pointed out by deraadt@ | |||
2008-01-04 | Clean up Intel host bridge PCI IDs. | Mark Kettenis | |
ok deraadt@ | |||
2008-01-04 | regen | Mark Kettenis | |
2008-01-04 | Clean up Intel host bridge PCI IDs. | Mark Kettenis | |
ok deraadt@ | |||
2008-01-02 | regen | Mark Kettenis | |
2008-01-02 | Fix typo in 82801IH LPC entry. | Mark Kettenis | |
2008-01-02 | Add the ATI SB700 chipset. | Brad Smith | |
ok dlg@ | |||
2008-01-02 | correct the comment above noct_read(). | Brad Smith | |
ok dlg@ | |||
2008-01-02 | add the NVIDIA MCP77/79 ids. | Brad Smith | |
ok jsg@ dlg@ | |||
2008-01-02 | correct the comment in agp_map_aperture(). | Brad Smith | |
ok owa@ dlg@ | |||
2007-12-31 | On some machines we get hotplug interrupts when they're resumed, so don't | Mark Kettenis | |
rescan the pci bus if it already has devices attached to it. Make sure we clear the list of attached devices when we receive a surprise removal interrupt. Fixes kurt@'s T43. ok miod@, krw@ | |||
2007-12-31 | use OpenBSD rcs id's | Jasper Lievisse Adriaanse | |
2007-12-31 | lii(4) is a driver for the atheros l2 ethernet chip as found on the asus | David Gwynne | |
eeepc. unfortunately it doesnt work, but its going into the tree so it can be worked on. if anyone wants to have a go at it, please do. this driver was written by Quentin Garnier for NetBSD | |||
2007-12-30 | regen | Brad Smith | |
2007-12-30 | - rename some SATA entries which are shared between the ATI SB700 and SB800 ↵ | Brad Smith | |
chipsets - add some new SATA entries for the ATI SB700 and SB800 chipsets - add the ATI SB700 IDE PCI id From Linux ok dlg@ | |||
2007-12-30 | regen | Brad Smith | |
2007-12-30 | add the PCI id for the Sun Crypto Accelerator 6000 PCIe board. | Brad Smith | |
ok dlg@ | |||
2007-12-22 | sync | Theo de Raadt | |
2007-12-22 | more qlogic products | Theo de Raadt | |
2007-12-20 | Get rid of __HAVE_PCCBB_ATTACH_HOOK. | Mark Kettenis | |
2007-12-20 | regen | Brad Smith | |
2007-12-20 | add the ATI Radeon Mobility X1400 PCI id. | Brad Smith | |
From David Hill <dhill at mindcry dot org> ok dlg@ | |||
2007-12-20 | regen | Brad Smith | |
2007-12-20 | add the MCP77 LAN PCI ids. | Brad Smith | |
From Peer Chen @ NVIDIA via Linux ok dlg@ | |||
2007-12-19 | If the CardBus bus number is left unconfigured, only attach pcmcia(4). | Mark Kettenis | |
ok jsing@, fgsch@ | |||
2007-12-19 | Fix the issue with some intel 965 host busses. Though the docs claim that the | Owain Ainsworth | |
mmaddr BAR is alway 64-bit, they lie. one some bridges it's not. Fix this by checking which type of memory it is before trying to map. Advice and ok kettenis@, Tested by myself and Matthew L. Shobe | |||
2007-12-16 | Put inamp gain and inamp mute controls under AudioCinputs. This | Deanna Phillips | |
avoids some duplicate items when a pin widget has both input and output amplifiers. | |||
2007-12-16 | Count line-in as line-out, and label both as AudioNline. This is what | Deanna Phillips | |
the mixer expects. |