Subject: Re: CVS commit: src/sys/arch/sparc64/sparc64
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 10/09/2003 18:48:39
In article <20031009175544.C96602DA1D@cvs.netbsd.org>,
Manuel Bouyer <bouyer@netbsd.org> wrote:
>
>Module Name:	src
>Committed By:	bouyer
>Date:		Thu Oct  9 17:55:44 UTC 2003
>
>Modified Files:
>	src/sys/arch/sparc64/sparc64: autoconf.c
>
>Log Message:
>After pciide split, add cmdide and aceride to bus_class_tab[], per Martin
>Husemann and Takeshi Nakayama requests.
>XXX others IDE controller drivers needs to be added too, or a better
>way of handling it has to be found.
>
>
>To generate a diff of this commit:
>cvs rdiff -r1.82 -r1.83 src/sys/arch/sparc64/sparc64/autoconf.c
>
>Please note that diffs are not public domain; they are subject to the
>copyright notices on the relevant files.

use pmatch("*ide", ...)?

christos