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
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
1998-01-20
Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses it
Niklas Hallqvist
1998-01-07
now this is really pretty
Theo de Raadt
1998-01-05
new style pci attach printing
Theo de Raadt
1997-10-11
power.4e - not enabling pci boards
Per Fogelstrom
1997-10-10
Add a special fix for OpenFirmware Power PC PCI. It seems that OFW shuts
Per Fogelstrom
1997-01-24
Sync with NetBSD 960123
Niklas Hallqvist
1996-11-28
Adaption to new bus.h from NetBSD. Various driver has been updated to
Niklas Hallqvist
1996-11-23
added const to second parameter of cfprint_t routines
kstailey
1996-05-07
sync with 0504 -- prototypes and bus.h
Theo de Raadt
1996-04-21
partial sync with netbsd 960418, more to come
Theo de Raadt
1996-04-18
NetBSD 960317 merge
Niklas Hallqvist