PERFORCE change 222054 for review

Bjoern A. Zeeb bz at FreeBSD.org
Fri Feb 15 12:05:51 UTC 2013


http://p4web.freebsd.org/@@222054?ac=10

Change 222054 by bz at bz_zenith on 2013/02/15 12:05:43

	Make region shareable so that atse(4) can read the Ethernet address
	from flash for now.  Later loader will fix this.  This mirrors the
	ifs(4) change @221608.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/sys/dev/cfi/cfi_core.c#9 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/sys/dev/cfi/cfi_core.c#9 (text+ko) ====

@@ -268,7 +268,7 @@
 
 	sc->sc_rid = 0;
 	sc->sc_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &sc->sc_rid,
-	    RF_ACTIVE);
+	    RF_ACTIVE | RF_SHAREABLE);
 	if (sc->sc_res == NULL)
 		return (ENXIO);
 


More information about the p4-projects mailing list