index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
pci.c
Age
Commit message (
Expand
)
Author
2009-05-05
Add extents for prefetchable memory mapped I/O. Should remove conflict
Mark Kettenis
2009-04-06
Set a first step on the road towards proper accounting of PCI resources by
Mark Kettenis
2008-12-28
Remove confusion between "raw" and "swizzled" interrupt pins. Remove some
Mark Kettenis
2008-06-13
properly indent something horridly misleading
Theo de Raadt
2008-06-13
Initialize the return value in pci_probe_device() function, so that we do
Theo de Raadt
2008-02-27
Make sure we match the correct pci domain; clean up the code a bit and remove
Mark Kettenis
2007-12-31
On some machines we get hotplug interrupts when they're resumed, so don't
Mark Kettenis
2007-11-30
Make pci(4) detachable.
Mark Kettenis
2007-11-26
Add PCI VPD read/write functions from NetBSD required for some things
Jonathan Gray
2007-11-17
Allow pci_get_capability to decode capabilities for PCI bridges.
Brad Smith
2007-10-22
Add pci_set_powerstate() to change the pm state for a given device.
Federico G. Schwindt
2007-05-21
Implement deep interrupt swizzling by mapping all four PCI interrupt pins
Mark Kettenis
2006-12-14
Make pci subsystem aware of domains. Each host bridge gets assigned a unique
Mark Kettenis
2006-12-11
On i386, swizzle interrupts for devices for which we don't have explicit
Mark Kettenis
2006-10-04
Do not assume that the pci(4) unit number matches the actual PCI bus number.
Mark Kettenis
2006-07-04
Do not blindly enable io and mem space for all matched PCI devices. This is
Mark Kettenis
2006-03-22
Add pci_find_device() a helper function for enumerating the
Jonathan Gray
2006-03-20
de-register.
Brad Smith
2006-03-19
ANSI and KNF.
Brad Smith
2006-03-19
- check HDRTYPE early, and ignore if it is not supported (n > 2).
Brad Smith
2006-03-19
rev 1.86
Brad Smith
2006-03-11
move PCI softc struct from pci.c to pcivar.h
Brad Smith
2005-07-10
pci_conf_read() return pcireg_t not u_int32_t and fix some style
Michael Shalayeff
2005-06-29
rev 1.47
Brad Smith
2005-05-02
Don't hardcode sizeof(pcireg_t) value. ok markus@
Alexander Yurchenko
2004-12-08
add pci powerhooks: save/restore cfg space; with claudio@, ok deraadt@
Markus Friedl
2004-12-07
Remove the PCI-ISA bridge callback mechanism; it's no longer needed.
Brad Smith
2004-06-25
Provide information about the raw (unswizzled) intrrupt pin in
Artur Grabowski
2003-04-27
strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.
Hakan Olsson
2003-02-28
remove non-typo changes. sorry folks
Michael Shalayeff
2003-02-28
typo; from weissmanndude
Michael Shalayeff
2002-11-19
Add a simplistic table driven lookup routine and use it where appropriate.
Jason Wright
2002-04-04
Catch broken devices on sparc64 (where broken == devices that don't have
Jason Wright
2002-03-27
make sure error is set to zero on the pci write case for user conf
Jason Wright
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-23
Add aperture driver support for macppc, and also place writing to /dev/pci
Matthieu Herrb
2002-02-18
Correct fix for breakage in rev 1.23. Sorry for the mess.
Matthieu Herrb
2002-02-18
do not assume PCI_USERCONF is set on all arch; matthieu ok
Theo de Raadt
2002-02-18
store the PCI configuration space bus number in the pci_softc struct
Matthieu Herrb
2001-08-25
Allow machdep code to decide the order in which we probe the
Artur Grabowski
2001-07-20
Add pa_bus to pci_attach_args
Constantine Sapuntzakis
2001-06-26
use pci_bus_maxdevs instead of nasty i386 specific goop (It's nice to
Jason Wright
2001-06-24
Avoid panics on the i386 if the bus/dev/func numbers are not valid
Matthieu Herrb
2001-06-24
allow ioctl(..., PCIOCREAD, ...) if the device was opened O_READONLY
Matthieu Herrb
2001-06-23
PCI bus configuration userland access from FreeBSD.
Matthieu Herrb
2001-01-27
ignore swizzling on i386.
Michael Shalayeff
1999-07-18
Added pci_mapreg* interface from NetBSD.
Constantine Sapuntzakis
1998-10-29
Put in some generic code in PCI driver for enabling PCI cards.
Constantine Sapuntzakis
1998-08-22
Powerpc supports isa not just power4e
Dale S. Rahn
1998-06-26
check for invalid and empty slots by name
Theo de Raadt
[next]