diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-22 11:28:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-22 11:28:31 +0000 |
commit | 33a7cd7443054b34d61fbae104d98ad641757b46 (patch) | |
tree | e1781329e2c1223a0ce996d1c845d37b58843ec0 | |
parent | 41d914d0081999518dfa488bc8e21787044c7e7e (diff) |
remove garbage
-rw-r--r-- | sys/arch/sparc/dev/bwtwo.c | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/sys/arch/sparc/dev/bwtwo.c b/sys/arch/sparc/dev/bwtwo.c index f576f047f80..aa88557ad3a 100644 --- a/sys/arch/sparc/dev/bwtwo.c +++ b/sys/arch/sparc/dev/bwtwo.c @@ -89,11 +89,10 @@ int bwtwoioctl __P((dev_t, u_long, caddr_t, int, struct proc *)); int bwtwommap __P((dev_t, int, int)); static void bwtwounblank __P((struct device *)); -struct cfdriver bwtwocd = - { NULL, "bwtwo", bwtwomatch, bwtwoattach, - DV_DULL, sizeof(struct bwtwo_softc) }; - -/* XXX we do not handle frame buffer interrupts (do not know how) */ +struct cfdriver bwtwocd = { + NULL, "bwtwo", bwtwomatch, bwtwoattach, + DV_DULL, sizeof(struct bwtwo_softc) +}; /* frame buffer generic driver */ static struct fbdriver bwtwofbdriver = { @@ -102,10 +101,6 @@ static struct fbdriver bwtwofbdriver = { extern int fbnode; extern struct tty *fbconstty; -extern int (*v_putc)(); -extern int nullop(); -static int bwtwo_cnputc(); -static struct bwtwo_softc *bwcons; /* * Match a bwtwo. |