summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2012-10-13This device should not put itself into D3 by itself when going to WOL;Theo de Raadt
2012-10-12Added I-O DATA RSA-PCI2 support.sasano
2012-10-12Add $OpenBSD$ CVS Ids.Reyk Floeter
2012-10-12Cleanup false positives for uninitialized uses.Christiano F. Haesbaert
2012-10-12no need to fetch and print the fw revisionMike Belopuhov
2012-10-12major cleanupMike Belopuhov
2012-10-12a bit of janitoringMike Belopuhov
2012-10-11rework the firmware interface and incorporate all the guts intoMike Belopuhov
2012-10-11kill a scary unused functionMike Belopuhov
2012-10-11better integer log2 implementation, checked with what linux is doingMike Belopuhov
2012-10-11remove pci_set_powerstate() calls that are not needed, since the pciTheo de Raadt
2012-10-10add missing breakTheo de Raadt
2012-10-08Revamp the sequences for suspend/hibernate -> resume so that the codeTheo de Raadt
2012-10-05Avoid uninitiliazed use of ctl and corresponding warnings.Christiano F. Haesbaert
2012-09-30Correct the addition of the 39320LPE controller. The actual product nameBrad Smith
2012-09-30Simplify the gem(4) variant detection code a bit.Brad Smith
2012-09-28update my copyrightMike Belopuhov
2012-09-28Add support for the Adaptec 39320LPE controller.Brad Smith
2012-09-26Do not report link status unless the interface is up as the status isBrad Smith
2012-09-26Add support for VLAN sized frames.Brad Smith
2012-09-26add D-Link DGE-530T to re(4), update re(4) manpageRyan Freeman
2012-09-25Add minimal support for gen7/ivy bridge in inteldrm.Jonathan Gray
2012-09-20make the lines printed during attach more consistent with other driversJasper Lievisse Adriaanse
2012-09-19Add resource tracking for PCI bus numbers. This will allow us to preventMark Kettenis
2012-09-19ioctl requests are u_long not int, spotted via clangJonathan Gray
2012-09-19Add new drivers for virtio network (vio) and block devices (vioblk, the disksStefan Fritsch
2012-09-18Wait until all xfers have finished before giving up DMA buffer mappings.Gerhard Roth
2012-09-13tell mii_attach where the phy is on the chip, rather than asking it toDavid Gwynne
2012-09-13regenjoshua stein
2012-09-13recognize the Intel Centrino Advanced-N 6235joshua stein
2012-09-10autoconf is not the right place to sleep; noticed by haesbaertMike Belopuhov
2012-09-08Don't use mtrr if we are not on i386/amd64.Martin Pieuchot
2012-09-08Instead of having yet an other option to compile the drm code without agpMartin Pieuchot
2012-09-07Call pci_min_powerstate() to determine the lowest possible powerstate insteadMark Kettenis
2012-09-07Fixup a memory access fault on an invalid reply. Quoting the spec:Mike Belopuhov
2012-09-03add Intel 7 series kt (amt serial over lan)Jonathan Gray
2012-08-31Wake on LAN support for nfe(4). Tested by me, russel on misc@, and jsg.Stefan Sperling
2012-08-30Determine the memory and mmio regions based on previously initialzed BARMartin Pieuchot
2012-08-30Use only one macro instead of two to turn debug printf on.Martin Pieuchot
2012-08-28oops. a bit of debugging code has sneaked inMike Belopuhov
2012-08-28Get rid of several ill-defined concepts and use more informationMike Belopuhov
2012-08-25Make sure we disable interrupts on attachment before re-enabling.Christiano F. Haesbaert
2012-08-25Small cleanup.Christiano F. Haesbaert
2012-08-25some endian fixes.David Gwynne
2012-08-23cleanup calculations in iocfacts a bit: number of reply frames doesn'tMike Belopuhov
2012-08-23whitespace cleanup; no functional changeMike Belopuhov
2012-08-23use BUS_DMA_ZEROMike Belopuhov
2012-08-23the chain_offset in mfii requests are in 16 byte units, not 4 likeDavid Gwynne
2012-08-23turns out - is not commutative.David Gwynne
2012-08-23stupid code bug.David Gwynne