diff options
Diffstat (limited to 'sys/dev/pci/cz.c')
-rw-r--r-- | sys/dev/pci/cz.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/pci/cz.c b/sys/dev/pci/cz.c index 402b758a821..3643c48cfda 100644 --- a/sys/dev/pci/cz.c +++ b/sys/dev/pci/cz.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cz.c,v 1.4 2001/09/04 04:01:42 nate Exp $ */ +/* $OpenBSD: cz.c,v 1.5 2002/01/30 20:45:34 nordin Exp $ */ /* $NetBSD: cz.c,v 1.15 2001/01/20 19:10:36 thorpej Exp $ */ /*- @@ -198,11 +198,6 @@ struct cfdriver cz_cd = { 0, "cz", DV_TTY }; -/* Macros to clear/set/test flags. */ -#define SET(t, f) (t) |= (f) -#define CLR(t, f) (t) &= ~(f) -#define ISSET(t, f) ((t) & (f)) - /* * Macros to read and write the PLX. */ |