| Commit message (Expand) | Author | Age | Files | Lines |
* | - Implement selwakeuppri() which allows raising the priority of a | tanimura | 2003-11-09 | 1 | -1/+1 |
* | Change all SYSCTLS which are readonly and have a related TUNABLE | silby | 2003-10-21 | 1 | -3/+3 |
* | More debug under boot verbose. | imp | 2003-08-29 | 1 | -2/+3 |
* | add debug to pcic memory mapping routine | imp | 2003-08-27 | 1 | -0/+5 |
* | OLDCARD is OBSOLETE_IN_6. Tag it as such. | imp | 2003-06-12 | 1 | -0/+2 |
* | MFp4: | imp | 2002-11-27 | 1 | -16/+14 |
* | Parens considered good. | imp | 2002-09-29 | 1 | -1/+1 |
* | Add support for writing to mapping high memory for pccard memory | imp | 2002-07-20 | 1 | -0/+11 |
* | Integrate the hw.pcic.pd6722_vsense tunable from the nomads list. | imp | 2002-07-18 | 1 | -15/+49 |
* | o Remove workaround that I put in to mask the BadVcc problem. | imp | 2002-07-17 | 1 | -1/+1 |
* | Typo: do do -> to do. | keramida | 2002-07-14 | 1 | -1/+1 |
* | What: | imp | 2002-06-23 | 1 | -15/+77 |
* | Better power code and better power diagnostics | imp | 2002-03-20 | 1 | -29/+81 |
* | The datasheet for the 6710/6722 says that you must use one method to | imp | 2002-01-14 | 1 | -2/+8 |
* | Introduce the concept of "default" voltage. Have pccard layer use this | imp | 2001-11-11 | 1 | -55/+82 |
* | o Try to do 3.3V support better for the 6722 and 6729/30. | imp | 2001-11-09 | 1 | -14/+32 |
* | Fix the 3.3V support for Cirrus Logic CL-PD6710. This appears to work | imp | 2001-11-09 | 1 | -0/+22 |
* | Add a tunable (hw.pcic.boot_deactivated) which will boot the system | imp | 2001-10-23 | 1 | -1/+14 |
* | <jkh> "Hey Rocky, watch me eject this pccard outta my laptop!" "What, | imp | 2001-09-13 | 1 | -8/+0 |
* | 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 |