Allow unit != 0

This commit is contained in:
gwr 1995-11-10 21:59:30 +00:00
parent e3c5125de9
commit 3dcdca7c52
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: bw2.c,v 1.4 1995/04/10 07:05:56 mycroft Exp $ */
/* $NetBSD: bw2.c,v 1.5 1995/11/10 21:59:30 gwr Exp $ */
/*
* Copyright (c) 1992, 1993
@ -108,12 +108,14 @@ bw2match(parent, vcf, args)
struct confargs *ca = args;
int x;
#if 0 /* XXX - Assume only one is in use anyway... */
/*
* This driver only supports one unit because the
* system enable register is used for blanking.
*/
if (cf->cf_unit != 0)
return (0);
#endif
if (ca->ca_paddr == -1) {
if (cpu_machine_id == SUN3_MACH_50)