aboutsummaryrefslogtreecommitdiff
path: root/sys/pccard
Commit message (Expand)AuthorAgeFilesLines
* Use INTR_TYPE_AV rather than INTR_TYPE_MISC for the interrupt forWarner Losh2001-07-101-1/+1
* Note that spls are noopsWarner Losh2001-07-091-0/+2
* Cleanup some obsolete commentsWarner Losh2001-07-061-2/+3
* Combine a couple of tests to reduce the indentation level.Warner Losh2001-07-011-9/+7
* Some interrelated interrupt changes.Warner Losh2001-07-012-15/+49
* Write zeros into the base/bounds register bars. We need to do thisWarner Losh2001-07-011-0/+16
* First cut at getting the pcic controller and power information forWarner Losh2001-07-011-32/+62
* 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-012-2/+2
* Work around a bug in the current interrupt system by explicitlyWarner Losh2001-06-251-0/+4
* Some people are having problems with insert/eject. Add some debugWarner Losh2001-06-161-0/+4
* Save the IRQ that we get in pci attachment.Warner Losh2001-06-163-15/+15
* On PC-98, map IRQ 6 to IRQ 7 at the pcic level. That is, when we'reWarner Losh2001-06-163-4/+17
* First stab at adding back in CL-PD6729 support.Warner Losh2001-06-091-1/+15
* Add PC9801-102 CBUS card to the list of plug and play devices. SomeWarner Losh2001-06-091-0/+1
* Go ahead and request 0x44000000 through 0xfffffff instead of justWarner Losh2001-06-081-1/+1
* The TI-1031 is more like the TI-113x chips rather than the 12xx orWarner Losh2001-06-081-2/+3
* If the chip isn't in power state D0, put it in power state D0. IWarner Losh2001-06-041-10/+12
* Add new pci attachment for pcic. This supports pci cards as well asWarner Losh2001-06-042-165/+288
* #defines for pci way interrupt routing.Warner Losh2001-06-041-0/+33
* Move the pcic interrupt from pcic.c to pcic_isa.c. The ISA handlingWarner Losh2001-06-043-128/+138
* Minor style(9) nit. a|b -> a | b.Warner Losh2001-06-041-1/+1
* Change plxic to plxcard, per phk. He thnks plxic is too generic aWarner Losh2001-06-012-75/+71
* Add a simple plx pci9052 based pccard bridges. This doesn't work yet,Warner Losh2001-05-312-0/+455
* Turns out that one bit isn't enough. Introduce two new fieldsWarner Losh2001-05-283-16/+39
* Allow a shareable interrupts. Note, the bridge must set this flag orWarner Losh2001-05-272-15/+16
* Fix a minor formatting nitWarner Losh2001-05-251-1/+1
* Move to using the common device list.Warner Losh2001-05-252-119/+99
* Migrate from unit based to dev base. Don't save unit number, but do saveWarner Losh2001-05-253-13/+15
* Update copyright infoWarner Losh2001-05-255-6/+6
* Add intrack field to each slot. This can be used to acknowledgeWarner Losh2001-05-252-0/+4
* Minor name space issues.Warner Losh2001-05-251-19/+20
* Use bus_space functions rather than inb/outb.Warner Losh2001-05-245-20/+28
* Do what we should have done a long time ago:Warner Losh2001-05-241-0/+10
* Move getb1 and putb1 from pcic_isa.c to pcic.c. Rename them toWarner Losh2001-05-243-22/+24
* Add better support for the Ricoh 5C296 and 5C396 chips. These chipsWarner Losh2001-05-234-9/+28
* Add recognition for Toshiba ToPIC-100.Warner Losh2001-05-232-0/+4
* Move allocation of ExCA registers from the base driver into the busWarner Losh2001-05-213-34/+17
* Move setting of Vcc bit to before the vcc switch statement. TheWarner Losh2001-05-211-7/+5
* Next step on the road to pci: power taming.Warner Losh2001-05-214-84/+108
* Next step towards pcic_pci: the ability to allocate mapped memory in attach.Warner Losh2001-05-213-11/+72
* Two comments and one bug fix:Warner Losh2001-05-212-3/+15
* Add back the plain i82365 to the list of bridges that do specialWarner Losh2001-05-191-0/+1
* Initialize cinfo structure at compile time rather than run time sinceWarner Losh2001-05-192-34/+29
* slots and next haven't been used in a while. GC them.Warner Losh2001-05-191-6/+0
* Now that we've moved the mecia support out of pcic.c to its ownWarner Losh2001-05-191-12/+12
* Move ISA specific code into pcic_isa. This is the probe routine, theWarner Losh2001-05-193-262/+255
* It turns out that Intel's i82365sl-DF step has the same ID as the VLSIWarner Losh2001-05-192-31/+62
* Separate out isa attachment to its own file. The pci attachment willWarner Losh2001-05-163-84/+188