summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcicvar.h
Commit message (Expand)AuthorAgeFilesLines
* 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