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
/
ahd_pci.c
Age
Commit message (
Expand
)
Author
2009-05-31
indent
Theo de Raadt
2007-10-22
Use pci_set_powerstate(), shrinking the code and unifying the different
Federico G. Schwindt
2007-10-20
Remove unneeded scope declarations that shadows existing ones. krw@ ok
Federico G. Schwindt
2006-10-19
s/Mhz/MHz/ in comments and printf() strings
Tom Cosgrove
2006-07-11
Do not fiddle with the io/mem space enable bits in the PCI command/status
Mark Kettenis
2006-05-18
paramter -> parameter
Miod Vallat
2005-08-09
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...
Michael Shalayeff
2004-12-19
Reduce delta to FreeBSD by adding and using ahd_alloc() rather than
Kenneth R Westerback
2004-12-10
Turn on the BUSFREEREV bug for the Rev. B controller. This is required
Kenneth R Westerback
2004-11-18
More NetBSD cruft removal/FreeBSD delta reduction. Whitespace, function and v...
Kenneth R Westerback
2004-11-14
KNF large chunks of tab-free code discovered while working on previous
Kenneth R Westerback
2004-11-14
More NetBSD cruft removal, starting with 'struct ahd_pci_busdata' and
Kenneth R Westerback
2004-08-23
Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>
Marco Peereboom
2004-06-23
Make AHD_DEBUG compile. ok krw@
Marco Peereboom
2004-06-14
Remove unused descriptive name strings. We use the names the devices return.
Kenneth R Westerback
2004-05-25
Attach scsi bus, find devices without crashing, successfully do simple
Kenneth R Westerback
2004-05-20
Remove bogus $Id.
Marco Peereboom
2004-05-20
Add ahd. ok krw@
Marco Peereboom