Subject: PR/32137 CVS commit: src/sys/dev/pci
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Husemann <martin@netbsd.org>
List: netbsd-bugs
Date: 11/21/2005 20:32:02
The following reply was made to PR kern/32137; it has been noted by GNATS.

From: Martin Husemann <martin@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/32137 CVS commit: src/sys/dev/pci
Date: Mon, 21 Nov 2005 20:25:15 +0000 (UTC)

 Module Name:	src
 Committed By:	martin
 Date:		Mon Nov 21 20:25:15 UTC 2005
 
 Modified Files:
 	src/sys/dev/pci: if_vge.c
 
 Log Message:
 This driver does only access the bus_space_tag via bus_space_* functions,
 so there is no need to map it linear. From Garrett D'Amore in
 PR kern/32137.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.6 -r1.7 src/sys/dev/pci/if_vge.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.