summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/ahd_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* indentderaadt2009-05-311-2/+2
* Use pci_set_powerstate(), shrinking the code and unifying the differentfgsch2007-10-221-13/+4
* Remove unneeded scope declarations that shadows existing ones. krw@ okfgsch2007-10-201-5/+1
* s/Mhz/MHz/ in comments and printf() stringstom2006-10-191-5/+5
* Do not fiddle with the io/mem space enable bits in the PCI command/statuskettenis2006-07-111-15/+3
* paramter -> parametermiod2006-05-181-3/+3
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-6/+1
* Reduce delta to FreeBSD by adding and using ahd_alloc() rather thankrw2004-12-191-28/+4
* Turn on the BUSFREEREV bug for the Rev. B controller. This is requiredkrw2004-12-101-2/+3
* More NetBSD cruft removal/FreeBSD delta reduction. Whitespace, function and variable shuffle. No functional change.krw2004-11-181-4/+1
* KNF large chunks of tab-free code discovered while working on previouskrw2004-11-141-120/+115
* More NetBSD cruft removal, starting with 'struct ahd_pci_busdata' andkrw2004-11-141-81/+48
* Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>marco2004-08-231-6/+29
* Make AHD_DEBUG compile. ok krw@marco2004-06-231-2/+2
* Remove unused descriptive name strings. We use the names the devices return.krw2004-06-141-22/+1
* Attach scsi bus, find devices without crashing, successfully do simplekrw2004-05-251-16/+17
* Remove bogus $Id.marco2004-05-201-3/+1
* Add ahd. ok krw@marco2004-05-201-0/+1239