summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Collapse)Author
2007-11-25Sync.Kenneth R Westerback
2007-11-25Add Intel ICH9 AHCI device seen on ASUS P5K-E, plus the other oneKenneth R Westerback
referenced on the PCI ID list I looked at.
2007-11-25Make agp attach as a device. This means that many more agp bridgesOwain Ainsworth
actually get detected and attached. Also adds a kernel api for manipulating agp. Enable this on i386 and amd64. "I think you should commit it" deraadt@, ok matthieu. Looked over by several others.
2007-11-25Sync.Kenneth R Westerback
2007-11-25Add NVIDIA GeForce 8600 GT found on ASUS P5K-E.Kenneth R Westerback
2007-11-25Sync.Kenneth R Westerback
2007-11-25Shorten some text. "AHCI SATA" and "SATA AHCI" -> "AHCI" as suggested byKenneth R Westerback
Theo.
2007-11-25When plugging a device, assign BARs and set interrupt lines.Mark Kettenis
Makes ExpresCard hotplugging fully functional at least on laptops with an Intel chipset.
2007-11-25Strip the CRC in rxeof()Jonathan Gray
ok claudio@
2007-11-25remove an ugly nested blockTheo de Raadt
2007-11-25Correctly setup the tx descriptor by using the right mapping infos.Claudio Jeker
This makes et(4) work and as ususal this is commited over et(4) to prove that it is usuable. with and ok jsg@
2007-11-25Map the interrupt pins used for swizzling *after* mapping the PCI ExpressMark Kettenis
hotplug interrupt such that we don't thrash the information necessary to do that.
2007-11-25First step towards PCI Express/ExpressCard hotplug. Unplug should work onMark Kettenis
detachable drivers. "put it in" deraadt@
2007-11-25Make msk(4) detachable.Mark Kettenis
"can't be wrong" deraadt@
2007-11-24First step towards PCI Express/ExpressCard hotplug. Unplug should work onMark Kettenis
detachable drivers. "put it in" deraadt@
2007-11-24The Sigmatel codec id 7662 looks identical to STAC7661 and works fine withDeanna Phillips
the code here. Tested by Rob Lytle, thanks.
2007-11-23Don't do anything in the shutdownhook if the registers aren't mapped.Mark Kettenis
ok deraadt@, fgsch@
2007-11-23Check for invalid dev indices, which could get here through ioctl.Deanna Phillips
2007-11-23feng shuiDavid Gwynne
2007-11-21Collect subid #defines at the top.Deanna Phillips
2007-11-19pairwise keys always have an ID equal to 0.Damien Bergamini
2007-11-19all TX rings have the same fixed size (256 entries) and this is notDamien Bergamini
configurable so simplify rings allocation a bit.
2007-11-19When ignoring whether FR turns on or not, we should still set FRE,Christopher Pascoe
otherwise we risk leaving the port disabled after a stop/start during error recovery. ok dlg@
2007-11-18Add a few Cassini+ registers.Mark Kettenis
2007-11-17Allow pci_get_capability to decode capabilities for PCI bridges.Brad Smith
From jmcneill NetBSD ok kettenis@ dlg@
2007-11-17update the physical address of the RX buffer after bus_dmamap_load()Damien Bergamini
in the case where the old buffer is remapped.
2007-11-17fix reading of EEPROM for some adapters.Damien Bergamini
from Benjamin Close @ FreeBSD
2007-11-17Disable jumbo allocator until the low number of buffers caseJonathan Gray
is better handled. This will likely resolve stalls some people are seeing under high load. ok damien@
2007-11-17Rename fiber TBI flag from BGE_TBI to BGE_PHY_FIBER_TBI. No functional change.Brad Smith
ok dlg@
2007-11-16No need to mention which codec is being used if there's only one.Deanna Phillips
2007-11-15match expresscard ralTheo de Raadt
2007-11-15syncTheo de Raadt
2007-11-15ralink N expresscard modelTheo de Raadt
2007-11-15New driver for Ralink RT2860 chipset.Damien Bergamini
Attaches as 'ral' as it shares the PCI and CardBus frontends with RT2560 and RT2661 though it is actually a separate driver. Requires a firmware that can't be redistributed with the base system due to license restrictions (exact same license as iwn(4) firmware). The 802.11n capabilities not yet supported (except MIMO). Great thanks to Sam Fourman Jr for donating hardware. ok deraadt@
2007-11-14Unknown codecs don't have a name field, so print what we read fromDeanna Phillips
pci_findvendor() or the vendor id instead. From ratchov@
2007-11-14add the Marvell 88E8042 and 88E8072 PCI ids.Brad Smith
From the Linux sky2 driver. ok dlg@
2007-11-14regenBrad Smith
2007-11-14- add the ATI Radeon X1950 Pro video adapter.Brad Smith
- add the Attansic L2 Fast Ethernet chipset. - add some new Marvell Ethernet chipsets. ok dlg@
2007-11-14less obnoxious dmesgDeanna Phillips
ok ratchov
2007-11-14regenBrad Smith
2007-11-14- add the Intel G33 PCIe bridge.Brad Smith
- add the ATI X1600 video card. ok krw@ dlg@
2007-11-12Don't use utc_off when using the hires timestamp.Marc Balmer
2007-11-12repair input vs output confusionJacob Meuser
makes 'audioctl play.gain' work correctly from NetBSD
2007-11-12syncTheo de Raadt
2007-11-12correct a ricoh labelTheo de Raadt
2007-11-11Remove all code that prints to the console or writes to the log afterMarc Balmer
initialization. The behaviour of the Signal sensor is now the same as for umbg(4), the sensor status indicates if the clock is synchronized, free running or if there is a hardware problem.
2007-11-11bring in ~7 years worth of improvements and bug fixes from NetBSDJacob Meuser
user noticible highlights: - recording works - setting the blockize works correctly - added master volume mute ok ratchov
2007-11-09Add Exar UARTs XR17C152, XR17C154 and XR17C158.Federico G. Schwindt
From Daniel Neri (daniel dot neri at sigicom dot se) via PR/5618.
2007-11-09regen.Federico G. Schwindt
2007-11-09Add Exar UARTs XR17C152, XR17C154 and XR17C158.Federico G. Schwindt
From Daniel Neri (daniel dot neri at sigicom dot se) via PR/5618.