CV3DONZORRO2 option is no longer needed.
grf_cv3d.c was successfully tested running in a Zorro2 slot.
This commit is contained in:
parent
3f974a9659
commit
c8ba8ca4a7
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.amiga,v 1.161 2012/10/14 13:36:07 phx Exp $
|
||||
# $NetBSD: files.amiga,v 1.162 2012/10/14 20:33:17 phx Exp $
|
||||
|
||||
# maxpartitions must be first item in files.${ARCH}.newconf
|
||||
maxpartitions 16 # NOTE THAT AMIGA IS SPECIAL!
|
||||
|
@ -18,7 +18,6 @@ defflag opt_amigaccgrf.h USE_C_BFOPS
|
|||
|
||||
defflag opt_amigacons.h RETINACONSOLE ULOWELLCONSOLE CL5426CONSOLE
|
||||
defflag opt_amigacons.h CV64CONSOLE CV3DCONSOLE TSENGCONSOLE
|
||||
defflag opt_amigacons.h CV3DONZORRO2
|
||||
defflag opt_amigacons.h SERCONSOLE
|
||||
|
||||
defflag opt_kfont.h KFONT_CONS_ISO8859_1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: grf_cv3d.c,v 1.26 2011/12/15 14:25:13 phx Exp $ */
|
||||
/* $NetBSD: grf_cv3d.c,v 1.27 2012/10/14 20:33:17 phx Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995 Michael Teske
|
||||
|
@ -33,7 +33,7 @@
|
|||
#include "opt_amigacons.h"
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: grf_cv3d.c,v 1.26 2011/12/15 14:25:13 phx Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: grf_cv3d.c,v 1.27 2012/10/14 20:33:17 phx Exp $");
|
||||
|
||||
#include "ite.h"
|
||||
#include "wsdisplay.h"
|
||||
|
@ -406,12 +406,6 @@ grfcv3dmatch(struct device *pdp, struct cfdata *cfp, void *auxp)
|
|||
if (zap->manid != 8512 || zap->prodid != 67)
|
||||
return (0);
|
||||
|
||||
#ifndef CV3DONZORRO2
|
||||
if (!cv3d_zorroIII) {
|
||||
return (0);
|
||||
}
|
||||
#endif
|
||||
|
||||
cv3d_boardaddr = zap->va;
|
||||
|
||||
#ifdef CV3DCONSOLE
|
||||
|
|
Loading…
Reference in New Issue