Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 02/23/2006 05:49:42
Module Name: src
Committed By: thorpej
Date: Thu Feb 23 05:49:42 UTC 2006
Modified Files:
src/sys/arch/macppc/macppc: autoconf.c
src/sys/arch/ofppc/firepower: firepower.c
Log Message:
Use device_is_a(), rather than the locally-defined DEVICE_IS() (which
uses a much more complicated mechanism to do the check).
To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 src/sys/arch/macppc/macppc/autoconf.c
cvs rdiff -r1.15 -r1.16 src/sys/arch/ofppc/firepower/firepower.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.