diff --git a/sys/arch/hpcsh/dev/hd64465/hd64465.c b/sys/arch/hpcsh/dev/hd64465/hd64465.c index 84f22fab5868..3f6ccd4331fe 100644 --- a/sys/arch/hpcsh/dev/hd64465/hd64465.c +++ b/sys/arch/hpcsh/dev/hd64465/hd64465.c @@ -1,4 +1,4 @@ -/* $NetBSD: hd64465.c,v 1.7 2002/10/02 15:45:21 thorpej Exp $ */ +/* $NetBSD: hd64465.c,v 1.8 2002/10/21 17:07:36 uch Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -77,7 +77,7 @@ STATIC void hd64465_info(void); #endif CFATTACH_DECL(hd64465if, sizeof(struct device), - hd64465_match, hd64465_attach); + hd64465_match, hd64465_attach, NULL, NULL); int hd64465_match(struct device *parent, struct cfdata *cf, void *aux)