summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic_isa.c
Commit message (Expand)AuthorAgeFilesLines
* Move the pcic interrupt from pcic.c to pcic_isa.c. The ISA handlingimp2001-06-041-0/+118
* Turns out that one bit isn't enough. Introduce two new fieldsimp2001-05-281-1/+3
* Migrate from unit based to dev base. Don't save unit number, but do saveimp2001-05-251-1/+1
* Use bus_space functions rather than inb/outb.imp2001-05-241-8/+12
* Move getb1 and putb1 from pcic_isa.c to pcic.c. Rename them toimp2001-05-241-22/+2
* Add better support for the Ricoh 5C296 and 5C396 chips. These chipsimp2001-05-231-6/+8
* Move allocation of ExCA registers from the base driver into the busimp2001-05-211-1/+10
* Next step on the road to pci: power taming.imp2001-05-211-15/+18
* Next step towards pcic_pci: the ability to allocate mapped memory in attach.imp2001-05-211-0/+4
* Move ISA specific code into pcic_isa. This is the probe routine, theimp2001-05-191-1/+214
* Separate out isa attachment to its own file. The pci attachment willimp2001-05-161-0/+108
OpenPOWER on IntegriCloud