summaryrefslogtreecommitdiffstats
path: root/sys/pccard
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add recognition for Toshiba ToPIC-100.imp2001-05-232-0/+4
* Move allocation of ExCA registers from the base driver into the busimp2001-05-213-34/+17
* 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-214-84/+108
* Next step towards pcic_pci: the ability to allocate mapped memory in attach.imp2001-05-213-11/+72
* Two comments and one bug fix:imp2001-05-212-3/+15
* Add back the plain i82365 to the list of bridges that do specialimp2001-05-191-0/+1
* Initialize cinfo structure at compile time rather than run time sinceimp2001-05-192-34/+29
* slots and next haven't been used in a while. GC them.imp2001-05-191-6/+0
* Now that we've moved the mecia support out of pcic.c to its ownimp2001-05-191-12/+12
* Move ISA specific code into pcic_isa. This is the probe routine, theimp2001-05-193-262/+255
* It turns out that Intel's i82365sl-DF step has the same ID as the VLSIimp2001-05-192-31/+62
OpenPOWER on IntegriCloud