summaryrefslogtreecommitdiffstats
path: root/sys/alpha/pci
Commit message (Expand)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.jhb2006-05-1131-6351/+0
* Revert part of previous commit. In alpha_platform_alloc_ide_intr(),marcel2006-04-221-6/+1
* Set the rid for any resources that are allocated at the level whereimp2006-04-203-10/+28
* Replace __RMAN_RESOURCE_VISIBLE with calls to public entry pointsphk2005-09-255-28/+26
* Substitute rman_get_start() for __RMAN_RESOURCE_VISIBLEphk2005-09-251-7/+7
* Relocate direct map specs into struct alpha_chipset.ticso2005-09-196-3/+18
* add cpu_idle support for 21066A based lca systemsticso2005-01-312-0/+31
* Begin all license/copyright comments with /*- or #-imp2005-01-0512-13/+13
* In alpha_pci_alloc_resource(), when allocating a memory resource,marcel2004-08-291-1/+1
* Catch up with __RMAN_RESOURCE_VISIBLE enough to get GENERIC to buildgallatin2004-07-016-0/+6
* Catch a few places where NULL (pointer) was used where 0 (integer) waspeter2003-12-231-1/+1
* Widen the enable/disable helper function's argument in line with thepeter2003-11-174-8/+8
* Prefer new location of pci include files (which have only been in theimp2003-08-2210-15/+15
* Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h>marcel2003-08-176-16/+28
* Use __FBSDID().obrien2003-06-1015-31/+45
* At great personal risk, add a __packed and __aligned(x) define thatpeter2002-09-231-1/+1
* 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
OpenPOWER on IntegriCloud