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/arch/sandpoint/stand/altboot/dsk.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/sandpoint/stand/altboot/dsk.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- src/sys/arch/sandpoint/stand/altboot/dsk.c 2011/02/10 13:38:08 1.4 +++ src/sys/arch/sandpoint/stand/altboot/dsk.c 2011/03/06 13:55:12 1.5 @@ -1,4 +1,4 @@ -/* $NetBSD: dsk.c,v 1.4 2011/02/10 13:38:08 nisimura Exp $ */ +/* $NetBSD: dsk.c,v 1.5 2011/03/06 13:55:12 phx Exp $ */ /*- * Copyright (c) 2010 The NetBSD Foundation, Inc. @@ -57,13 +57,6 @@ #define CSR_READ_1(r) *(volatile uint8_t *)(r) #define CSR_WRITE_1(r,v) *(volatile uint8_t *)(r)=(v) -#define DSK_DECL(xxx) \ - int xxx ## _match(unsigned, void *); \ - void * xxx ## _init(unsigned, void *) - -DSK_DECL(pciide); -DSK_DECL(siisata); - struct dskdv { char *name; int (*match)(unsigned, void *);