summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic.c
Commit message (Expand)AuthorAgeFilesLines
* Add intrack field to each slot. This can be used to acknowledgeimp2001-05-251-0/+3
* Minor name space issues.imp2001-05-251-19/+20
* Use bus_space functions rather than inb/outb.imp2001-05-241-4/+9
* Move getb1 and putb1 from pcic_isa.c to pcic.c. Rename them toimp2001-05-241-0/+20
* Add better support for the Ricoh 5C296 and 5C396 chips. These chipsimp2001-05-231-0/+6
* Move allocation of ExCA registers from the base driver into the busimp2001-05-211-26/+1
* 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-211-67/+81
* Next step towards pcic_pci: the ability to allocate mapped memory in attach.imp2001-05-211-11/+56
* Two comments and one bug fix:imp2001-05-211-3/+13
* 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-191-16/+13
* 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-191-259/+39
* It turns out that Intel's i82365sl-DF step has the same ID as the VLSIimp2001-05-191-27/+59
* Separate out isa attachment to its own file. The pci attachment willimp2001-05-161-84/+12
* The mecia support has moved to the mecia driver, so remove the copy ofimp2001-05-151-351/+35
* {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
* 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
* o Get rid of static array of slots in pccard layer. Move this to theimp2001-05-131-56/+59
* Use enumeration values for CARD_SET_RES_FLAGS.dmlb2001-05-081-4/+13
* Set the slot pointer in the pc98 case. Correct the name of the bridgeimp2001-05-071-2/+5
* Disable the card after sending the removed event up to the pccardimp2001-05-071-1/+1
* Set the device name for NEC PC98 PCMCIA Controller on boot.imp2001-04-211-18/+19
* Indirect off cinfo rather than calling pcic_ functions directly. Thisimp2001-04-191-12/+12
* First cut at bringing NEC PC98 original pccard bridge code back intoimp2001-04-191-24/+335
* Add #define for IBM3765.imp2001-04-111-3/+2
* Axe a few __P() while I'm in the neighborhood.imp2001-03-221-4/+3
* Lots of minor cleanup, plus a couple of interesting things.imp2001-03-191-75/+77
* Fix a minor bug that prevents NEWBUS users from setting more thandmlb2001-01-091-1/+1
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-2/+0
* o Now that I've had time to test the new interface, reintegrate it back in.imp2001-01-071-2/+5
* add PNPID for PnP PCMCIA, SCM SwapBox Classic X2P.sanpei2000-12-111-0/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Another PnP pcic card: SMC Swapbox Plug and Playimp2000-10-121-0/+1
* o Remove 9 unnecessary includes.imp2000-09-201-3/+7
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromjhb2000-09-131-1/+2
* Add some infrastructure support for dealing with large attributeimp2000-08-101-5/+52
* Fix a bug so that we have correct number of pccard instances in pcic_attach().iwasaki2000-07-241-1/+1
* Add ACTIONTECH #define for plug and play. Also add PnP support to NEWCARDimp2000-05-291-1/+1
* Add PnP ID for vadem based plug and play card.imp2000-05-021-0/+1
* Checkin my first batch of New Mexico changes:imp2000-04-251-22/+26
* o Preliminary support for mapping the CIS by the driver.imp2000-04-201-9/+42
* Add support for PnP ISA cards, and some laptop PnP support:imp2000-03-101-80/+118
* /tmp/msgimp2000-02-211-4/+24
OpenPOWER on IntegriCloud