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
/
arch
/
sparc64
/
dev
/
pci_machdep.c
Age
Commit message (
Expand
)
Author
2009-08-22
Constify the what/name parameter of pci_intr_establish().
Michael Knudsen
2009-07-20
Pass a pci_chipset_tag_t to pci_intr_line(), to eventually allow the
Miod Vallat
2009-05-03
On the UltraBook the PROM privides two interrupts for its ccb(4)'s. Handle
Mark Kettenis
2008-03-24
Remove KASSERT that's causing grieve on sun4v, and I've never seen triggered.
Mark Kettenis
2008-03-08
Check "status" property.
Mark Kettenis
2008-01-19
Make host bridges provide their own implementation of pci_conf_read() and
Mark Kettenis
2008-01-03
Don't depend on evil (struct psycho_pbm *) cast.
Mark Kettenis
2007-11-25
Give the CarBus side of CardBus-PCI bridges a bus number, since OpenFirmware
Mark Kettenis
2007-10-25
Remove some coded that has been #ifdef'ed out for quite a while now.
Mark Kettenis
2007-08-04
Add missing pci_intr_line() implementation.
Mark Kettenis
2007-05-28
Fix comparison between signed and unsigned integer. Makes the random
Mark Kettenis
2007-04-02
Remove bogus code. Turning on parity for pci busses may be a good idea, but
Mark Kettenis
2007-04-01
Shift tags when converting them into an address offset. Necessary to support
Mark Kettenis
2006-07-10
Do not blindly enable pci io/mem space.
Mark Kettenis
2006-06-27
Fix interrupt mapping. This now seems to work on all machines, even with
Mark Kettenis
2006-06-02
turn the non-DEBUG case of DPRINTF into a do {} while (0) so it works
Jason Wright
2006-03-24
- Set the PCI latency timer for bus master devices.
Brad Smith
2006-03-19
rev 1.86
Brad Smith
2006-01-06
Don't add the same function twice when ordering the functions of a PCI device.
Mark Kettenis
2005-09-04
remove unused NetBSD pci_intr_evcnt() function.
Brad Smith
2005-07-30
Don't do nothing -> Don't do anything
Brad Smith
2005-07-27
Back out 1.16. There are cases where we can recover from OF_mapintr
Artur Grabowski
2005-07-07
change panic into printf for pci_intr_disestablish()
Brad Smith
2005-06-30
found this when working on something else...
Marco Peereboom
2004-12-02
Add pci_decompose_tag() for sparc64.
Brad Smith
2003-06-24
Add a "where" argument to the sparc64 interrupt code. This lets us
Henric Jungheim
2003-05-16
The sparc64 proms do not map all interrupt vectors. Instead of
Henric Jungheim
2003-05-10
string cleaning; ok beck dhartmei
Theo de Raadt
2003-02-17
Add support for the Sun Enterprise 450
Henric Jungheim
2003-01-13
Don't use a global variable to determine which pci_conf* function to call,
Jason Wright
2002-06-08
make pci_conf_{read|write} indirect functions so we can overload them
Jason Wright
2002-03-26
Permit compiling with DEBUG; Joey Coleman <joeycoleman@acm.org>
Jason Wright
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-10-12
From NetBSD: convert printf's to debug only and remove a panic
Jason Wright
2001-08-29
rcsid
Jason Wright
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2001-08-23
Check for OF_mapintr() failure appears to be backwards; diff mailed to NetBSD.
Jason Wright
2001-08-22
Fix interrupt establishing.
Artur Grabowski
2001-08-22
pci_machep from NetBSD
Artur Grabowski