summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2007-11-05Add support for the Meinberg PEX511 PCI Express DCF77 radio clock.Marc Balmer
2007-11-05regen.Marc Balmer
2007-11-05Add the Meinberg PEX511 PCI-express DCF77 radio clock.Marc Balmer
2007-11-05regen.Owain Ainsworth
2007-11-05add "82452KX/GX Orion Extended Express Processor to PCI Bridge", from NetBSD.Owain Ainsworth
2007-11-05recognise (and use) ahci 1.2 controllers.David Gwynne
2007-11-05scsi_done() must be called at SPLBIO.Kenneth R Westerback
2007-11-05wait for the marvell firmware to become ok.David Gwynne
2007-11-05audio encoding conversion cleanupJacob Meuser
2007-11-04Add support for the Meinberg PCI509 5V DCF77 time signal station receiver.Marc Balmer
2007-11-04regen.Marc Balmer
2007-11-04Add the Meinberg PCI509 card, a 5V DCF77 radio clock.Marc Balmer
2007-11-04start providing function pointers to differentiate between the intel andDavid Gwynne
2007-11-04very initial foundation for splitting things up to support both theDavid Gwynne
2007-11-04the 1200 and 1202 shoudl work fine too.David Gwynne
2007-11-04when the ati ahci stuff is in the ide compat mode, it can sometimes causeDavid Gwynne
2007-11-03quiet a noisy printf, requested by deraadtDeanna Phillips
2007-11-03fix ENETRESET handling in {wpi,iwn}_ioctl() so that the firmware won'tDamien Bergamini
2007-11-03use DEVICE_IS_VGA_PCI in vga_pci_match()Martin Reindl
2007-11-02regenMike Belopuhov
2007-11-02Add a couple of PCI IDs for VMWare.Mike Belopuhov
2007-11-02Label widgets based on default device or type rather than color+nodeDeanna Phillips
2007-11-02another SIIG Cyber 8S PCI 16C850 variantHenning Brauer
2007-11-02syncHenning Brauer
2007-11-02SIIG 2082Henning Brauer
2007-11-02Fix ram size output botched in my last change; reported byFederico G. Schwindt
2007-10-30MALLOC/FREE -> malloc/freeCharles Longeau
2007-10-30shrink the intr establish code a bit. all that intrstr handling is cruft.David Gwynne
2007-10-30the marvell based boards have difference registers to the current intel iopDavid Gwynne
2007-10-30if we cant query the firmware or allocate ccbs then clean up the pciDavid Gwynne
2007-10-30Initial port of Sepherosa Ziehau's DragonFlyBSD driversJonathan Gray
2007-10-29regenMike Belopuhov
2007-10-29Add missing Marvell 88SE61xx IDs.Mike Belopuhov
2007-10-29unmap on error and correct some output in those cases.Federico G. Schwindt
2007-10-29regenDavid Gwynne
2007-10-29the areca with the 1201 pci id is known as the 1200 everywhere. itDavid Gwynne
2007-10-29regen, finally.David Gwynne
2007-10-293 new areca controllersDavid Gwynne
2007-10-28Enable pcie snoop for SB600 and MCP51. Fixes a variety of noise,Deanna Phillips
2007-10-28more id tags.Federico G. Schwindt
2007-10-28id tags.Federico G. Schwindt
2007-10-28fix the panic reported in pr/5602 by correctly unmaping the space on error.Federico G. Schwindt
2007-10-28add new envy(4) driver for ICE1712 (aka VIA Envy24) audio devices. TheAlexandre Ratchov
2007-10-28let vic attach to the virtual pcnet hardware in vmware.David Gwynne
2007-10-27work around a chip bug on the ati ixp600 ahci controller. diff mostly fromDavid Gwynne
2007-10-27the arc fimware can be configured with a password that is used toDavid Gwynne
2007-10-26Add emulated mono support.Deanna Phillips
2007-10-25Factor out common code to update the timedelta sensor intoMarc Balmer
2007-10-24Define a bitmaks of status bits we're interested in, output/log allMarc Balmer
2007-10-23- use endian-specific conversions, instead of relying onJacob Meuser