summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/pccard/pcicvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pccard/pcicvar.h b/sys/pccard/pcicvar.h
index 1fdbaf5..ff986c9 100644
--- a/sys/pccard/pcicvar.h
+++ b/sys/pccard/pcicvar.h
@@ -41,7 +41,7 @@ struct pcic_slot {
void *argp;
};
-enum pcic_irq_type { isa_parallel, pci_parallel, isa_serial };
+enum pcic_irq_type { isa_parallel = 1, isa_serial, pci_parallel, pci_serial };
struct pcic_softc
{
OpenPOWER on IntegriCloud