aboutsummaryrefslogtreecommitdiff
path: root/sys/pccard/pcic.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: /*- and related license changesWarner Losh2005-01-311-1/+3
* Move PNP IDs back into oldcard filesWarner Losh2004-08-131-1/+0
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-1/+1
* Change all SYSCTLS which are readonly and have a related TUNABLEMike Silbersack2003-10-211-3/+3
* More debug under boot verbose.Warner Losh2003-08-291-2/+3
* add debug to pcic memory mapping routineWarner Losh2003-08-271-0/+5
* OLDCARD is OBSOLETE_IN_6. Tag it as such.Warner Losh2003-06-121-0/+2
* MFp4:Warner Losh2002-11-271-16/+14
* Parens considered good.Warner Losh2002-09-291-1/+1
* Add support for writing to mapping high memory for pccard memoryWarner Losh2002-07-201-0/+11
* Integrate the hw.pcic.pd6722_vsense tunable from the nomads list.Warner Losh2002-07-181-15/+49
* o Remove workaround that I put in to mask the BadVcc problem.Warner Losh2002-07-171-1/+1
* Typo: do do -> to do.Giorgos Keramidas2002-07-141-1/+1
* What:Warner Losh2002-06-231-15/+77
* Better power code and better power diagnosticsWarner Losh2002-03-201-29/+81
* The datasheet for the 6710/6722 says that you must use one method toWarner Losh2002-01-141-2/+8
* Introduce the concept of "default" voltage. Have pccard layer use thisWarner Losh2001-11-111-55/+82
* o Try to do 3.3V support better for the 6722 and 6729/30.Warner Losh2001-11-091-14/+32
* Fix the 3.3V support for Cirrus Logic CL-PD6710. This appears to workWarner Losh2001-11-091-0/+22
* Add a tunable (hw.pcic.boot_deactivated) which will boot the systemWarner Losh2001-10-231-1/+14
* <jkh> "Hey Rocky, watch me eject this pccard outta my laptop!" "What,Warner Losh2001-09-131-8/+0
* MFS: put debug writes behind boot verbose.Warner Losh2001-09-041-7/+16
* Move to using a chip function + function pointers to deal with theWarner Losh2001-09-041-21/+97
* The tunable is hw.pcic.irq, but the hw.pcic.override_irq was how it wasWarner Losh2001-08-251-2/+1
* Rearrange how we do interrupt routing tweaking. We now haveWarner Losh2001-08-211-6/+6
* Merge from stable (which seems to have been spammed at some point in current):Warner Losh2001-08-141-2/+7
* Minor style(9) nits to make code more readableWarner Losh2001-08-141-4/+3
* Treat min,max of 0,0 for IRQ special. Reject it if we didn't specificallyWarner Losh2001-08-141-3/+26
* Move ISA interrupt ISR and timeout routines to pcic from pcic_isa soWarner Losh2001-08-101-0/+68
* Now that we are setting a bit in the PCIC_INT_GEN (0x3) register, weWarner Losh2001-08-051-2/+2
* TI cardbus bridges, 12xx and newer, have an interesting register. ItWarner Losh2001-08-011-2/+23
* A bunch of interrupt related cleanup.Warner Losh2001-07-311-5/+40
* Move pcic_override_irq from pcic_isa, to pcic.Warner Losh2001-07-311-0/+7
* It is spelled INTR_FAST in current and INTR_TYPE_FAST in stable, so try toWarner Losh2001-07-281-1/+4
* Stable requires machine/clock.h to quiet warnings. It isn'tWarner Losh2001-07-281-0/+1
* Introduce two new tunables from the boot loader.Warner Losh2001-07-271-1/+5
* Minor nits merged from my stable tree:Warner Losh2001-07-271-0/+1
* Attempt to fix and document interactions between suspend/resume and pccardcWarner Losh2001-07-271-18/+17
* Check the state of the slot when we resume. Set it to empty if we noWarner Losh2001-07-261-1/+5
* Clarify some of the 3.3V code with better comments. Also, since theWarner Losh2001-07-011-6/+12
* Add comments explaining why we do the somewhat odd irq mapping on PC98Warner Losh2001-07-011-0/+7
* Minor whitespace nit.Warner Losh2001-07-011-1/+1
* Work around a bug in the current interrupt system by explicitlyWarner Losh2001-06-251-0/+4
* Save the IRQ that we get in pci attachment.Warner Losh2001-06-161-1/+5
* On PC-98, map IRQ 6 to IRQ 7 at the pcic level. That is, when we'reWarner Losh2001-06-161-0/+12
* Move the pcic interrupt from pcic.c to pcic_isa.c. The ISA handlingWarner Losh2001-06-041-127/+17
* Turns out that one bit isn't enough. Introduce two new fieldsWarner Losh2001-05-281-1/+17
* Allow a shareable interrupts. Note, the bridge must set this flag orWarner Losh2001-05-271-15/+15
* Migrate from unit based to dev base. Don't save unit number, but do saveWarner Losh2001-05-251-2/+2
* Add intrack field to each slot. This can be used to acknowledgeWarner Losh2001-05-251-0/+3