aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/pci
Commit message (Expand)AuthorAgeFilesLines
...
* fix a typo introduced by Doug's busspace changes that causes UP1000s toAndrew Gallatin2000-08-311-1/+1
* * Completely rewrite the alpha busspace to hide the implementation fromDoug Rabson2000-08-2822-2210/+1468
* Do the same thing for TurboLaser that was done for Rawhide- make roomMatt Jacob2000-07-101-1/+1
* Don't let the infrastructure assign the 'next' PCI bus for us.Matt Jacob2000-07-101-1/+1
* Support for unsigned integer and long sysctl variables. Update theJohn Baldwin2000-07-051-4/+4
* Add support for the Alpha Processor, Inc. UP1000 system.Andrew Gallatin2000-06-194-0/+588
* Sometimes there isn't an ISA bus configured.Matt Jacob2000-06-121-0/+4
* Part of AS2100 support that I neglected to commit last nightAndrew Gallatin2000-05-281-0/+29
* Add AlphaServer 2000 (demi-sable), 2100 (sable), and 2100A (lynx) support.Andrew Gallatin2000-05-283-0/+917
* Handle PCI devices that actually use an ISA IRQ for the cia and tsunamiJohn Baldwin2000-05-103-5/+51
* add in stubbie mcpcia_pci that will parent PCI bussesMatt Jacob2000-05-071-0/+80
* Add $FreeBSD$Peter Wemm2000-05-014-0/+4
* Alpha 8200: Add in a dummy child of dwlpx so that we can make the leapMatt Jacob2000-03-181-0/+80
* Alpha 8200: Do some compilation cleanup. Conditionalize some IDE stuffMatt Jacob2000-03-181-6/+35
* 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