diff options
| author | matt <matt@NetBSD.org> | 1998-10-06 04:04:30 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 1998-10-06 04:04:30 +0000 |
| commit | 75f5ffdf2110265a3c07fe0e6bc3bdb9eff103ca (patch) | |
| tree | d67392ae794eae5dd018b1f1b85c220b3e8da376 /sys/dev/dec | |
| parent | 72e565d9b1e919cc24bbc4d7157fff336430b8cf (diff) | |
Change backplace0 to mainbus0 (for consistency with other ports).
Remove unused function protocols from ka410.h and ka43.h
Fix some ka46 missing references
Diffstat (limited to 'sys/dev/dec')
| -rw-r--r-- | sys/dev/dec/qbus/uba.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/dec/qbus/uba.c b/sys/dev/dec/qbus/uba.c index c4be0f6ae80..ac5171863a5 100644 --- a/sys/dev/dec/qbus/uba.c +++ b/sys/dev/dec/qbus/uba.c @@ -1,4 +1,4 @@ -/* $NetBSD: uba.c,v 1.34 1998/03/21 10:24:29 ragge Exp $ */ +/* $NetBSD: uba.c,v 1.35 1998/10/06 04:04:31 matt Exp $ */ /* * Copyright (c) 1996 Jonathan Stone. * Copyright (c) 1994, 1996 Ludd, University of Lule}, Sweden. @@ -388,7 +388,7 @@ void qba_attach __P((struct device *, struct device *, void *)); void qba_beforescan __P((struct uba_softc*)); void qba_init __P((struct uba_softc*)); -struct cfattach uba_backplane_ca = { +struct cfattach uba_mainbus_ca = { sizeof(struct uba_softc), qba_match, qba_attach }; |
