| Commit message (Expand) | Author | Age | Files | Lines |
* | MFS: put debug writes behind boot verbose. | imp | 2001-09-04 | 1 | -7/+16 |
* | Move to using a chip function + function pointers to deal with the | imp | 2001-09-04 | 1 | -21/+97 |
* | The tunable is hw.pcic.irq, but the hw.pcic.override_irq was how it was | imp | 2001-08-25 | 1 | -2/+1 |
* | Rearrange how we do interrupt routing tweaking. We now have | imp | 2001-08-21 | 1 | -6/+6 |
* | Merge from stable (which seems to have been spammed at some point in current): | imp | 2001-08-14 | 1 | -2/+7 |
* | Minor style(9) nits to make code more readable | imp | 2001-08-14 | 1 | -4/+3 |
* | Treat min,max of 0,0 for IRQ special. Reject it if we didn't specifically | imp | 2001-08-14 | 1 | -3/+26 |
* | Move ISA interrupt ISR and timeout routines to pcic from pcic_isa so | imp | 2001-08-10 | 1 | -0/+68 |
* | Now that we are setting a bit in the PCIC_INT_GEN (0x3) register, we | imp | 2001-08-05 | 1 | -2/+2 |
* | TI cardbus bridges, 12xx and newer, have an interesting register. It | imp | 2001-08-01 | 1 | -2/+23 |
* | A bunch of interrupt related cleanup. | imp | 2001-07-31 | 1 | -5/+40 |
* | Move pcic_override_irq from pcic_isa, to pcic. | imp | 2001-07-31 | 1 | -0/+7 |
* | It is spelled INTR_FAST in current and INTR_TYPE_FAST in stable, so try to | imp | 2001-07-28 | 1 | -1/+4 |
* | Stable requires machine/clock.h to quiet warnings. It isn't | imp | 2001-07-28 | 1 | -0/+1 |
* | Introduce two new tunables from the boot loader. | imp | 2001-07-27 | 1 | -1/+5 |
* | Minor nits merged from my stable tree: | imp | 2001-07-27 | 1 | -0/+1 |
* | Attempt to fix and document interactions between suspend/resume and pccardc | imp | 2001-07-27 | 1 | -18/+17 |
* | Check the state of the slot when we resume. Set it to empty if we no | imp | 2001-07-26 | 1 | -1/+5 |
* | Clarify some of the 3.3V code with better comments. Also, since the | imp | 2001-07-01 | 1 | -6/+12 |
* | Add comments explaining why we do the somewhat odd irq mapping on PC98 | imp | 2001-07-01 | 1 | -0/+7 |
* | Minor whitespace nit. | imp | 2001-07-01 | 1 | -1/+1 |
* | Work around a bug in the current interrupt system by explicitly | imp | 2001-06-25 | 1 | -0/+4 |
* | Save the IRQ that we get in pci attachment. | imp | 2001-06-16 | 1 | -1/+5 |
* | On PC-98, map IRQ 6 to IRQ 7 at the pcic level. That is, when we're | imp | 2001-06-16 | 1 | -0/+12 |
* | Move the pcic interrupt from pcic.c to pcic_isa.c. The ISA handling | imp | 2001-06-04 | 1 | -127/+17 |
* | Turns out that one bit isn't enough. Introduce two new fields | imp | 2001-05-28 | 1 | -1/+17 |
* | Allow a shareable interrupts. Note, the bridge must set this flag or | imp | 2001-05-27 | 1 | -15/+15 |
* | Migrate from unit based to dev base. Don't save unit number, but do save | imp | 2001-05-25 | 1 | -2/+2 |
* | Add intrack field to each slot. This can be used to acknowledge | imp | 2001-05-25 | 1 | -0/+3 |
* | Minor name space issues. | imp | 2001-05-25 | 1 | -19/+20 |
* | Use bus_space functions rather than inb/outb. | imp | 2001-05-24 | 1 | -4/+9 |
* | Move getb1 and putb1 from pcic_isa.c to pcic.c. Rename them to | imp | 2001-05-24 | 1 | -0/+20 |
* | Add better support for the Ricoh 5C296 and 5C396 chips. These chips | imp | 2001-05-23 | 1 | -0/+6 |
* | Move allocation of ExCA registers from the base driver into the bus | imp | 2001-05-21 | 1 | -26/+1 |
* | Move setting of Vcc bit to before the vcc switch statement. The | imp | 2001-05-21 | 1 | -7/+5 |
* | Next step on the road to pci: power taming. | imp | 2001-05-21 | 1 | -67/+81 |
* | Next step towards pcic_pci: the ability to allocate mapped memory in attach. | imp | 2001-05-21 | 1 | -11/+56 |
* | Two comments and one bug fix: | imp | 2001-05-21 | 1 | -3/+13 |
* | Add back the plain i82365 to the list of bridges that do special | imp | 2001-05-19 | 1 | -0/+1 |
* | Initialize cinfo structure at compile time rather than run time since | imp | 2001-05-19 | 1 | -16/+13 |
* | Now that we've moved the mecia support out of pcic.c to its own | imp | 2001-05-19 | 1 | -12/+12 |
* | Move ISA specific code into pcic_isa. This is the probe routine, the | imp | 2001-05-19 | 1 | -259/+39 |
* | It turns out that Intel's i82365sl-DF step has the same ID as the VLSI | imp | 2001-05-19 | 1 | -27/+59 |
* | Separate out isa attachment to its own file. The pci attachment will | imp | 2001-05-16 | 1 | -84/+12 |
* | The mecia support has moved to the mecia driver, so remove the copy of | imp | 2001-05-15 | 1 | -351/+35 |
* | {G,S}ET_UNIT are now unused, gc them | imp | 2001-05-15 | 1 | -3/+0 |
* | It turns out that pcic_slot::slotnum was really unused, so don't set | imp | 2001-05-14 | 1 | -2/+0 |
* | Remove static array of slots. We now have state information for each | imp | 2001-05-14 | 1 | -17/+24 |
* | Fix the so called "static bug" in polling mode. Some desktop cards | imp | 2001-05-14 | 1 | -6/+33 |
* | When activating or deactivating a resource, only attempt to deal with | imp | 2001-05-14 | 1 | -0/+8 |