Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/isa/if_ef.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/isa/if_ef.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- src/sys/dev/isa/if_ef.c 2000/06/28 16:27:54 1.7 +++ src/sys/dev/isa/if_ef.c 2001/01/22 22:28:46 1.8 @@ -1,4 +1,4 @@ -/* $NetBSD: if_ef.c,v 1.7 2000/06/28 16:27:54 mrg Exp $ */ +/* $NetBSD: if_ef.c,v 1.8 2001/01/22 22:28:46 bjh21 Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -503,6 +503,8 @@ ef_attach(parent, self, aux) sc->chan_attn = ef_atten; sc->intrhook = ef_intrhook; + sc->ie_bus_barrier = NULL; + sc->memcopyin = ef_copyin; sc->memcopyout = ef_copyout; sc->ie_bus_read16 = ef_read_16;