Subject: kern/294: /sys/arch/hp300/stand/autoconf.c fails to compile
To: None <gnats-admin>
From: Jason R. Thorpe <thorpej@yuri.CS.ORST.EDU>
List: netbsd-bugs
Date: 06/18/1994 18:50:06
>Number: 294
>Category: kern
>Synopsis: /sys/arch/hp300/stand/autoconf.c fails to compile
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: gnats-admin (Kernel Bug People)
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sat Jun 18 18:50:02 1994
>Originator: Jason R. Thorpe
>Organization:
Oregon State University - Department of Computer Science
>Release:
>Environment:
System:
NetBSD 0.9B (FOUNDATION) #5: Fri Jun 17 19:26:28 MDT 1994
thorpej@lager.fhf.novatel.ca:/home/src/sys/arch/hp300/compile/FOUNDATION
>Description:
/sys/arch/hp300/stand/autoconf.c fails to compile with June 16 source...
($Id: autoconf.c,v 1.4 1994/01/26 02:38:18 brezak Exp $)
GRFIADDR is undeclared
>How-To-Repeat:
>Fix:
apply the following patch to /sys/arch/hp300/stand/autoconf.c
*** autoconf.c.orig Sat Jun 18 18:35:53 1994
--- autoconf.c Sat Jun 18 18:39:05 1994
***************
*** 48,53 ****
--- 48,54 ----
#include <hp300/dev/device.h>
#include <hp300/dev/grfvar.h>
+ #include <hp300/dev/grfreg.h>
/*
* Mapping of ROM MSUS types to BSD major device numbers
>Audit-Trail:
>Unformatted:
------------------------------------------------------------------------------