diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-26 00:27:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-26 00:27:57 +0000 |
commit | 729a9d7ceffba9e7e741540048479eed9907601e (patch) | |
tree | 716f1614729ffc0b602e2fdfece3bc84b3e930b1 /sys/dev/isa/pss.c | |
parent | 8102ec86d426fccfffa292d80d3e50914c22a932 (diff) |
sync 0521
Diffstat (limited to 'sys/dev/isa/pss.c')
-rw-r--r-- | sys/dev/isa/pss.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/isa/pss.c b/sys/dev/isa/pss.c index b101ce3cfdd..3c7e94ef2c7 100644 --- a/sys/dev/isa/pss.c +++ b/sys/dev/isa/pss.c @@ -1,5 +1,5 @@ -/* $OpenBSD: pss.c,v 1.9 1996/05/07 07:37:33 deraadt Exp $ */ -/* $NetBSD: pss.c,v 1.14 1996/04/29 20:00:39 christos Exp $ */ +/* $OpenBSD: pss.c,v 1.10 1996/05/26 00:27:27 deraadt Exp $ */ +/* $NetBSD: pss.c,v 1.15 1996/05/12 23:53:23 mycroft Exp $ */ /* * Copyright (c) 1994 John Brezak @@ -61,6 +61,7 @@ #include <sys/buf.h> #include <machine/cpu.h> +#include <machine/intr.h> #include <machine/pio.h> #include <sys/audioio.h> |