Remove obsolete rd_match_hook and sync with sun3 version again.

This commit is contained in:
perry 1996-03-27 16:38:33 +00:00
parent 4dd67bbcd4
commit 39ac1f2cad
2 changed files with 2 additions and 20 deletions

View File

@ -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;

View File

@ -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;