summaryrefslogtreecommitdiffstats
path: root/sys/alpha/isa
Commit message (Expand)AuthorAgeFilesLines
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-051-3/+8
* remove breakage that snuck in with my last commitgallatin2000-06-291-1/+0
* Support bounce buffers for ISA DMA on the alpha. This is required for thegallatin2000-06-191-3/+28
* Allow platform specific isa interrupt setup & teardown routines ingallatin2000-05-281-1/+11
* Use bus_space_handle_t instead of bus_space_tag_t to hold the resultdfr2000-05-271-2/+2
* Handle PCI devices that actually use an ISA IRQ for the cia and tsunamijhb2000-05-102-0/+9
* Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags.phk2000-03-131-10/+9
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-121-14/+25
* $Id$ -> $FreeBSD$peter1999-08-284-4/+4
* * Implement ISA dma (only for CIA now but more chipsets to follow).dfr1999-06-052-9/+514
* Use resource allocation apis to get ports.dfr1999-05-301-9/+34
* * Factor out the common code between the isa bus drivers for i386 and alpha.dfr1999-05-221-421/+73
* Calibrate the processor cycle counter instead of believing what thedfr1999-05-181-1/+2
* 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-083-7/+6
* 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-162-30/+98
* 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
* Cosmetic change to driver registration.dfr1998-07-311-2/+2
* Support the disabled keyword for isa devices.dfr1998-07-271-2/+8
* Move the mcclock from root to isa.dfr1998-07-221-7/+10
* Add a simple ISA bus. No support for memory mapped devices or DMA as yet.dfr1998-07-221-0/+318
* An mc146818a clock attached to an isa bus.dfr1998-07-151-0/+105
OpenPOWER on IntegriCloud