summaryrefslogtreecommitdiffstats
path: root/sys/alpha/isa/isa.c
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-251-5/+5
* This file never needed to see what is in the internal struct resource,phk2005-09-251-9/+7
* Catch up with __RMAN_RESOURCE_VISIBLE enough to get GENERIC to buildgallatin2004-07-011-0/+1
* sync comment with i386's isa.c.. This removes a comment that is YEARSjmg2004-03-171-3/+1
* Widen the enable/disable helper function's argument in line with thepeter2003-11-171-3/+4
* Use __FBSDID().obrien2003-06-101-2/+3
* Style(9) a comment added in previous commit.gallatin2003-04-111-2/+4
* Enable loadable modules to be unloaded on alphas with shared isagallatin2003-04-101-9/+21
* Don't grab the ICU lock while reading the current pending interrupts andjhb2002-02-081-4/+0
* Use the new resource_list_print_type() function.tmm2001-12-211-1/+1
* Introduce a standard name for the lock protecting an interrupt controllerjhb2001-12-201-6/+23
* Sanity guard- return ENODEV if we don't have a good IRQ resource.mjacob2001-07-111-0/+3
* Use the MI ithread helper functions in the alpha hardware interrupt code.jhb2001-02-091-2/+1
* Alter isa interrupt behaviour on alpha. Rather than send a non-specificgallatin2000-12-011-4/+38
* 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-3/+8
* Allow platform specific isa interrupt setup & teardown routines ingallatin2000-05-281-1/+11
* Handle PCI devices that actually use an ISA IRQ for the cia and tsunamijhb2000-05-101-0/+7
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-121-14/+25
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* * Implement ISA dma (only for CIA now but more chipsets to follow).dfr1999-06-051-9/+27
* * Factor out the common code between the isa bus drivers for i386 and alpha.dfr1999-05-221-421/+73
* Another minor fix from i386 to remember when the port is set to -1.dfr1999-05-181-2/+2
* Update isa_print_child to match i386.dfr1999-05-181-10/+10
* * Define a new static method DEVICE_IDENTIFY which is called to add devicedfr1999-05-141-139/+63
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-3/+2
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.peter1999-04-211-3/+3
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-30/+59
* Update the alpha port to use the new syscons.dfr1999-01-231-4/+21
* Add support for 'vmstat -i'.dfr1998-11-281-2/+4
* Fix things so that pci interrupts can be registered correctly on apecsdfr1998-11-181-6/+15
* * Add hooks to allow the X server to access I/O ports and memory.dfr1998-11-151-59/+395
* Fix the interrupt mask generated for enabling/disabling interrupts 8 to 15.paul1998-10-251-3/+3
* Disable unwanted isa interrupts.dfr1998-09-161-1/+8
* Lots of changes, including:dfr1998-08-101-5/+11
* Support the disabled keyword for isa devices.dfr1998-07-271-2/+8
* Add a simple ISA bus. No support for memory mapped devices or DMA as yet.dfr1998-07-221-0/+318
OpenPOWER on IntegriCloud