Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 04/13/1997 19:50:02
cgd
Sun Apr 13 12:46:02 PDT 1997
Update of /cvsroot/src/sys/dev/pci
In directory netbsd1:/var/slash-tmp/cvs-serv29252

Modified Files:
	pci.c pcivar.h 
Log Message:
implement pci_map_register(), which gets information about a device's
mapping register, maps it, and returns all of the relevant information.
deprecate use of pci_{io,mem}_find(), but leave them around (for a while)
for backward compatibility with third-party drivers.


cgd
Sun Apr 13 12:47:10 PDT 1997
Update of /cvsroot/src/sys/dev/pci
In directory netbsd1:/var/slash-tmp/cvs-serv2002

Modified Files:
	bha_pci.c if_en_pci.c if_ep_pci.c if_le_pci.c 
Log Message:
use pci_map_register().


cgd
Sun Apr 13 12:48:18 PDT 1997
Update of /cvsroot/src/sys/dev/pci
In directory netbsd1:/var/slash-tmp/cvs-serv2276

Modified Files:
	ahc_pci.c if_fpa.c isp_pci.c 
Log Message:
use pci_map_register().  map both mem and I/O spaces, preferring mem
space if it's usable, but falling back to I/O space if mem isn't usable.


cgd
Sun Apr 13 12:48:51 PDT 1997
Update of /cvsroot/src/sys/dev/pci
In directory netbsd1:/var/slash-tmp/cvs-serv2382

Modified Files:
	if_devar.h 
Log Message:
clean up space/tag comments