diff options
author | Paul Irofti <pirofti@cvs.openbsd.org> | 2010-07-22 17:16:11 +0000 |
---|---|---|
committer | Paul Irofti <pirofti@cvs.openbsd.org> | 2010-07-22 17:16:11 +0000 |
commit | 9da6bad0821527e4f60fa49f5ad878b38f42d98b (patch) | |
tree | a5c9fdeeaa9cf7aebc97f4ef00a015f06510c75f /sys/dev/pci/pucdata.c | |
parent | fe06463b6b590b8ac4b2a3b91562a89600962875 (diff) |
Clean the macros from puc(4). Now with correct logic.
Tested and okay sthen@.
Diffstat (limited to 'sys/dev/pci/pucdata.c')
-rw-r--r-- | sys/dev/pci/pucdata.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c index 0d9a2b470c2..f2b79db5d04 100644 --- a/sys/dev/pci/pucdata.c +++ b/sys/dev/pci/pucdata.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pucdata.c,v 1.71 2010/07/07 21:32:50 sthen Exp $ */ +/* $OpenBSD: pucdata.c,v 1.72 2010/07/22 17:16:10 pirofti Exp $ */ /* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */ /* @@ -46,7 +46,7 @@ #include <dev/pci/pcidevs.h> #include <dev/ic/comreg.h> -const struct puc_device_description puc_devices[] = { +const struct puc_device_description puc_devs[] = { /* * XXX no entry because I have no data: * XXX Dolphin Peripherals 4006 (single parallel) |