diff options
Diffstat (limited to 'sys/arch/pmax/dev/sfb.c')
-rw-r--r-- | sys/arch/pmax/dev/sfb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/pmax/dev/sfb.c b/sys/arch/pmax/dev/sfb.c index 838c0d0e79a..e0894ed6244 100644 --- a/sys/arch/pmax/dev/sfb.c +++ b/sys/arch/pmax/dev/sfb.c @@ -1,4 +1,4 @@ -/* $NetBSD: sfb.c,v 1.18 1996/10/13 13:14:01 jonathan Exp $ */ +/* $NetBSD: sfb.c,v 1.19 1997/01/22 17:27:54 mhitch Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -131,7 +131,7 @@ void sfbattach __P((struct device *, struct device *, void *)); int sfb_intr __P((void *sc)); struct cfattach sfb_ca = { - sizeof(struct device), sfbmatch, sfbattach + sizeof(struct fbinfo), sfbmatch, sfbattach }; struct cfdriver sfb_cd = { |