aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/isa
Commit message (Expand)AuthorAgeFilesLines
* Sanity guard- return ENODEV if we don't have a good IRQ resource.Matt Jacob2001-07-111-0/+3
* Repo copy i8237.h to dev/ic so we can get rid of some of the final vestigesWarner Losh2001-06-301-1/+1
* Use the MI ithread helper functions in the alpha hardware interrupt code.John Baldwin2001-02-091-2/+1
* Add a prototype for isa_irq_mask() to quiet a warning.John Baldwin2001-01-241-0/+1
* Alter isa interrupt behaviour on alpha. Rather than send a non-specificAndrew Gallatin2000-12-011-4/+38
* 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-3/+8
* remove breakage that snuck in with my last commitAndrew Gallatin2000-06-291-1/+0
* Support bounce buffers for ISA DMA on the alpha. This is required for theAndrew Gallatin2000-06-191-3/+28
* Allow platform specific isa interrupt setup & teardown routines inAndrew Gallatin2000-05-281-1/+11
* Use bus_space_handle_t instead of bus_space_tag_t to hold the resultDoug Rabson2000-05-271-2/+2
* Handle PCI devices that actually use an ISA IRQ for the cia and tsunamiJohn Baldwin2000-05-102-0/+9
* Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags.Poul-Henning Kamp2000-03-131-10/+9
* * Add struct resource_list* argument to resource_list_alloc andDoug Rabson1999-10-121-14/+25
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
* * Implement ISA dma (only for CIA now but more chipsets to follow).Doug Rabson1999-06-052-9/+514
* Use resource allocation apis to get ports.Doug Rabson1999-05-301-9/+34
* * Factor out the common code between the isa bus drivers for i386 and alpha.Doug Rabson1999-05-221-421/+73
* Calibrate the processor cycle counter instead of believing what theDoug Rabson1999-05-181-1/+2
* Another minor fix from i386 to remember when the port is set to -1.Doug Rabson1999-05-181-2/+2
* Update isa_print_child to match i386.Doug Rabson1999-05-181-10/+10
* * Define a new static method DEVICE_IDENTIFY which is called to add deviceDoug Rabson1999-05-141-139/+63
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-083-7/+6
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.Peter Wemm1999-04-211-3/+3
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-162-30/+98
* Update the alpha port to use the new syscons.Doug Rabson1999-01-231-4/+21
* Add support for 'vmstat -i'.Doug Rabson1998-11-281-2/+4
* Fix things so that pci interrupts can be registered correctly on apecsDoug Rabson1998-11-181-6/+15
* * Add hooks to allow the X server to access I/O ports and memory.Doug Rabson1998-11-151-59/+395
* Fix the interrupt mask generated for enabling/disabling interrupts 8 to 15.Paul Richards1998-10-251-3/+3
* Disable unwanted isa interrupts.Doug Rabson1998-09-161-1/+8
* Lots of changes, including:Doug Rabson1998-08-101-5/+11
* Cosmetic change to driver registration.Doug Rabson1998-07-311-2/+2
* Support the disabled keyword for isa devices.Doug Rabson1998-07-271-2/+8
* Move the mcclock from root to isa.Doug Rabson1998-07-221-7/+10
* Add a simple ISA bus. No support for memory mapped devices or DMA as yet.Doug Rabson1998-07-221-0/+318
* An mc146818a clock attached to an isa bus.Doug Rabson1998-07-151-0/+105