summaryrefslogtreecommitdiff
path: root/sys/alpha/pci/tsunami_pci.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvscvs2svn2006-05-061-1/+1
* Catch up with __RMAN_RESOURCE_VISIBLE enough to get GENERIC to buildAndrew Gallatin2004-07-011-0/+1
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-1/+1
* Use __FBSDID().David E. O'Brien2003-06-101-2/+3
* I am not sure why ## was used in this macro, as w/o the string concatenationDavid E. O'Brien2002-04-171-2/+2
* recover from namespace collision caused by un-static'ing pci_alloc_resource()Andrew Gallatin2002-02-281-1/+1
* Make sure that all resource allocation is handled in the pcib device, notDoug Rabson2001-05-231-2/+3
* Next phase in the PCI subsystem cleanup.Mike Smith2000-12-081-0/+1
* Convert the pcib_{read,write}_config args from signed to unsigned,Andrew Gallatin2000-12-011-4/+4
* Introduce explicit break statements in the various chipsets'Andrew Gallatin2000-08-311-0/+4
* * Completely rewrite the alpha busspace to hide the implementation fromDoug Rabson2000-08-281-79/+192
* Handle PCI devices that actually use an ISA IRQ for the cia and tsunamiJohn Baldwin2000-05-101-2/+3
* Make devices behind PPBs work on DS10s (and any other single pchip tsunamis)Andrew Gallatin2000-01-201-9/+1
* Improve the mapping between the hardware PCI bus numbering on multi-hoseAndrew Gallatin1999-12-141-9/+73
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-1/+1
* allow pci_ioctl to work with multi-hose alphas.Andrew Gallatin1999-10-121-1/+14
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add support for the DEC_ST6600 family of alphas. This includes theAndrew Gallatin1999-05-261-0/+106