summaryrefslogtreecommitdiffstats
path: root/sys/alpha/isa
Commit message (Expand)AuthorAgeFilesLines
* Add new a function isa_dma_init() which returns an errno when it failsphk2004-09-151-10/+8
* Catch up with __RMAN_RESOURCE_VISIBLE enough to get GENERIC to buildgallatin2004-07-011-0/+1
* Remove the advertsing clause, per the Regent's letter dated July 22, 1999.imp2004-04-051-4/+0
* 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
* Mega busdma API commit.scottl2003-07-011-0/+4
* Use __FBSDID().obrien2003-06-103-5/+9
* 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
* Tidy up some loose ends.peter2002-04-291-1/+1
* 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
* Repo copy i8237.h to dev/ic so we can get rid of some of the final vestigesimp2001-06-301-1/+1
* Use the MI ithread helper functions in the alpha hardware interrupt code.jhb2001-02-091-2/+1
* Add a prototype for isa_irq_mask() to quiet a warning.jhb2001-01-241-0/+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
* 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