Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/vax/vax CFATTACH mem_sbi, not sbi



details:   https://anonhg.NetBSD.org/src/rev/f03564d93556
branches:  trunk
changeset: 537678:f03564d93556
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Oct 04 17:09:51 2002 +0000

description:
CFATTACH mem_sbi, not sbi

diffstat:

 sys/arch/vax/vax/ka780.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f0d17837adb4 -r f03564d93556 sys/arch/vax/vax/ka780.c
--- a/sys/arch/vax/vax/ka780.c  Fri Oct 04 16:24:47 2002 +0000
+++ b/sys/arch/vax/vax/ka780.c  Fri Oct 04 17:09:51 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ka780.c,v 1.20 2002/10/02 16:02:35 thorpej Exp $ */
+/*     $NetBSD: ka780.c,v 1.21 2002/10/04 17:09:51 matt Exp $ */
 /*-
  * Copyright (c) 1982, 1986, 1988 The Regents of the University of California.
  * All rights reserved.
@@ -58,7 +58,7 @@
 static void mem_sbi_attach(struct device *, struct device *, void *);
 static int getsort(int type);
 
-CFATTACH_DECL(sbi, sizeof(struct mem_softc),
+CFATTACH_DECL(mem_sbi, sizeof(struct mem_softc),
     mem_sbi_match, mem_sbi_attach, NULL, NULL);
 
 int    



Home | Main Index | Thread Index | Old Index