summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic_isa.c
Commit message (Expand)AuthorAgeFilesLines
* Move to using a chip function + function pointers to deal with theimp2001-09-041-0/+31
* Rearrange how we do interrupt routing tweaking. We now haveimp2001-08-211-2/+2
* Move ISA interrupt ISR and timeout routines to pcic from pcic_isa soimp2001-08-101-75/+2
* Move pcic_override_irq from pcic_isa, to pcic.imp2001-07-311-9/+0
* Minor whitespace nitimp2001-07-281-1/+0
* Introduce two new tunables from the boot loader.imp2001-07-271-6/+16
* Minor nits merged from my stable tree:imp2001-07-271-1/+1
* Attempt to fix and document interactions between suspend/resume and pccardcimp2001-07-271-7/+2
* On PC-98, map IRQ 6 to IRQ 7 at the pcic level. That is, when we'reimp2001-06-161-0/+1
* Add PC9801-102 CBUS card to the list of plug and play devices. Someimp2001-06-091-0/+1
* 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