summaryrefslogtreecommitdiffstats
path: root/sys/alpha/pci
Commit message (Expand)AuthorAgeFilesLines
* Remove ## concatination in the CFGREAD and CFGWRITE macros, as gcc3 complainsgallatin2002-05-101-2/+2
* Revive dec_axppci_33_intr_route for LCA.ticso2002-04-171-13/+4
* Clear the error flags in the LCA_IOC_STAT0 register afterticso2002-04-171-0/+18
* I am not sure why ## was used in this macro, as w/o the string concatenationobrien2002-04-171-2/+2
* LCA based systems can't handle more than 16 devices on pci bus 0.ticso2002-04-111-1/+1
* shut up the compilergallatin2002-03-211-1/+1
* Fix abuses of cpu_critical_{enter,exit} by converting toimp2002-03-213-13/+13
* Remove __P(). This was tested on the GENERIC kernel.obrien2002-03-201-2/+2
* recover from namespace collision caused by un-static'ing pci_alloc_resource()gallatin2002-02-288-8/+8
* Introduce a standard name for the lock protecting an interrupt controllerjhb2001-12-204-10/+55
* Modify the critical section API as follows:jhb2001-12-183-8/+8
* - splhigh()/splx() -> critical_enter()/critical_exit()gallatin2001-10-202-5/+5
* Remove unneeded sys/mutex.h includes.jhb2001-10-196-6/+0
* Fix Assembler buglet: Warning: .end directive names different symbol than .entmjacob2001-06-141-1/+1
* Supply the intpin to the platform.pci_intr_map() function. It turnsgallatin2001-06-103-0/+6
* Resurrect platform.pci_intr_map() and essentially undo the effects ofgallatin2001-06-015-106/+45
* Backout previous revision. While it fixed many platforms, it brokegallatin2001-05-311-7/+2
* finally fix intr routing on alphas such as the as500 after months ofgallatin2001-05-271-2/+7
* Make sure that all resource allocation is handled in the pcib device, notdfr2001-05-2312-119/+90
* fix alpha-MD compile errors after the vm_mtx commitgallatin2001-05-206-0/+6
* Switch from save/disable/restore_intr() to critical_enter/exit().jhb2001-03-281-7/+8
* Use the MI ithread helper functions in the alpha hardware interrupt code.jhb2001-02-094-9/+5
* Send "#if NISA > 0" to the bit-bucket and replace it with an option.peter2001-01-291-5/+6
* Next phase in the PCI subsystem cleanup.msmith2000-12-089-36/+54
* Partially re-write T2 chipset support based on Tru64 platform supportgallatin2000-12-074-86/+450
* Fix for vanilla PC164 systems to use a slightly different PALcode magicmjacob2000-12-041-0/+30
* Convert the pcib_{read,write}_config args from signed to unsigned,gallatin2000-12-018-29/+29
* fix isa DMA on pyxis based machines:gallatin2000-11-211-7/+8
* Fix typo in END macro (END'ed enable twice)mjacob2000-11-091-1/+1
* Pass in the new-bus flags to alpha_setup_intr().jhb2000-11-014-5/+5
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-055-18/+110
* Well, this works for me and I can now boot my PC164 again.mjacob2000-09-111-34/+41
* A quick fix to get around a problem (described below) with cia basedgallatin2000-09-022-3/+5
* Introduce explicit break statements in the various chipsets'gallatin2000-08-316-0/+28
* fix a typo introduced by Doug's busspace changes that causes UP1000s togallatin2000-08-311-1/+1
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-2822-2210/+1468
* Do the same thing for TurboLaser that was done for Rawhide- make roommjacob2000-07-101-1/+1
* Don't let the infrastructure assign the 'next' PCI bus for us.mjacob2000-07-101-1/+1
* Support for unsigned integer and long sysctl variables. Update thejhb2000-07-051-4/+4
* Add support for the Alpha Processor, Inc. UP1000 system.gallatin2000-06-194-0/+588
* Sometimes there isn't an ISA bus configured.mjacob2000-06-121-0/+4
* Part of AS2100 support that I neglected to commit last nightgallatin2000-05-281-0/+29
* Add AlphaServer 2000 (demi-sable), 2100 (sable), and 2100A (lynx) support.gallatin2000-05-283-0/+917
* Handle PCI devices that actually use an ISA IRQ for the cia and tsunamijhb2000-05-103-5/+51
* add in stubbie mcpcia_pci that will parent PCI bussesmjacob2000-05-071-0/+80
* Add $FreeBSD$peter2000-05-014-0/+4
* Alpha 8200: Add in a dummy child of dwlpx so that we can make the leapmjacob2000-03-181-0/+80
* Alpha 8200: Do some compilation cleanup. Conditionalize some IDE stuffmjacob2000-03-181-6/+35
* Update the ata driver to take more advantage of newbus, thissos2000-02-181-14/+23
* Make devices behind PPBs work on DS10s (and any other single pchip tsunamis)gallatin2000-01-201-9/+1
OpenPOWER on IntegriCloud