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_ix.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/isa/if_ix.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.31 retrieving revision 1.32 diff -u -p -r1.31 -r1.32 --- src/sys/dev/isa/if_ix.c 2009/03/14 21:04:20 1.31 +++ src/sys/dev/isa/if_ix.c 2009/05/12 08:44:19 1.32 @@ -1,4 +1,4 @@ -/* $NetBSD: if_ix.c,v 1.31 2009/03/14 21:04:20 dsl Exp $ */ +/* $NetBSD: if_ix.c,v 1.32 2009/05/12 08:44:19 cegger Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_ix.c,v 1.31 2009/03/14 21:04:20 dsl Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_ix.c,v 1.32 2009/05/12 08:44:19 cegger Exp $"); #include #include @@ -102,7 +102,7 @@ static void ix_eeprom_outbits(bus_space_ static int ix_eeprom_inbits (bus_space_tag_t, bus_space_handle_t); static void ix_eeprom_clock (bus_space_tag_t, bus_space_handle_t, int); -int ix_match(struct device *, struct cfdata *, void *); +int ix_match(struct device *, cfdata_t, void *); void ix_attach(struct device *, struct device *, void *); /* @@ -468,7 +468,7 @@ ix_mediastatus(struct ie_softc *sc, stru } int -ix_match(struct device *parent, struct cfdata *cf, void *aux) +ix_match(struct device *parent, cfdata_t cf, void *aux) { int i; int rv = 0;