Rearrange the pcic_irq_type enum (and specifically tag the first one
as being 1) in anticipation of documentation.
This commit is contained in:
parent
c37c2d03b8
commit
f470b3bb56
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81394
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user