summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2010-09-20Get rid of evcount's support for arranging counters in a treeMatthew Dempsky
2010-09-20Use SSD_ERRCODE_CURRENT instead of magic 0x70.Kenneth R Westerback
2010-09-19add support for 82583V. Confirmed to work on Portwell CAD-0205.YASUOKA Masahiko
2010-09-19Check the right mask for additional functions in phy code for 82575Jonathan Gray
2010-09-19wrap a long lineTheo de Raadt
2010-09-19Move setting of reception of broadcast packets from lii_init() intoStuart Henderson
2010-09-17use audio(4) DVACT_{QUIESCE,RESUME}Jacob Meuser
2010-09-12Add some missing bus_dmamap_sync(). Fix a small whitespace problem whileMark Kettenis
2010-09-12silly me. use the switch() variable, not the case value.Jacob Meuser
2010-09-12use audio(4) DVACT_{QUIESCE,RESUME}Jacob Meuser
2010-09-12autoconf activate suspend/resume for emu(4). uses audio(4)Jacob Meuser
2010-09-12autoconf activate suspend/resume for cmpci(4). uses audio(4)Jacob Meuser
2010-09-12use audio(4) DVACT_{QUIESCE,RESUME}Jacob Meuser
2010-09-12use audio(4) DVACT_{QUIESCE,RESUME}Jacob Meuser
2010-09-12autoconf activate suspend/resume for auvia(4). uses new audio(4)Jacob Meuser
2010-09-10if the speaker is muted because headphones are plugged in, don'tJacob Meuser
2010-09-10the open() functions give us flags like FREAD and FWRITE from sys/fcntl.h.Jacob Meuser
2010-09-08Add support for Terratec EWX 24/96 based on initial diff from ratchov@.Stefan Sperling
2010-09-08Document that the resume case is waking children which may have beenTheo de Raadt
2010-09-08Split out the guts of pccbbintr() so that we can call it carefully atTheo de Raadt
2010-09-08During suspend, do not call children's interrupt handlers after we haveTheo de Raadt
2010-09-08better to break out of the casesTheo de Raadt
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-09-07Bring the promiscuous/multicast handling code in line with the current OpenBSDMiod Vallat
2010-09-06All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME}Theo de Raadt
2010-09-06Save and restore pci config space registers common to all PCI-CardBusMark Kettenis
2010-09-06Fix previous.Owain Ainsworth
2010-09-06Rev 1.67 of intagp (agp_i810.c) was added to deal with the problemOwain Ainsworth
2010-09-06Some stupid hardware marks PCI BARs as prefetchable that aren't side-effectMark Kettenis
2010-09-05Add an ioctl to figure out the non-sticky bits in PCI BARs used for determiningMark Kettenis
2010-09-05Properly invoke bus_dmamap_sync() around the ring descriptors. No functionalMiod Vallat
2010-09-04Remove redundant prototype left behind by deraadt@Mark Kettenis
2010-09-04Let se(4) support SiS191, and bring a lot of bugfixes and improvements fromMiod Vallat
2010-09-03Some cleanup in preparation for suspend/resume improvements.Mark Kettenis
2010-09-03bus_dmamap_sync() freshly initialized Rx descriptors before flipping the bitMark Kettenis
2010-08-31syncStuart Henderson
2010-08-31add id for BCM5719; from Linux tg3 driver via BradStuart Henderson
2010-08-31remove argnames from prototype.Owain Ainsworth
2010-08-31convert the powerhook to an activate function. That activate functionTheo de Raadt
2010-08-31remove a comment suggesting that azalia needs a powerhookTheo de Raadt
2010-08-31Add DVACT_QUIECE support. This is called before splhigh() and beforeTheo de Raadt
2010-08-31activate function should return result of config_activate_childrenTheo de Raadt
2010-08-31no need to specially handle the 4 AMD756 registers at suspend/resume time;Theo de Raadt
2010-08-31PCI configuration space register save/restore for AMD756.Miod Vallat
2010-08-31do not return EOPNOTSUPP for unknown activate actionsTheo de Raadt
2010-08-30Change powerhooks into activate functions, and provide stub powerhookTheo de Raadt
2010-08-30ioctl versus resume-workq exclusion; cloned from iwnTheo de Raadt
2010-08-29Massage the powerhook functions into activate functions, and then callTheo de Raadt
2010-08-28typoTheo de Raadt
2010-08-27Make PCI Power Management optional, and only enable it when acpi(4) attaches.Mark Kettenis