summaryrefslogtreecommitdiffstats
path: root/sys/pccard
Commit message (Expand)AuthorAgeFilesLines
* 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
* Separate out isa attachment to its own file. The pci attachment willimp2001-05-163-84/+188
* This file is now obsolete. The #defines in it have never been usedimp2001-05-161-44/+0
* pcic98reg.h is now contained in meciareg.h.imp2001-05-152-59/+1
* The mecia support has moved to the mecia driver, so remove the copy ofimp2001-05-151-351/+35
* This code touches MD code inappropriately. So we have to include pc98imp2001-05-151-0/+5
* A new driver for the MECIA. This is the NEC Original PCMCIAimp2001-05-152-0/+792
* {G,S}ET_UNIT are now unused, gc themimp2001-05-151-3/+0
* It turns out that pcic_slot::slotnum was really unused, so don't setimp2001-05-141-2/+0
* Remove static array of slots. We now have state information for eachimp2001-05-141-17/+24
* Fix the so called "static bug" in polling mode. Some desktop cardsimp2001-05-141-6/+33
* Minor style(9) changes:imp2001-05-144-74/+78
* Take a stab at making this less dependent on having pcic as a parent.imp2001-05-141-24/+17
* Change machdep.pccard.pcic_mem_{start,end} to machdep.pccard.mem_{start,end}imp2001-05-141-10/+8
* When activating or deactivating a resource, only attempt to deal withimp2001-05-141-0/+8
* Return errors for unsupported operations on pcic_get_res_flags ratherimp2001-05-131-1/+1
* Change #ifdef PC98 to #ifdef MECIA_SUPPORT and define MECIA_SUPPORTimp2001-05-131-13/+17
* I'll be making some rather substantial changes to the pci attachmentimp2001-05-131-1/+1
* o Get rid of static array of slots in pccard layer. Move this to theimp2001-05-134-102/+100
* Th -> The in a commentimp2001-05-121-1/+1
OpenPOWER on IntegriCloud