Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/22/1998 08:10:03
thorpej
Thu Jan 22 00:04:59 PST 1998
Update of /cvsroot/src/sys/dev/pci
In directory netbsd1:/var/slash-tmp/cvs-serv20971

Modified Files:
	if_fxp.c 
Log Message:
Fix two register mapping problems:
- Fall back on i/o space if mem space isn't available.
- Card reports mem space as prefetchable, but mapping the card into dense
  space fails in nasty ways on the Alpha.  Force mapping into sparse
  space by clearing the BUS_SPACE_MAP_CACHEABLE bit (XXX!).


thorpej
Thu Jan 22 00:09:41 PST 1998
Update of /cvsroot/src/sys/dev/pci
In directory netbsd1:/var/slash-tmp/cvs-serv22145

Log Message:
Import FreeBSD's latest "fxp" driver, as of Jan 22, 1998.

Status:

Vendor Tag:	FREEBSD
Release Tags:	FreeBSD-current-980122
		
C src/sys/dev/pci/if_fxp.c
U src/sys/dev/pci/if_fxpreg.h
C src/sys/dev/pci/if_fxpvar.h

2 conflicts created by this import.
Use the following command to help the merge:

	cvs checkout -jFREEBSD:yesterday -jFREEBSD src/sys/dev/pci