Searched hist:219925 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/conf/
H A Dfiles.mipsdiff 245332 Sat Jan 12 14:03:54 MST 2013 rwatson Merge Perforce changeset 219925 to head:

Provided a bus_space implementation for FDT, modelled on
bus_space_generic, but with a local version of the map address
routine that does a P->V translation, as is the case with NLM's
similar routine for XLP. It's not clear to me that this is the
right solution -- possibly this belongs in simplebus -- however,
it is sufficient to get the DE4 LED driver working.

Sponsored by: DARPA, AFRL
/freebsd-11-stable/sys/kern/
H A Dvfs_mount.cdiff 219925 Wed Mar 23 16:12:55 MDT 2011 jh Recognize "ro", "rdonly", "norw", "rw" and "noro" as equal options in
vfs_equalopts(). This allows vfs_sanitizeopts() to filter redundant
occurrences of these options. It was possible that for example both "ro"
and "rw" options became active concurrently.

PR: kern/133614
Discussed on: freebsd-hackers
MFC after: 1 month

Completed in 139 milliseconds