aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/pci/cia.c
Commit message (Expand)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.John Baldwin2006-05-111-580/+0
* Replace __RMAN_RESOURCE_VISIBLE with calls to public entry pointsPoul-Henning Kamp2005-09-251-7/+6
* Relocate direct map specs into struct alpha_chipset.Bernd Walter2005-09-191-0/+3
* Begin all license/copyright comments with /*- or #-Warner Losh2005-01-051-1/+1
* Catch up with __RMAN_RESOURCE_VISIBLE enough to get GENERIC to buildAndrew Gallatin2004-07-011-0/+1
* Widen the enable/disable helper function's argument in line with thePeter Wemm2003-11-171-2/+2
* Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h>Marcel Moolenaar2003-08-171-3/+5
* Use __FBSDID().David E. O'Brien2003-06-101-3/+3
* Fix abuses of cpu_critical_{enter,exit} by converting toWarner Losh2002-03-211-6/+6
* Introduce a standard name for the lock protecting an interrupt controllerJohn Baldwin2001-12-201-3/+15
* Modify the critical section API as follows:John Baldwin2001-12-181-4/+4
* Remove unneeded sys/mutex.h includes.John Baldwin2001-10-191-1/+0
* Make sure that all resource allocation is handled in the pcib device, notDoug Rabson2001-05-231-6/+0
* fix alpha-MD compile errors after the vm_mtx commitAndrew Gallatin2001-05-201-0/+1
* 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-091-2/+1
* fix isa DMA on pyxis based machines:Andrew Gallatin2000-11-211-7/+8
* Pass in the new-bus flags to alpha_setup_intr().John Baldwin2000-11-011-1/+1
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.John Baldwin2000-10-051-5/+25
* 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-021-0/+2
* * Completely rewrite the alpha busspace to hide the implementation fromDoug Rabson2000-08-281-509/+32
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-1/+1
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Some very minor changes to the ISA dma code.Doug Rabson1999-08-251-3/+3
* On an AS 600 5/266 (and possibly others), accessing the configurationAndrew Gallatin1999-07-291-3/+26
* Get prototype for isa_init_intr().Peter Wemm1999-07-011-1/+2
* * Implement ISA dma (only for CIA now but more chipsets to follow).Doug Rabson1999-06-051-1/+144
* Add support for multiple PCI "hoses" used on various alpha platforms.Andrew Gallatin1999-05-201-13/+13
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-4/+4
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-6/+9
* Fix some warnings.Doug Rabson1999-03-281-11/+1
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-3/+3
* 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
* * Add hooks to allow the X server to access I/O ports and memory.Doug Rabson1998-11-151-39/+104
* Add functions for accessing dense and bwx memory for pci devices. TheseDoug Rabson1998-10-061-1/+23
* Workaround some EB164 wierdness.Doug Rabson1998-09-161-13/+75
* I managed to break sparse configuration accesses with my last commit.Doug Rabson1998-08-131-3/+3
* Add code from NetBSD to print CIA capabilities and try to detect Pyxis bugs.Doug Rabson1998-08-111-2/+141
* Lots of changes, including:Doug Rabson1998-08-101-43/+18
* Add support for type1 pci configuration cycles for cia (not pyxis yet).Doug Rabson1998-08-071-26/+61
* Only perform byte/word accesses in the correct EV56 memory space.Doug Rabson1998-07-311-78/+69
* Merge KN20AA support from Andrew Gallatin.Doug Rabson1998-07-221-31/+320
* Implement CIA interrupts.Doug Rabson1998-07-121-1/+32
* Add basic support for 2117x pci chipsets. Currently only pyxis (21174)Doug Rabson1998-07-051-0/+246