summaryrefslogtreecommitdiffstats
path: root/sys/alpha/pci/cia.c
Commit message (Expand)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.jhb2006-05-111-580/+0
* Replace __RMAN_RESOURCE_VISIBLE with calls to public entry pointsphk2005-09-251-7/+6
* Relocate direct map specs into struct alpha_chipset.ticso2005-09-191-0/+3
* Begin all license/copyright comments with /*- or #-imp2005-01-051-1/+1
* Catch up with __RMAN_RESOURCE_VISIBLE enough to get GENERIC to buildgallatin2004-07-011-0/+1
* Widen the enable/disable helper function's argument in line with thepeter2003-11-171-2/+2
* Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h>marcel2003-08-171-3/+5
* Use __FBSDID().obrien2003-06-101-3/+3
* Fix abuses of cpu_critical_{enter,exit} by converting toimp2002-03-211-6/+6
* Introduce a standard name for the lock protecting an interrupt controllerjhb2001-12-201-3/+15
* Modify the critical section API as follows:jhb2001-12-181-4/+4
* Remove unneeded sys/mutex.h includes.jhb2001-10-191-1/+0
* Make sure that all resource allocation is handled in the pcib device, notdfr2001-05-231-6/+0
* fix alpha-MD compile errors after the vm_mtx commitgallatin2001-05-201-0/+1
* 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-091-2/+1
* fix isa DMA on pyxis based machines:gallatin2000-11-211-7/+8
* Pass in the new-bus flags to alpha_setup_intr().jhb2000-11-011-1/+1
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-051-5/+25
* 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-021-0/+2
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-281-509/+32
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-1/+1
* useracc() the prequel:phk1999-10-291-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Some very minor changes to the ISA dma code.dfr1999-08-251-3/+3
* On an AS 600 5/266 (and possibly others), accessing the configurationgallatin1999-07-291-3/+26
* Get prototype for isa_init_intr().peter1999-07-011-1/+2
* * Implement ISA dma (only for CIA now but more chipsets to follow).dfr1999-06-051-1/+144
* Add support for multiple PCI "hoses" used on various alpha platforms.gallatin1999-05-201-13/+13
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-4/+4
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-6/+9
* Fix some warnings.dfr1999-03-281-11/+1
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-3/+3
* Enable BWX i/o access. I disabled it by mistake with the last commit.dfr1998-12-021-2/+2
* Add support for 'vmstat -i'.dfr1998-11-281-4/+6
* * Add hooks to allow the X server to access I/O ports and memory.dfr1998-11-151-39/+104
* Add functions for accessing dense and bwx memory for pci devices. Thesedfr1998-10-061-1/+23
* Workaround some EB164 wierdness.dfr1998-09-161-13/+75
* I managed to break sparse configuration accesses with my last commit.dfr1998-08-131-3/+3
* Add code from NetBSD to print CIA capabilities and try to detect Pyxis bugs.dfr1998-08-111-2/+141
* Lots of changes, including:dfr1998-08-101-43/+18
* Add support for type1 pci configuration cycles for cia (not pyxis yet).dfr1998-08-071-26/+61
* Only perform byte/word accesses in the correct EV56 memory space.dfr1998-07-311-78/+69
* Merge KN20AA support from Andrew Gallatin.dfr1998-07-221-31/+320
* Implement CIA interrupts.dfr1998-07-121-1/+32
* Add basic support for 2117x pci chipsets. Currently only pyxis (21174)dfr1998-07-051-0/+246
OpenPOWER on IntegriCloud