Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Feb 2013 12:05:50 GMT
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 222054 for review
Message-ID:  <201302151205.r1FC5odU016438@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@222054?ac=10

Change 222054 by bz@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);
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302151205.r1FC5odU016438>