summaryrefslogtreecommitdiff
path: root/sys/alpha/pci
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.1.0_cvscvs2svn2000-07-2626-26/+26
* Put the arguments to SYSCTL_LONG() in the right order.John Baldwin2000-07-201-4/+4
* MFC: merge in various cosmetic cleanups:Kelly Yancey2000-07-191-4/+4
* MFC: Do the same thing for TurboLaser that was done for Rawhide- make roomMatt Jacob2000-07-101-1/+1
* MFC:Matt Jacob2000-07-101-1/+1
* MFC (1.23): Sometimes there isn't an ISA bus configured.Matt Jacob2000-07-041-0/+4
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-06-264-0/+588
* MFC: Support the OHCI controller's IRQ mapping on newer Alpha's.John Baldwin2000-06-073-5/+51
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-06-041-0/+29
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-05-283-0/+917
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-05-131-0/+80
* MFC: Changes for alpha 8200 support- increased resourc width for 'IRQ'Matt Jacob2000-03-271-6/+35
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-211-0/+80
* Update the ata driver to take more advantage of newbus, thisSøren Schmidt2000-02-181-14/+23
* 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-142-17/+81
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-038-8/+10
* Mchines whose interrupts are not routed through the ISA pic were stillAndrew Gallatin1999-11-161-3/+11
* Add a second direct map window to increase the maximum RAM this platformAndrew Gallatin1999-11-031-28/+43
* useracc() the prequel:Poul-Henning Kamp1999-10-294-4/+0
* * Implement bus_set/get/delete_resource for pci.Doug Rabson1999-10-141-15/+6
* allow pci_ioctl to work with multi-hose alphas.Andrew Gallatin1999-10-123-5/+27
* This fix allows cards inserted in one of the bottem-most slots on an xp1000Andrew Gallatin1999-09-301-2/+2
* $Id$ -> $FreeBSD$ (some mangled and/or hidden ones)Peter Wemm1999-08-281-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2815-15/+15
* Some very minor changes to the ISA dma code.Doug Rabson1999-08-251-3/+3
* Enable S/G IO. Based on Doug's changes to cia.cAndrew Gallatin1999-08-111-1/+65
* - detect the number of pchips actually present; don't just assume 2Andrew Gallatin1999-08-102-8/+91
* Support S/G DMA so that ISA devices (like the floppy disk) work.Andrew Gallatin1999-08-101-1/+71
* On an AS 600 5/266 (and possibly others), accessing the configurationAndrew Gallatin1999-07-291-3/+26
* Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These areDoug Rabson1999-07-281-6/+24
* Pull some prototypes into scopePeter Wemm1999-07-012-1/+3
* Get prototype for isa_init_intr().Peter Wemm1999-07-011-1/+2
* Fix a warning, and pull prototypes into scope for ide/isa interrupt setup.Peter Wemm1999-07-011-2/+3
* * Implement ISA dma (only for CIA now but more chipsets to follow).Doug Rabson1999-06-051-1/+144
* Add support for the DEC_ST6600 family of alphas. This includes theAndrew Gallatin1999-05-264-0/+802
* Add support for multiple PCI "hoses" used on various alpha platforms.Andrew Gallatin1999-05-207-45/+87
* Nearly forgot, remove pci_cfgopen() - it's unused on the alpha and is noPeter Wemm1999-05-181-7/+1
* Unused variablePeter Wemm1999-05-101-3/+1
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-087-20/+18
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.Peter Wemm1999-04-211-36/+1
* Add seatbelts.Doug Rabson1999-04-191-2/+5
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-167-42/+386
* Fix some warnings.Doug Rabson1999-03-281-11/+1
* Added support for the DEC EB64PLUS systype. (part I)Andrew Gallatin1999-01-182-5/+114
* Fix some 64bit truncation problems which crept into SYSCTL_LONG() with theDoug Rabson1998-12-271-8/+5
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-043-7/+7
* Enable BWX i/o access. I disabled it by mistake with the last commit.Doug Rabson1998-12-021-2/+2
* Add support for 'vmstat -i'.Doug Rabson1998-11-281-4/+6
* Fix things so that pci interrupts can be registered correctly on apecsDoug Rabson1998-11-181-2/+2