| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the advertsing clause, per the Regent's letter dated July 22, 1999. | imp | 2004-04-05 | 1 | -4/+0 |
* | sync comment with i386's isa.c.. This removes a comment that is YEARS | jmg | 2004-03-17 | 1 | -3/+1 |
* | Widen the enable/disable helper function's argument in line with the | peter | 2003-11-17 | 1 | -3/+4 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 1 | -0/+4 |
* | Use __FBSDID(). | obrien | 2003-06-10 | 3 | -5/+9 |
* | Style(9) a comment added in previous commit. | gallatin | 2003-04-11 | 1 | -2/+4 |
* | Enable loadable modules to be unloaded on alphas with shared isa | gallatin | 2003-04-10 | 1 | -9/+21 |
* | Tidy up some loose ends. | peter | 2002-04-29 | 1 | -1/+1 |
* | Don't grab the ICU lock while reading the current pending interrupts and | jhb | 2002-02-08 | 1 | -4/+0 |
* | Use the new resource_list_print_type() function. | tmm | 2001-12-21 | 1 | -1/+1 |
* | Introduce a standard name for the lock protecting an interrupt controller | jhb | 2001-12-20 | 1 | -6/+23 |
* | Sanity guard- return ENODEV if we don't have a good IRQ resource. | mjacob | 2001-07-11 | 1 | -0/+3 |
* | Repo copy i8237.h to dev/ic so we can get rid of some of the final vestiges | imp | 2001-06-30 | 1 | -1/+1 |
* | Use the MI ithread helper functions in the alpha hardware interrupt code. | jhb | 2001-02-09 | 1 | -2/+1 |
* | Add a prototype for isa_irq_mask() to quiet a warning. | jhb | 2001-01-24 | 1 | -0/+1 |
* | Alter isa interrupt behaviour on alpha. Rather than send a non-specific | gallatin | 2000-12-01 | 1 | -4/+38 |
* | Pass in the new-bus flags to alpha_setup_intr(). | jhb | 2000-11-01 | 1 | -1/+1 |
* | - Heavyweight interrupt threads on the alpha for device I/O interrupts. | jhb | 2000-10-05 | 1 | -3/+8 |
* | remove breakage that snuck in with my last commit | gallatin | 2000-06-29 | 1 | -1/+0 |
* | Support bounce buffers for ISA DMA on the alpha. This is required for the | gallatin | 2000-06-19 | 1 | -3/+28 |
* | Allow platform specific isa interrupt setup & teardown routines in | gallatin | 2000-05-28 | 1 | -1/+11 |
* | Use bus_space_handle_t instead of bus_space_tag_t to hold the result | dfr | 2000-05-27 | 1 | -2/+2 |
* | Handle PCI devices that actually use an ISA IRQ for the cia and tsunami | jhb | 2000-05-10 | 2 | -0/+9 |
* | Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags. | phk | 2000-03-13 | 1 | -10/+9 |
* | * Add struct resource_list* argument to resource_list_alloc and | dfr | 1999-10-12 | 1 | -14/+25 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 4 | -4/+4 |
* | * Implement ISA dma (only for CIA now but more chipsets to follow). | dfr | 1999-06-05 | 2 | -9/+514 |
* | Use resource allocation apis to get ports. | dfr | 1999-05-30 | 1 | -9/+34 |
* | * Factor out the common code between the isa bus drivers for i386 and alpha. | dfr | 1999-05-22 | 1 | -421/+73 |
* | Calibrate the processor cycle counter instead of believing what the | dfr | 1999-05-18 | 1 | -1/+2 |
* | Another minor fix from i386 to remember when the port is set to -1. | dfr | 1999-05-18 | 1 | -2/+2 |
* | Update isa_print_child to match i386. | dfr | 1999-05-18 | 1 | -10/+10 |
* | * Define a new static method DEVICE_IDENTIFY which is called to add device | dfr | 1999-05-14 | 1 | -139/+63 |
* | Move the declaration of the interrupt type from the driver structure | dfr | 1999-05-08 | 3 | -7/+6 |
* | Stage 1 of a cleanup of the i386 interrupt registration mechanism. | peter | 1999-04-21 | 1 | -3/+3 |
* | Bring the 'new-bus' to the i386. This extensively changes the way the | peter | 1999-04-16 | 2 | -30/+98 |
* | Update the alpha port to use the new syscons. | dfr | 1999-01-23 | 1 | -4/+21 |
* | Add support for 'vmstat -i'. | dfr | 1998-11-28 | 1 | -2/+4 |
* | Fix things so that pci interrupts can be registered correctly on apecs | dfr | 1998-11-18 | 1 | -6/+15 |
* | * Add hooks to allow the X server to access I/O ports and memory. | dfr | 1998-11-15 | 1 | -59/+395 |
* | Fix the interrupt mask generated for enabling/disabling interrupts 8 to 15. | paul | 1998-10-25 | 1 | -3/+3 |
* | Disable unwanted isa interrupts. | dfr | 1998-09-16 | 1 | -1/+8 |
* | Lots of changes, including: | dfr | 1998-08-10 | 1 | -5/+11 |
* | Cosmetic change to driver registration. | dfr | 1998-07-31 | 1 | -2/+2 |
* | Support the disabled keyword for isa devices. | dfr | 1998-07-27 | 1 | -2/+8 |
* | Move the mcclock from root to isa. | dfr | 1998-07-22 | 1 | -7/+10 |
* | Add a simple ISA bus. No support for memory mapped devices or DMA as yet. | dfr | 1998-07-22 | 1 | -0/+318 |
* | An mc146818a clock attached to an isa bus. | dfr | 1998-07-15 | 1 | -0/+105 |