aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/isa
Commit message (Expand)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.John Baldwin2006-05-114-1098/+0
* Fix previous commit: the resource returned by rman_reserve_resource()Marcel Moolenaar2006-05-021-10/+8
* Set the rid for any resources that are allocated at the level whereWarner Losh2006-04-201-0/+1
* Reorganize the interrupt handling code a bit to make a few things cleanerJohn Baldwin2005-10-251-5/+5
* This file never needed to see what is in the internal struct resource,Poul-Henning Kamp2005-09-251-9/+7
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* - Move bus dependent defines to {isa,cbus}_dmareg.h.Yoshihiro Takahashi2005-05-141-1/+1
* Since we are quite unlikely to ever face another platform whichPoul-Henning Kamp2005-02-061-18/+13
* Begin all license/copyright comments with /*- or #-Warner Losh2005-01-051-1/+1
* Add new a function isa_dma_init() which returns an errno when it failsPoul-Henning Kamp2004-09-151-10/+8
* Catch up with __RMAN_RESOURCE_VISIBLE enough to get GENERIC to buildAndrew Gallatin2004-07-011-0/+1
* Remove the advertsing clause, per the Regent's letter dated July 22, 1999.Warner Losh2004-04-051-4/+0
* sync comment with i386's isa.c.. This removes a comment that is YEARSJohn-Mark Gurney2004-03-171-3/+1
* Widen the enable/disable helper function's argument in line with thePeter Wemm2003-11-171-3/+4
* Mega busdma API commit.Scott Long2003-07-011-0/+4
* Use __FBSDID().David E. O'Brien2003-06-103-5/+9
* Style(9) a comment added in previous commit.Andrew Gallatin2003-04-111-2/+4
* Enable loadable modules to be unloaded on alphas with shared isaAndrew Gallatin2003-04-101-9/+21
* Tidy up some loose ends.Peter Wemm2002-04-291-1/+1
* Don't grab the ICU lock while reading the current pending interrupts andJohn Baldwin2002-02-081-4/+0
* Use the new resource_list_print_type() function.Thomas Moestl2001-12-211-1/+1
* Introduce a standard name for the lock protecting an interrupt controllerJohn Baldwin2001-12-201-6/+23
* 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