Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 07/03/2000 07:38:08
Module Name: syssrc
Committed By: mrg
Date: Mon Jul 3 14:38:07 UTC 2000
Modified Files:
syssrc/sys/arch/sparc64/sparc64: autoconf.c
Log Message:
- add a bus class check to the conversion of prom names to NetBSD driver
names, as we need to convert `pci' to both `psycho' and `simba'. add
a member to dev_compat_table[] for this, using BUSCLASS_NONE for when
we don't care (all other cases, currently). add `ide' -> `pciide' and
`disk' -> `wd' mappings here, also.
- "psycho" is a BUSCLASS_MAINBUS device; it has UPA attachment semantics.
this fixes bootpath detection for IDE disks.
To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 syssrc/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.