Now that the disk probe routines are actually called, they need to return

something.
This commit is contained in:
mycroft 1994-03-10 21:52:07 +00:00
parent dbe6344515
commit 390f5990bb
4 changed files with 12 additions and 4 deletions

View File

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
* $Id: fd.c,v 1.30 1994/03/10 20:26:26 mycroft Exp $
* $Id: fd.c,v 1.31 1994/03/10 21:52:07 mycroft Exp $
*
* Largely rewritten to handle multiple controllers and drives
* By Julian Elischer, Sun Apr 4 16:34:33 WST 1993
@ -244,6 +244,8 @@ struct isa_device *dev;
fdprobe(dev)
struct isa_device *dev;
{
return 1;
}
/*

View File

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)wd.c 7.2 (Berkeley) 5/9/91
* $Id: wd.c,v 1.66 1994/03/10 20:05:32 mycroft Exp $
* $Id: wd.c,v 1.67 1994/03/10 21:52:10 mycroft Exp $
*/
#define INSTRUMENT /* instrumentation stuff by Brad Parker */
@ -236,6 +236,8 @@ int
wdprobe(dev)
struct isa_device *dev;
{
return 1;
}
/*

View File

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)wd.c 7.2 (Berkeley) 5/9/91
* $Id: wd.c,v 1.66 1994/03/10 20:05:32 mycroft Exp $
* $Id: wd.c,v 1.67 1994/03/10 21:52:10 mycroft Exp $
*/
#define INSTRUMENT /* instrumentation stuff by Brad Parker */
@ -236,6 +236,8 @@ int
wdprobe(dev)
struct isa_device *dev;
{
return 1;
}
/*

View File

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)wd.c 7.2 (Berkeley) 5/9/91
* $Id: wd.c,v 1.66 1994/03/10 20:05:32 mycroft Exp $
* $Id: wd.c,v 1.67 1994/03/10 21:52:10 mycroft Exp $
*/
#define INSTRUMENT /* instrumentation stuff by Brad Parker */
@ -236,6 +236,8 @@ int
wdprobe(dev)
struct isa_device *dev;
{
return 1;
}
/*