add "#define PCI_INTERRUPT_PIN_MAX 0x04"

This commit is contained in:
soda 2000-07-18 10:59:04 +00:00
parent 2d6604a645
commit c41ca10d33
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pcireg.h,v 1.28 2000/06/09 04:45:53 soda Exp $ */
/* $NetBSD: pcireg.h,v 1.29 2000/07/18 10:59:04 soda Exp $ */
/*
* Copyright (c) 1995, 1996, 1999
@ -398,5 +398,6 @@ typedef u_int8_t pci_intr_line_t;
#define PCI_INTERRUPT_PIN_B 0x02
#define PCI_INTERRUPT_PIN_C 0x03
#define PCI_INTERRUPT_PIN_D 0x04
#define PCI_INTERRUPT_PIN_MAX 0x04
#endif /* _DEV_PCI_PCIREG_H_ */