Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 08/30/1997 06:50:03
mycroft
Fri Aug 29 23:46:59 PDT 1997
Update of /cvsroot/src/sys/dev/pci
In directory netbsd1:/var/slash-tmp/cvs-serv10958

Added Files:
	pci_map.c 
Log Message:
* Rewrite pci_io_find() and pci_mem_find() using my original pci_map_io() and
pci_map_mem(), with appropriate changes for bus_space.
* Add extra arguments for use by pci_mapreg_*(), and make the functions
static.
* Rewrite pci_mapreg_info() and pci_mapreg_map() as wrappers around
pci_*_find(), using the documented interface.

mycroft
Fri Aug 29 23:47:45 PDT 1997
Update of /cvsroot/src/sys/dev/pci
In directory netbsd1:/var/slash-tmp/cvs-serv11166

Modified Files:
	pci.c 
Log Message:
Remove pci_*_find() from here.

mycroft
Fri Aug 29 23:48:25 PDT 1997
Update of /cvsroot/src/sys/dev/pci
In directory netbsd1:/var/slash-tmp/cvs-serv11281

Modified Files:
	pcivar.h 
Log Message:
Don't export pci_*_find() any more.

mycroft
Fri Aug 29 23:48:58 PDT 1997
Update of /cvsroot/src/sys/dev/pci
In directory netbsd1:/var/slash-tmp/cvs-serv11343

Modified Files:
	files.pci 
Log Message:
Pull in new file.