Remove obsolete rd_match_hook and sync with sun3 version again.
This commit is contained in:
parent
4dd67bbcd4
commit
39ac1f2cad
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: md_root.c,v 1.1 1996/03/25 18:49:18 perry Exp $ */
|
||||
/* $NetBSD: md_root.c,v 1.2 1996/03/27 16:38:33 perry Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995 Gordon W. Ross
|
||||
@ -50,15 +50,6 @@ char rd_root_image[ROOTBYTES] = "|This is the root ramdisk!\n";
|
||||
/*
|
||||
* This is called during autoconfig.
|
||||
*/
|
||||
int
|
||||
rd_match_hook(parent, self, aux)
|
||||
struct device *parent;
|
||||
void *self;
|
||||
void *aux;
|
||||
{
|
||||
return (1);
|
||||
}
|
||||
|
||||
void
|
||||
rd_attach_hook(unit, rd)
|
||||
int unit;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: rd_root.c,v 1.1 1996/03/25 18:49:18 perry Exp $ */
|
||||
/* $NetBSD: rd_root.c,v 1.2 1996/03/27 16:38:33 perry Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995 Gordon W. Ross
|
||||
@ -50,15 +50,6 @@ char rd_root_image[ROOTBYTES] = "|This is the root ramdisk!\n";
|
||||
/*
|
||||
* This is called during autoconfig.
|
||||
*/
|
||||
int
|
||||
rd_match_hook(parent, self, aux)
|
||||
struct device *parent;
|
||||
void *self;
|
||||
void *aux;
|
||||
{
|
||||
return (1);
|
||||
}
|
||||
|
||||
void
|
||||
rd_attach_hook(unit, rd)
|
||||
int unit;
|
||||
|
Loading…
Reference in New Issue
Block a user