summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for writing to mapping high memory for pccard memoryimp2002-07-201-0/+11
* Integrate the hw.pcic.pd6722_vsense tunable from the nomads list.imp2002-07-181-15/+49
* o Remove workaround that I put in to mask the BadVcc problem.imp2002-07-171-1/+1
* Typo: do do -> to do.keramida2002-07-141-1/+1
* What:imp2002-06-231-15/+77
* Better power code and better power diagnosticsimp2002-03-201-29/+81
* The datasheet for the 6710/6722 says that you must use one method toimp2002-01-141-2/+8
* Introduce the concept of "default" voltage. Have pccard layer use thisimp2001-11-111-55/+82
* o Try to do 3.3V support better for the 6722 and 6729/30.imp2001-11-091-14/+32
* Fix the 3.3V support for Cirrus Logic CL-PD6710. This appears to workimp2001-11-091-0/+22
* Add a tunable (hw.pcic.boot_deactivated) which will boot the systemimp2001-10-231-1/+14
* <jkh> "Hey Rocky, watch me eject this pccard outta my laptop!" "What,imp2001-09-131-8/+0
* MFS: put debug writes behind boot verbose.imp2001-09-041-7/+16
* Move to using a chip function + function pointers to deal with theimp2001-09-041-21/+97
* The tunable is hw.pcic.irq, but the hw.pcic.override_irq was how it wasimp2001-08-251-2/+1
* Rearrange how we do interrupt routing tweaking. We now haveimp2001-08-211-6/+6
* Merge from stable (which seems to have been spammed at some point in current):imp2001-08-141-2/+7
* Minor style(9) nits to make code more readableimp2001-08-141-4/+3
* Treat min,max of 0,0 for IRQ special. Reject it if we didn't specificallyimp2001-08-141-3/+26
* Move ISA interrupt ISR and timeout routines to pcic from pcic_isa soimp2001-08-101-0/+68
* Now that we are setting a bit in the PCIC_INT_GEN (0x3) register, weimp2001-08-051-2/+2
* TI cardbus bridges, 12xx and newer, have an interesting register. Itimp2001-08-011-2/+23
* A bunch of interrupt related cleanup.imp2001-07-311-5/+40
* Move pcic_override_irq from pcic_isa, to pcic.imp2001-07-311-0/+7
* It is spelled INTR_FAST in current and INTR_TYPE_FAST in stable, so try toimp2001-07-281-1/+4
* Stable requires machine/clock.h to quiet warnings. It isn'timp2001-07-281-0/+1
* Introduce two new tunables from the boot loader.imp2001-07-271-1/+5
* Minor nits merged from my stable tree:imp2001-07-271-0/+1
* Attempt to fix and document interactions between suspend/resume and pccardcimp2001-07-271-18/+17
* Check the state of the slot when we resume. Set it to empty if we noimp2001-07-261-1/+5
* Clarify some of the 3.3V code with better comments. Also, since theimp2001-07-011-6/+12
* Add comments explaining why we do the somewhat odd irq mapping on PC98imp2001-07-011-0/+7
* Minor whitespace nit.imp2001-07-011-1/+1
* Work around a bug in the current interrupt system by explicitlyimp2001-06-251-0/+4
* Save the IRQ that we get in pci attachment.imp2001-06-161-1/+5
* On PC-98, map IRQ 6 to IRQ 7 at the pcic level. That is, when we'reimp2001-06-161-0/+12
* Move the pcic interrupt from pcic.c to pcic_isa.c. The ISA handlingimp2001-06-041-127/+17
* Turns out that one bit isn't enough. Introduce two new fieldsimp2001-05-281-1/+17
* Allow a shareable interrupts. Note, the bridge must set this flag orimp2001-05-271-15/+15
* Migrate from unit based to dev base. Don't save unit number, but do saveimp2001-05-251-2/+2
* Add intrack field to each slot. This can be used to acknowledgeimp2001-05-251-0/+3
* Minor name space issues.imp2001-05-251-19/+20
* Use bus_space functions rather than inb/outb.imp2001-05-241-4/+9
* Move getb1 and putb1 from pcic_isa.c to pcic.c. Rename them toimp2001-05-241-0/+20
* Add better support for the Ricoh 5C296 and 5C396 chips. These chipsimp2001-05-231-0/+6
* Move allocation of ExCA registers from the base driver into the busimp2001-05-211-26/+1
* Move setting of Vcc bit to before the vcc switch statement. Theimp2001-05-211-7/+5
* Next step on the road to pci: power taming.imp2001-05-211-67/+81
* Next step towards pcic_pci: the ability to allocate mapped memory in attach.imp2001-05-211-11/+56
* Two comments and one bug fix:imp2001-05-211-3/+13
OpenPOWER on IntegriCloud