DV_DISK => DV_NULL (from Mike Long; PR#1607).

This commit is contained in:
pk 1995-10-22 20:45:07 +00:00
parent 3072291705
commit bcff7be6b7
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
/* $NetBSD: ncr.c,v 1.18 1995/10/02 16:48:36 mycroft Exp $ */
/* $NetBSD: ncr.c,v 1.19 1995/10/22 20:45:07 pk Exp $ */
/**************************************************************************
**
** $Id: ncr.c,v 1.18 1995/10/02 16:48:36 mycroft Exp $
** $Id: ncr.c,v 1.19 1995/10/22 20:45:07 pk Exp $
**
** Device driver for the NCR 53C810 PCI-SCSI-Controller.
**
@ -1246,7 +1246,7 @@ void ncr_attach (pcici_t tag, int unit);
static char ident[] =
"\n$Id: ncr.c,v 1.18 1995/10/02 16:48:36 mycroft Exp $\n";
"\n$Id: ncr.c,v 1.19 1995/10/22 20:45:07 pk Exp $\n";
u_long ncr_version = NCR_VERSION * 11
+ (u_long) sizeof (struct ncb) * 7
@ -1284,7 +1284,7 @@ int ncr_cache; /* to be aligned _NOT_ static */
#ifdef __NetBSD__
struct cfdriver ncrcd = {
NULL, "ncr", ncr_probe, ncr_attach, DV_DISK, sizeof(struct ncb)
NULL, "ncr", ncr_probe, ncr_attach, DV_NULL, sizeof(struct ncb)
};
#else /* !__NetBSD__ */