From e7a6bcd6ebbfe5cd144b2717742450a44e83844e Mon Sep 17 00:00:00 2001 From: briggs Date: Tue, 5 Dec 2000 05:05:52 +0000 Subject: [PATCH] Add the DrHw Apple 24AC "Boogie" video card. Thanks to Lucas Lay for digging it up. --- sys/arch/mac68k/nubus/nubus.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/mac68k/nubus/nubus.h b/sys/arch/mac68k/nubus/nubus.h index d3e570e5331f..fad5ae21bdfa 100644 --- a/sys/arch/mac68k/nubus/nubus.h +++ b/sys/arch/mac68k/nubus/nubus.h @@ -1,4 +1,4 @@ -/* $NetBSD: nubus.h,v 1.51 2000/12/05 05:02:36 briggs Exp $ */ +/* $NetBSD: nubus.h,v 1.52 2000/12/05 05:05:52 briggs Exp $ */ /* * Copyright (c) 1995 Allen Briggs. All rights reserved. @@ -58,6 +58,7 @@ #define NUBUS_DRHW_M2HRVC 0x0013 /* Apple Mac II High-Res Video Card */ #define NUBUS_DRHW_PVC 0x0017 /* Apple Mac II Portrait Video Card */ #define NUBUS_DRHW_MDC 0x0019 /* Apple Macintosh Display Card */ +#define NUBUS_DRHW_BOOGIE 0x002b /* Apple Macintosh 24AC Video Card */ #define NUBUS_DRHW_SUPRGFX 0x0105 /* SuperMac GFX */ #define NUBUS_DRHW_FORMAC 0x013A /* Formac color card II */ #define NUBUS_DRHW_CB264 0x013B /* RasterOps ColorBoard 264 */