summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ahd_pci.c
AgeCommit message (Expand)Author
2024-09-01spelling; checked by jmc@, ok miod@ mglocker@ krw@Jonathan Gray
2022-10-21constify global identity tablesKlemens Nanni
2022-03-11Constify struct cfattach.Martin Pieuchot
2022-01-09spellingJonathan Gray
2020-07-24Turning on various scsi drivers' *DEBUG options reveals that this hasKenneth R Westerback
2019-01-31Fix compilation of amd64 kernel when optimization is disabled.Todd C. Miller
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2013-11-18Factor out of {split,pci}_status_strings[] the printf formattings bits,Philip Guenther
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,Theo de Raadt
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-09-30Correct the addition of the 39320LPE controller. The actual product nameBrad Smith
2012-09-28Add support for the Adaptec 39320LPE controller.Brad Smith
2009-05-31indentTheo de Raadt
2007-10-22Use pci_set_powerstate(), shrinking the code and unifying the differentFederico G. Schwindt
2007-10-20Remove unneeded scope declarations that shadows existing ones. krw@ okFederico G. Schwindt
2006-10-19s/Mhz/MHz/ in comments and printf() stringsTom Cosgrove
2006-07-11Do not fiddle with the io/mem space enable bits in the PCI command/statusMark Kettenis
2006-05-18paramter -> parameterMiod Vallat
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2004-12-19Reduce delta to FreeBSD by adding and using ahd_alloc() rather thanKenneth R Westerback
2004-12-10Turn on the BUSFREEREV bug for the Rev. B controller. This is requiredKenneth R Westerback
2004-11-18More NetBSD cruft removal/FreeBSD delta reduction. Whitespace, function and v...Kenneth R Westerback
2004-11-14KNF large chunks of tab-free code discovered while working on previousKenneth R Westerback
2004-11-14More NetBSD cruft removal, starting with 'struct ahd_pci_busdata' andKenneth R Westerback
2004-08-23Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>Marco Peereboom
2004-06-23Make AHD_DEBUG compile. ok krw@Marco Peereboom
2004-06-14Remove unused descriptive name strings. We use the names the devices return.Kenneth R Westerback
2004-05-25Attach scsi bus, find devices without crashing, successfully do simpleKenneth R Westerback
2004-05-20Remove bogus $Id.Marco Peereboom
2004-05-20Add ahd. ok krw@Marco Peereboom