Subject: kern/35389: i386 and amd64 don't have machine/autoconf.h
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <cube@cubidou.net>
List: netbsd-bugs
Date: 01/09/2007 14:55:05
>Number:         35389
>Category:       kern
>Synopsis:       i386 and amd64 don't have machine/autoconf.h
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jan 09 14:55:05 +0000 2007
>Originator:     Quentin Garnier
>Release:        NetBSD 4.99.4
>Organization:
NetBSD
>Environment:
System: NetBSD aayla.cubidou.net 4.99.4 NetBSD 4.99.4 (AAYLA) #25: Tue Nov 28 19:18:19 CET 2006 cube@aayla.cubidou.net:/home/cube/amd64/obj/cvsroot/src/sys/arch/amd64/compile/AAYLA amd64
Architecture: x86_64
Machine: amd64
>Description:
	dev/i2c/adt7467.c includes machine/autoconf.h, therefore doesn't
	compile on i386 and amd64.

	The question is, should i386 and amd64 have that header, or
	should adt7467 not depend on it?

	If the former is true, what should machine/autoconf.h contain?
>How-To-Repeat:
	config -L std.i386 > lint.i386; config lint.i386; make depend
>Fix:
	None provided.