diff options
| author | Warner Losh <imp@FreeBSD.org> | 2001-08-10 05:42:08 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2001-08-10 05:42:08 +0000 |
| commit | f470b3bb5656c9daed64544c6945fc4d6000339c (patch) | |
| tree | b25a7b9db3e42797a841940a955690a12dab520e | |
| parent | c37c2d03b8742d3e75c28ae1ffdfdb836437e5fc (diff) | |
Notes
| -rw-r--r-- | sys/pccard/pcicvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pccard/pcicvar.h b/sys/pccard/pcicvar.h index 1fdbaf5183a2..ff986c95d21f 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 { |
