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
/
ppb.c
Age
Commit message (
Expand
)
Author
2008-09-10
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
Bret Lambert
2007-12-31
On some machines we get hotplug interrupts when they're resumed, so don't
Mark Kettenis
2007-12-04
Some ExpressCard cards have old PCI devices and a PCIe-PCI bridge.
Mark Kettenis
2007-11-30
Disestablish interrupts upon detach,
Mark Kettenis
2007-11-30
Make ppb(4) detachable.
Mark Kettenis
2007-11-25
When plugging a device, assign BARs and set interrupt lines.
Mark Kettenis
2007-11-25
Map the interrupt pins used for swizzling *after* mapping the PCI Express
Mark Kettenis
2007-11-24
First step towards PCI Express/ExpressCard hotplug. Unplug should work on
Mark Kettenis
2007-05-21
Implement deep interrupt swizzling by mapping all four PCI interrupt pins
Mark Kettenis
2007-02-13
Fix typo in comment
Tom Cosgrove
2006-12-14
Make pci subsystem aware of domains. Each host bridge gets assigned a unique
Mark Kettenis
2006-07-04
Back out the workaround committed in rev 1.13 now that we no longer blindly
Mark Kettenis
2006-03-19
ANSI and fix comments
Brad Smith
2006-03-13
* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to
Brad Smith
2006-02-27
Workaround for bridge attachment where nothing lives behind these 'rare'
Dale Rahn
2005-12-05
fix func name in the comments
Michael Shalayeff
2002-03-14
First round of __P removal in sys
Todd C. Miller
2000-01-15
special case one mislabeled device which is not a pci bridge at all
Theo de Raadt
1998-03-10
not yet
Theo de Raadt
1998-03-10
propogate pci flags
Theo de Raadt
1998-01-20
Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses it
Niklas Hallqvist
1998-01-05
new style pci attach printing
Theo de Raadt
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