summaryrefslogtreecommitdiffstats
path: root/sys/pccard
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Minor whitespace nit.imp2001-07-012-2/+2
* Work around a bug in the current interrupt system by explicitlyimp2001-06-251-0/+4
* Some people are having problems with insert/eject. Add some debugimp2001-06-161-0/+4
* Save the IRQ that we get in pci attachment.imp2001-06-163-15/+15
* On PC-98, map IRQ 6 to IRQ 7 at the pcic level. That is, when we'reimp2001-06-163-4/+17
* First stab at adding back in CL-PD6729 support.imp2001-06-091-1/+15
* Add PC9801-102 CBUS card to the list of plug and play devices. Someimp2001-06-091-0/+1
* Go ahead and request 0x44000000 through 0xfffffff instead of justimp2001-06-081-1/+1
* The TI-1031 is more like the TI-113x chips rather than the 12xx orimp2001-06-081-2/+3
* If the chip isn't in power state D0, put it in power state D0. Iimp2001-06-041-10/+12
* Add new pci attachment for pcic. This supports pci cards as well asimp2001-06-042-165/+288
* #defines for pci way interrupt routing.imp2001-06-041-0/+33
* Move the pcic interrupt from pcic.c to pcic_isa.c. The ISA handlingimp2001-06-043-128/+138
* Minor style(9) nit. a|b -> a | b.imp2001-06-041-1/+1
* Change plxic to plxcard, per phk. He thnks plxic is too generic aimp2001-06-012-75/+71
* Add a simple plx pci9052 based pccard bridges. This doesn't work yet,imp2001-05-312-0/+455
* Turns out that one bit isn't enough. Introduce two new fieldsimp2001-05-283-16/+39
* Allow a shareable interrupts. Note, the bridge must set this flag orimp2001-05-272-15/+16
* Fix a minor formatting nitimp2001-05-251-1/+1
* Move to using the common device list.imp2001-05-252-119/+99
* Migrate from unit based to dev base. Don't save unit number, but do saveimp2001-05-253-13/+15
* Update copyright infoimp2001-05-255-6/+6
* Add intrack field to each slot. This can be used to acknowledgeimp2001-05-252-0/+4
* Minor name space issues.imp2001-05-251-19/+20
* Use bus_space functions rather than inb/outb.imp2001-05-245-20/+28
* Do what we should have done a long time ago:imp2001-05-241-0/+10
* Move getb1 and putb1 from pcic_isa.c to pcic.c. Rename them toimp2001-05-243-22/+24
* Add better support for the Ricoh 5C296 and 5C396 chips. These chipsimp2001-05-234-9/+28
OpenPOWER on IntegriCloud