Subject: CVS commit: src/sys/arch/sgimips
To: None <source-changes@NetBSD.org>
From: Stephen M. Rumble <rumble@netbsd.org>
List: source-changes
Date: 12/29/2006 00:41:12
Module Name: src
Committed By: rumble
Date: Fri Dec 29 00:41:12 UTC 2006
Modified Files:
src/sys/arch/sgimips/conf: GENERIC32_IP2x
src/sys/arch/sgimips/gio: gio.c giovar.h
Log Message:
Rework GIO probing a bit.
Devices present on the GIO bus needn't always provide a Product
Indentification Word, even if their address space is the same as the
address space of a slot. Separate the handling of probing for slot-based
devices and graphics devices, matching the latter first, and precluding
addresses probed for the former when a graphics device is known to exist
in a slot's space.
To generate a diff of this commit:
cvs rdiff -r1.62 -r1.63 src/sys/arch/sgimips/conf/GENERIC32_IP2x
cvs rdiff -r1.23 -r1.24 src/sys/arch/sgimips/gio/gio.c
cvs rdiff -r1.7 -r1.8 src/sys/arch/sgimips/gio/giovar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.