Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



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

Modified Files:
        cy_pci.c 
Log Message:
use pci_map_register().  Also, almost a complete rewrite/cleanup of this
code.  (It still needs more!)


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

Modified Files:
        if_de.c 
Log Message:
use pci_map_register().  map both mem and I/O spaces, preferring mem space
by default if it's usable, but falling back to I/O space if mem isn't usable.
If TULIP_IOMAPPED is defined (default on the x86), prefer I/O space
then fall back to mem.


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

Modified Files:
        ncr.c 
Log Message:
use pci_map_register().  map both mem and I/O spaces, preferring mem space
by default if it's usable, but falling back to I/O space if mem isn't usable.
If NCR_IOMAPPED is defined (default on the x86), prefer I/O space
then fall back to mem.  Also, clean up the various memory consistency checks
so that they can deal with run-time determination of whether or not the
device is to be memory- or I/O-mapped.




Home | Main Index | Thread Index | Old Index