summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Collapse)Author
2008-01-21use the right capitalization for `QLogic'Igor Sobrado
ok jsing@
2008-01-17Remove some #if;ed out code.Mark Kettenis
2008-01-17Set if_baudrate with IF_Gbps(10);Thordur I. Bjornsson
ok dlg@
2008-01-17casts so this compiles on i386.Thordur I. Bjornsson
ok reyk
2008-01-17Add splnet around mii_tick() in sk_yukon_tick().Brad Smith
ok kettenis@ dlg@
2008-01-16Set the baudrate with IF_Gbps(10); and remove anThordur I. Bjornsson
XXX comment now that if_baudrate is 64bits. ok reyk@
2008-01-15bring in lots of ac97(4) and auvia(4) updates from NetBSDJacob 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-14Zap two usless printfs.Thordur I. Bjornsson
ok dlg@
2008-01-14protect against an invalid device index possibly leading to kernelJacob Meuser
crash. inspired by deanna's similar bug fix in ac97. ok ratchov
2008-01-11regenJonathan Gray
2008-01-11Turns 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-11regenJonathan Gray
2008-01-11Some additional Intel devices from submitted dmesgs.Jonathan Gray
2008-01-11regenBrad Smith
2008-01-11Add the Broadcom 10Gb controller PCI id, BCM57710.Brad Smith
From the Linux -mm kernel tree. ok dlg@
2008-01-10regenThordur I. Bjornsson
2008-01-10Add 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 playbackJacob 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-05Adapt to the recent cleanup of Intel PCI host bridges Ids. ok oga@Matthieu Herrb
2008-01-05even better attach message locationTheo de Raadt
2008-01-05print info in attach before if_attachTheo de Raadt
2008-01-04read the hardware mac address into the drivers ac_enaddr thing rather thanDavid Gwynne
a useless buffer. should hook the mac address up.
2008-01-04we have pci_vpd_read now. get rid of the (bad) comment that left it outDavid Gwynne
pointed out by deraadt@
2008-01-04Clean up Intel host bridge PCI IDs.Mark Kettenis
ok deraadt@
2008-01-04regenMark Kettenis
2008-01-04Clean up Intel host bridge PCI IDs.Mark Kettenis
ok deraadt@
2008-01-02regenMark Kettenis
2008-01-02Fix typo in 82801IH LPC entry.Mark Kettenis
2008-01-02Add the ATI SB700 chipset.Brad Smith
ok dlg@
2008-01-02correct the comment above noct_read().Brad Smith
ok dlg@
2008-01-02add the NVIDIA MCP77/79 ids.Brad Smith
ok jsg@ dlg@
2008-01-02correct the comment in agp_map_aperture().Brad Smith
ok owa@ dlg@
2007-12-31On some machines we get hotplug interrupts when they're resumed, so don'tMark 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-31use OpenBSD rcs id'sJasper Lievisse Adriaanse
2007-12-31lii(4) is a driver for the atheros l2 ethernet chip as found on the asusDavid 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-30regenBrad 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-30regenBrad Smith
2007-12-30add the PCI id for the Sun Crypto Accelerator 6000 PCIe board.Brad Smith
ok dlg@
2007-12-22syncTheo de Raadt
2007-12-22more qlogic productsTheo de Raadt
2007-12-20Get rid of __HAVE_PCCBB_ATTACH_HOOK.Mark Kettenis
2007-12-20regenBrad Smith
2007-12-20add the ATI Radeon Mobility X1400 PCI id.Brad Smith
From David Hill <dhill at mindcry dot org> ok dlg@
2007-12-20regenBrad Smith
2007-12-20add the MCP77 LAN PCI ids.Brad Smith
From Peer Chen @ NVIDIA via Linux ok dlg@
2007-12-19If the CardBus bus number is left unconfigured, only attach pcmcia(4).Mark Kettenis
ok jsing@, fgsch@
2007-12-19Fix the issue with some intel 965 host busses. Though the docs claim that theOwain 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-16Put inamp gain and inamp mute controls under AudioCinputs. ThisDeanna Phillips
avoids some duplicate items when a pin widget has both input and output amplifiers.
2007-12-16Count line-in as line-out, and label both as AudioNline. This is whatDeanna Phillips
the mixer expects.