| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert the type of bus_space_handle_t of pc98 from structure into | kato | 2000-10-20 | 1 | -10/+10 |
* | Don't assume that address of I/O address table increase (PC-98 only). | nyan | 2000-09-07 | 1 | -2/+2 |
* | Redo the isa compat driver shim so that each driver is self contained | peter | 2000-05-28 | 1 | -5/+0 |
* | Added indirect pio into the bus space stuff for the NEC PC-98. bus.h | kato | 2000-03-29 | 1 | -0/+102 |
* | Connect the ISA and PCI compatability shims to an option. In this case | peter | 2000-03-19 | 1 | -1/+5 |
* | * Add struct resource_list* argument to resource_list_alloc and | dfr | 1999-10-12 | 1 | -11/+25 |
* | Trim some unused #includes | peter | 1999-10-11 | 1 | -4/+0 |
* | Eliminate some magic numbers. | peter | 1999-09-01 | 1 | -4/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Allow up to 8 ports, 4 memory regions and two irqs and drqs. | dfr | 1999-05-30 | 1 | -4/+8 |
* | * Factor out the common code between the isa bus drivers for i386 and alpha. | dfr | 1999-05-22 | 1 | -431/+32 |
* | * Define a new static method DEVICE_IDENTIFY which is called to add device | dfr | 1999-05-14 | 1 | -106/+36 |
* | Move the declaration of the interrupt type from the driver structure | dfr | 1999-05-08 | 1 | -5/+4 |
* | GC some #if 0 junk | peter | 1999-05-08 | 1 | -9/+1 |
* | Look up the sensitive flag better, allowing interoperation between old and | peter | 1999-05-08 | 1 | -2/+4 |
* | Changed the type of id_port from short into int to avoid wrong | kato | 1999-04-24 | 1 | -2/+2 |
* | Don't clear the hints on release, just the resource containers. | peter | 1999-04-24 | 1 | -7/+1 |
* | As a temporary anti-foot-shooting measure, don't let the user attach | peter | 1999-04-16 | 1 | -1/+5 |
* | Bring the 'new-bus' to the i386. This extensively changes the way the | peter | 1999-04-16 | 1 | -956/+506 |
* | Move initialization of SWI's in the tty|net|bio masks from isa.c into | peter | 1999-04-11 | 1 | -7/+1 |
* | don't print '?' for ioaddr the device may legitimately not have an | phk | 1998-11-29 | 1 | -2/+2 |
* | Initialize isa_devtab entries for interrupt handlers in individual | bde | 1998-10-22 | 1 | -3/+6 |
* | Fixed two potentially serious classes of bugs: | dg | 1998-10-13 | 1 | -2/+2 |
* | Don't print conflict messages in haveseen_isadev() if CC_QUIET is | bde | 1998-10-12 | 1 | -10/+16 |
* | Stop physical DMA for the non-auto case in isa_dmadone(). This fixes a | bde | 1998-07-19 | 1 | -1/+3 |
* | Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. | des | 1998-04-17 | 1 | -3/+3 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -3/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+3 |
* | Skip probing devices which have already probed true. | eivind | 1998-01-31 | 1 | -1/+13 |
* | fix a few style nites... | jmg | 1997-11-30 | 1 | -12/+15 |
* | Moved splhigh()/spl0() calls from isa_configure() to configure() so that | bde | 1997-11-21 | 1 | -3/+1 |
* | Allow "foo0: disabled, not probed" message to stay, but make it conditional | jkh | 1997-10-12 | 1 | -4/+4 |
* | aha1542.c aic6360.c cy.c fd.c ft.c | gibbs | 1997-09-21 | 1 | -1/+14 |
* | teach pnp to keep isa_device structs around, and teach isa.c how to scan | jmg | 1997-09-19 | 1 | -4/+15 |
* | Here is a patch to alleviate the current problem with the dma interface | msmith | 1997-08-28 | 1 | -14/+42 |
* | Check for irq conflicts even if conflicts are allowed. Conflicting | bde | 1997-08-25 | 1 | -7/+9 |
* | Made PEND_INTS default. | fsmp | 1997-08-21 | 1 | -2/+1 |
* | Add parentheses because == has higher precedence than &. | steve | 1997-08-13 | 1 | -7/+7 |
* | Return to using disable/enable_intr() for guarding DMA register access. | msmith | 1997-07-29 | 1 | -7/+10 |
* | Pedant attack! Use variable names consistent with discourse in | msmith | 1997-07-28 | 1 | -7/+6 |
* | Use disable_intr() / read/write_eflags() to ensure that interrupt | msmith | 1997-07-28 | 1 | -4/+6 |
* | Add isa_dmastatus() for reading the current ISA DMA counter for a | msmith | 1997-07-24 | 1 | -1/+81 |
* | Removed unused #includes. | bde | 1997-07-20 | 1 | -5/+1 |
* | Back out my changes with 'conflicts' keyword for IRQs, | ache | 1997-07-09 | 1 | -9/+4 |
* | Modified to use merged/renamed functions: | fsmp | 1997-06-25 | 1 | -5/+5 |
* | While deciding to install irq with unneded "conflicts" keyword, | ache | 1997-06-09 | 1 | -3/+4 |
* | Add safety check in case "conflicts" keyword specified more times than | ache | 1997-06-08 | 1 | -4/+7 |
* | Make "conflicts" keyword work again | ache | 1997-06-08 | 1 | -4/+5 |
* | Move interrupt handling code from isa.c to a new file. This should make | dfr | 1997-06-02 | 1 | -356/+2 |
* | Include file updates.. <machine/spl.h> -> <machine/ipl.h>, add | peter | 1997-05-31 | 1 | -1/+2 |