summaryrefslogtreecommitdiffstats
path: root/sys/pccard
Commit message (Expand)AuthorAgeFilesLines
...
* Move code to shutdown the pcic_pci_shutdown. Call it on systemimp2001-08-241-13/+25
* Two fixes. First, put into place a more generic chipset specificimp2001-08-241-94/+123
* Report the interrupt path via the sysctl to userland as a string.imp2001-08-211-4/+18
* Rearrange how we do interrupt routing tweaking. We now haveimp2001-08-214-34/+45
* It looks like we're doing the wrong thing by catching the setup_intrimp2001-08-211-41/+2
* These appear to be necessary for a pci cardbus card, but not for laptops.imp2001-08-211-0/+2
* Improve interlocking for card removal. We now can remove the card inimp2001-08-193-28/+60
* There is no tcic driver, so no need to list it here.imp2001-08-151-1/+0
* Merge from stable (which seems to have been spammed at some point in current):imp2001-08-142-3/+12
* Implement PIOCSRESOURCE for mecia like we do for pcic.imp2001-08-141-1/+37
* 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
* For TI12xx and newer, clear register 0x84. This is the "Multimedia"imp2001-08-142-15/+37
* Try to support the Cirrus Logic PD6833 better in pci mode. This isimp2001-08-142-18/+42
* Move ISA interrupt ISR and timeout routines to pcic from pcic_isa soimp2001-08-103-75/+73
* Type sanity: use uintptr_t * for read_ivar and u_int8_t instead of u_charimp2001-08-102-3/+3
* Rearrange the pcic_irq_type enum (and specifically tag the first oneimp2001-08-101-1/+1
* Now that we are setting a bit in the PCIC_INT_GEN (0x3) register, weimp2001-08-051-2/+2
* Order PCIC_INT_GEN bits large to small, like all other registers.imp2001-08-051-1/+1
* TI cardbus bridges, 12xx and newer, have an interesting register. Itimp2001-08-014-10/+58
* bsh and bst are unused in softc, except for setting them. We do use theimp2001-07-312-6/+4
* Fix typo where I assigned the bus tag and not the bus handled. Itimp2001-07-311-1/+1
* A bunch of interrupt related cleanup.imp2001-07-313-67/+98
* Move pcic_override_irq from pcic_isa, to pcic.imp2001-07-313-9/+8
* Add CLPD6832_BCR_ISA_IRQ definition for ISA routing of interrupts.imp2001-07-311-3/+3
* Don't use a buffer for the state info from the TI chips. Just printimp2001-07-301-14/+13
* When booted -v (eg bootverbose is non-zero), have pccard report whatimp2001-07-301-0/+7
* #ifdef some 5.0 code with freebsd_version to reduce diffs with stable.imp2001-07-281-3/+16
* 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
* To reduce diffs with -stable, ifdef selinfo.h or select.h includeimp2001-07-281-1/+5
* Minor whitespace nitimp2001-07-281-1/+0
* Use spaces instead of hard tabs in the diagram.imp2001-07-281-14/+14
* Introduce two new tunables from the boot loader.imp2001-07-273-8/+37
* Minor nits merged from my stable tree:imp2001-07-275-6/+5
* Additional clarification.imp2001-07-271-1/+8
* Attempt to fix and document interactions between suspend/resume and pccardcimp2001-07-276-50/+66
* Give hopefully better diagnostics about the card types we reject.imp2001-07-271-2/+16
* Check the state of the slot when we resume. Set it to empty if we noimp2001-07-261-1/+5
* Make the multiple interrupts attachment an error not a panic.imp2001-07-251-2/+5
* When including pci header files, do things differently for 5x and 4ximp2001-07-191-0/+7
* Use INTR_TYPE_AV rather than INTR_TYPE_MISC for the interrupt forimp2001-07-101-1/+1
* Note that spls are noopsimp2001-07-091-0/+2
* Cleanup some obsolete commentsimp2001-07-061-2/+3
* Combine a couple of tests to reduce the indentation level.imp2001-07-011-9/+7
* Some interrelated interrupt changes.imp2001-07-012-15/+49
* Write zeros into the base/bounds register bars. We need to do thisimp2001-07-011-0/+16
* First cut at getting the pcic controller and power information forimp2001-07-011-32/+62
* 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
OpenPOWER on IntegriCloud