summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Collapse)Author
2006-07-23add NVidia MCP61 IDE and SMBus PCI ids.Brad Smith
2006-07-23regenBrad Smith
2006-07-23more consistent naming for some of the NVidia entries.Brad Smith
2006-07-23regenBrad Smith
2006-07-23add two more MCP61 Ethernet MAC PCI ids.Brad Smith
From Linux's pci_ids.h
2006-07-23regenBrad Smith
2006-07-23add PCI ids for the NVidia MCP61/65 chipsets and additional ids for theBrad Smith
MCP51/55 chipsets. From The Linux PCI ID Repository
2006-07-22regenBrad Smith
2006-07-22add ATI SB450 and SiS 966 HD Audio PCI ids.Brad Smith
2006-07-22regenBrad Smith
2006-07-22add PCI ids for the ATI SB600 South Bridge devices.Brad Smith
2006-07-21Do not check if CORBRPST is set for any chipsets.Brad Smith
From kent@NetBSD
2006-07-21lower the number of TX descriptors from 8192 to 2048.Brad Smith
From Gireesh Nagabhushana @ Neterion
2006-07-21Revert the last commit. The TX descriptor count does not really needBrad Smith
to be set that high and it can cause problems with multiple adapters in the same system.
2006-07-20Re-enable the widget init routine for the Analog Devices AD1981HD codec.Brad Smith
2006-07-20Enable bus master; X probably needs it to do accelerated graphics.Mark Kettenis
ok deraadt@
2006-07-20fix various ways of spelling 'access' wrong in commentsMartin Reindl
2006-07-20update for the new ADMtek PCI ids.Brad Smith
2006-07-20regenBrad Smith
2006-07-20- The ADMtek AN983B is actually a ADM9511. [1]Brad Smith
- Add the ADMtek ADM9513 PCI id. [2] [1] Clarification from Garrett D'Amore <garrett_damore at tadpole dot com> via NetBSD's source-changes. [2] From mbr@FreeBSD
2006-07-20Don't check the CORBRPRST flag for the NVidia MCP51/55 and ALI M5461.Brad Smith
Based on a diff from kent@NetBSD though modified to also cover the MCP51 and M5461.
2006-07-19usually works better when you check for the right device id. tsk tsk.Federico G. Schwindt
2006-07-19fix crash by reading a mixer value with AD1891HD codec, whichBrad Smith
has invalid connection lists. From kent@NetBSD
2006-07-18attach to the ADMtek 983B chipset as well.Brad Smith
2006-07-18regenBrad Smith
2006-07-18add the ADMtek AN983B PCI id.Brad Smith
2006-07-18regenMoritz Jodeit
2006-07-18Add O2Micro OZ711EC1 SmartCardBus Controller.Moritz Jodeit
2006-07-18On some TI controllers, disable the SD/MMC bit on the flash media soFederico G. Schwindt
the SD host takes over. originally fix from ian@, different one commited. tested by ian@ and myself. uwe@ ok.
2006-07-18regenBrad Smith
2006-07-18the VIA HDA PCI id matches against multiple chipsets.Brad Smith
2006-07-18increase the number of Jumbo slots a little bit for sparc64.Brad Smith
2006-07-17regenBrad Smith
2006-07-17fix some of the IBM entries.Brad Smith
2006-07-17correct the way hosts are alloc'ed. fixes crashes on controllers withFederico G. Schwindt
multiple slots. tested by me and ian@. uwe@ ok.
2006-07-17syncTheo de Raadt
2006-07-17new bridge; sthen@symphytum.spacehopper.orgTheo de Raadt
2006-07-17regenDavid Gwynne
2006-07-17add areca and their raid productsDavid Gwynne
2006-07-16Match a few more Promise SATA chips which should workJonathan Gray
if the FreeBSD driver is any indication.
2006-07-15regenMark Kettenis
2006-07-15Add MCP04 ISA bridge.Mark Kettenis
2006-07-14clean up a few defines and apply some knfDavid Gwynne
2006-07-14regenJonathan Gray
2006-07-14Add a few more Promise devices.Jonathan Gray
2006-07-14dont pretend to configure the BAR to only use 32bit addressing, and makeDavid Gwynne
sure we compare the right bits when we figure out what type of memory we're talking to.
2006-07-14debug message macros.Brad Smith
2006-07-13regenBrad Smith
2006-07-13Add the VIA VT8237A HD Audio PCI id.Brad Smith
From kent@NetBSD
2006-07-12only call the init routine if the interface is not already running.Brad Smith