aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-02-06 09:25:10 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-02-06 09:25:10 +0000
commitf09deb696204780b45df6a4946dc3c41519bc386 (patch)
tree864a4fe2787a9312322306e13929fc99a57ac429 /sys/dev/pci
parent294939dced243f05db3224ff965c31dc2caac2f2 (diff)
Notes
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index 523c21d78b237..3681765716ed6 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -151,7 +151,7 @@ static size_t pci_vendordata_size;
struct pci_quirk {
u_int32_t devid; /* Vendor/device of the card */
int type;
-#define PCI_QUIRK_MAP_REG 1 /* PCI map register in wierd place */
+#define PCI_QUIRK_MAP_REG 1 /* PCI map register in weird place */
int arg1;
int arg2;
};