summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcicvar.h
Commit message (Expand)AuthorAgeFilesLines
* <jkh> "Hey Rocky, watch me eject this pccard outta my laptop!" "What,imp2001-09-131-0/+2
* Move to using a chip function + function pointers to deal with theimp2001-09-041-8/+22
* Rearrange how we do interrupt routing tweaking. We now haveimp2001-08-211-3/+3
* Improve interlocking for card removal. We now can remove the card inimp2001-08-191-1/+3
* Merge from stable (which seems to have been spammed at some point in current):imp2001-08-141-1/+5
* Move ISA interrupt ISR and timeout routines to pcic from pcic_isa soimp2001-08-101-0/+3
* Type sanity: use uintptr_t * for read_ivar and u_int8_t instead of u_charimp2001-08-101-2/+2
* Rearrange the pcic_irq_type enum (and specifically tag the first oneimp2001-08-101-1/+1
* bsh and bst are unused in softc, except for setting them. We do use theimp2001-07-311-2/+0
* Move pcic_override_irq from pcic_isa, to pcic.imp2001-07-311-0/+1
* Attempt to fix and document interactions between suspend/resume and pccardcimp2001-07-271-0/+1
* Some interrelated interrupt changes.imp2001-07-011-1/+3
* Move the pcic interrupt from pcic.c to pcic_isa.c. The ISA handlingimp2001-06-041-1/+3
* Turns out that one bit isn't enough. Introduce two new fieldsimp2001-05-281-14/+19
* Allow a shareable interrupts. Note, the bridge must set this flag orimp2001-05-271-0/+1
* Migrate from unit based to dev base. Don't save unit number, but do saveimp2001-05-251-10/+12
* Add intrack field to each slot. This can be used to acknowledgeimp2001-05-251-0/+1
* Use bus_space functions rather than inb/outb.imp2001-05-241-3/+2
* Move getb1 and putb1 from pcic_isa.c to pcic.c. Rename them toimp2001-05-241-0/+2
* Add better support for the Ricoh 5C296 and 5C396 chips. These chipsimp2001-05-231-0/+1
* Move allocation of ExCA registers from the base driver into the busimp2001-05-211-7/+6
* Next step on the road to pci: power taming.imp2001-05-211-2/+8
* Next step towards pcic_pci: the ability to allocate mapped memory in attach.imp2001-05-211-0/+12
* Move ISA specific code into pcic_isa. This is the probe routine, theimp2001-05-191-2/+2
* Separate out isa attachment to its own file. The pci attachment willimp2001-05-161-0/+68
OpenPOWER on IntegriCloud