aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/pci
Commit message (Expand)AuthorAgeFilesLines
* At great personal risk, add a __packed and __aligned(x) define thatPeter Wemm2002-09-231-1/+1
* Remove ## concatination in the CFGREAD and CFGWRITE macros, as gcc3 complainsAndrew Gallatin2002-05-101-2/+2
* Revive dec_axppci_33_intr_route for LCA.Bernd Walter2002-04-171-13/+4
* Clear the error flags in the LCA_IOC_STAT0 register afterBernd Walter2002-04-171-0/+18
* I am not sure why ## was used in this macro, as w/o the string concatenationDavid E. O'Brien2002-04-171-2/+2
* LCA based systems can't handle more than 16 devices on pci bus 0.Bernd Walter2002-04-111-1/+1
* shut up the compilerAndrew Gallatin2002-03-211-1/+1
* Fix abuses of cpu_critical_{enter,exit} by converting toWarner Losh2002-03-213-13/+13
* Remove __P(). This was tested on the GENERIC kernel.David E. O'Brien2002-03-201-2/+2
* recover from namespace collision caused by un-static'ing pci_alloc_resource()Andrew Gallatin2002-02-288-8/+8
* Introduce a standard name for the lock protecting an interrupt controllerJohn Baldwin2001-12-204-10/+55
* Modify the critical section API as follows:John Baldwin2001-12-183-8/+8
* - splhigh()/splx() -> critical_enter()/critical_exit()Andrew Gallatin2001-10-202-5/+5
* Remove unneeded sys/mutex.h includes.John Baldwin2001-10-196-6/+0
* Fix Assembler buglet: Warning: .end directive names different symbol than .entMatt Jacob2001-06-141-1/+1
* Supply the intpin to the platform.pci_intr_map() function. It turnsAndrew Gallatin2001-06-103-0/+6
* Resurrect platform.pci_intr_map() and essentially undo the effects ofAndrew Gallatin2001-06-015-106/+45
* Backout previous revision. While it fixed many platforms, it brokeAndrew Gallatin2001-05-311-7/+2
* finally fix intr routing on alphas such as the as500 after months ofAndrew Gallatin2001-05-271-2/+7
* Make sure that all resource allocation is handled in the pcib device, notDoug Rabson2001-05-2312-119/+90
* fix alpha-MD compile errors after the vm_mtx commitAndrew Gallatin2001-05-206-0/+6
* Switch from save/disable/restore_intr() to critical_enter/exit().John Baldwin2001-03-281-7/+8
* Use the MI ithread helper functions in the alpha hardware interrupt code.John Baldwin2001-02-094-9/+5
* Send "#if NISA > 0" to the bit-bucket and replace it with an option.Peter Wemm2001-01-291-5/+6
* Next phase in the PCI subsystem cleanup.Mike Smith2000-12-089-36/+54
* Partially re-write T2 chipset support based on Tru64 platform supportAndrew Gallatin2000-12-074-86/+450
* Fix for vanilla PC164 systems to use a slightly different PALcode magicMatt Jacob2000-12-041-0/+30
* Convert the pcib_{read,write}_config args from signed to unsigned,Andrew Gallatin2000-12-018-29/+29
* fix isa DMA on pyxis based machines:Andrew Gallatin2000-11-211-7/+8
* Fix typo in END macro (END'ed enable twice)Matt Jacob2000-11-091-1/+1
* Pass in the new-bus flags to alpha_setup_intr().John Baldwin2000-11-014-5/+5
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.John Baldwin2000-10-055-18/+110
* Well, this works for me and I can now boot my PC164 again.Matt Jacob2000-09-111-34/+41
* A quick fix to get around a problem (described below) with cia basedAndrew Gallatin2000-09-022-3/+5
* Introduce explicit break statements in the various chipsets'Andrew Gallatin2000-08-316-0/+28
* 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