diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2010-07-17 05:41:01 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2010-07-17 05:41:01 +0000 |
commit | 90d6fa76a8141fc596ad376ecd86a8a493836298 (patch) | |
tree | c3fe0d41bc0f86f1e7fcaaa9e480f60fec34cb2f /sys/dev/xen | |
parent | 9adee7d03f2e4c91e6330410f88fb5addaf2a24a (diff) |
Diffstat (limited to 'sys/dev/xen')
-rw-r--r-- | sys/dev/xen/balloon/balloon.c | 2 | ||||
-rw-r--r-- | sys/dev/xen/blkback/blkback.c | 2 | ||||
-rw-r--r-- | sys/dev/xen/blkfront/blkfront.c | 2 | ||||
-rw-r--r-- | sys/dev/xen/blkfront/block.h | 2 | ||||
-rw-r--r-- | sys/dev/xen/console/console.c | 2 | ||||
-rw-r--r-- | sys/dev/xen/console/xencons_ring.c | 2 | ||||
-rw-r--r-- | sys/dev/xen/console/xencons_ring.h | 2 | ||||
-rw-r--r-- | sys/dev/xen/evtchn/evtchn_dev.c | 2 | ||||
-rw-r--r-- | sys/dev/xen/netback/netback.c | 2 | ||||
-rw-r--r-- | sys/dev/xen/netfront/mbufq.h | 2 | ||||
-rw-r--r-- | sys/dev/xen/netfront/netfront.c | 2 | ||||
-rw-r--r-- | sys/dev/xen/pcifront/pcifront.c | 2 | ||||
-rw-r--r-- | sys/dev/xen/xenpci/evtchn.c | 2 | ||||
-rw-r--r-- | sys/dev/xen/xenpci/machine_reboot.c | 2 | ||||
-rw-r--r-- | sys/dev/xen/xenpci/xenpci.c | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/sys/dev/xen/balloon/balloon.c b/sys/dev/xen/balloon/balloon.c index 6948173765a9..1b7a116375fa 100644 --- a/sys/dev/xen/balloon/balloon.c +++ b/sys/dev/xen/balloon/balloon.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/xen/balloon/balloon.c,v 1.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/lock.h> diff --git a/sys/dev/xen/blkback/blkback.c b/sys/dev/xen/blkback/blkback.c index 259f2f6c0418..36fcbae245d2 100644 --- a/sys/dev/xen/blkback/blkback.c +++ b/sys/dev/xen/blkback/blkback.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/xen/blkback/blkback.c,v 1.4.2.2.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/xen/blkfront/blkfront.c b/sys/dev/xen/blkfront/blkfront.c index bd82eed9dd24..13a874c8c6ed 100644 --- a/sys/dev/xen/blkfront/blkfront.c +++ b/sys/dev/xen/blkfront/blkfront.c @@ -22,7 +22,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/xen/blkfront/blkfront.c,v 1.10.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/xen/blkfront/block.h b/sys/dev/xen/blkfront/block.h index 97dfe7e7d0bc..677d5cea6098 100644 --- a/sys/dev/xen/blkfront/block.h +++ b/sys/dev/xen/blkfront/block.h @@ -8,7 +8,7 @@ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS * IN THE SOFTWARE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/xen/blkfront/block.h,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ diff --git a/sys/dev/xen/console/console.c b/sys/dev/xen/console/console.c index 44a4fb356a80..b6cde89c3b8a 100644 --- a/sys/dev/xen/console/console.c +++ b/sys/dev/xen/console/console.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/xen/console/console.c,v 1.13.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/module.h> diff --git a/sys/dev/xen/console/xencons_ring.c b/sys/dev/xen/console/xencons_ring.c index 077d286f3fe0..cfe13b9aae36 100644 --- a/sys/dev/xen/console/xencons_ring.c +++ b/sys/dev/xen/console/xencons_ring.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/xen/console/xencons_ring.c,v 1.6.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/module.h> diff --git a/sys/dev/xen/console/xencons_ring.h b/sys/dev/xen/console/xencons_ring.h index 7e3a64c9f6ff..fff1c974a776 100644 --- a/sys/dev/xen/console/xencons_ring.h +++ b/sys/dev/xen/console/xencons_ring.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/dev/xen/console/xencons_ring.h,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ * */ #ifndef _XENCONS_RING_H diff --git a/sys/dev/xen/evtchn/evtchn_dev.c b/sys/dev/xen/evtchn/evtchn_dev.c index 6925a22a17ae..ece329cd56b3 100644 --- a/sys/dev/xen/evtchn/evtchn_dev.c +++ b/sys/dev/xen/evtchn/evtchn_dev.c @@ -7,7 +7,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/xen/evtchn/evtchn_dev.c,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/xen/netback/netback.c b/sys/dev/xen/netback/netback.c index 3088ecbdd120..31be8e705fe7 100644 --- a/sys/dev/xen/netback/netback.c +++ b/sys/dev/xen/netback/netback.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/xen/netback/netback.c,v 1.3.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_sctp.h" #include <sys/param.h> diff --git a/sys/dev/xen/netfront/mbufq.h b/sys/dev/xen/netfront/mbufq.h index 0d6c60430ae6..9e3d43623535 100644 --- a/sys/dev/xen/netfront/mbufq.h +++ b/sys/dev/xen/netfront/mbufq.h @@ -25,7 +25,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -$FreeBSD$ +$FreeBSD: src/sys/dev/xen/netfront/mbufq.h,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ ***************************************************************************/ diff --git a/sys/dev/xen/netfront/netfront.c b/sys/dev/xen/netfront/netfront.c index a6fd9ea28866..5cb6ed4b0f4f 100644 --- a/sys/dev/xen/netfront/netfront.c +++ b/sys/dev/xen/netfront/netfront.c @@ -26,7 +26,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/xen/netfront/netfront.c,v 1.24.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/xen/pcifront/pcifront.c b/sys/dev/xen/pcifront/pcifront.c index e6c498bc27f5..845e46c002c7 100644 --- a/sys/dev/xen/pcifront/pcifront.c +++ b/sys/dev/xen/pcifront/pcifront.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/xen/pcifront/pcifront.c,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/module.h> diff --git a/sys/dev/xen/xenpci/evtchn.c b/sys/dev/xen/xenpci/evtchn.c index bdf3ad155722..45e0346fd659 100644 --- a/sys/dev/xen/xenpci/evtchn.c +++ b/sys/dev/xen/xenpci/evtchn.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/xen/xenpci/evtchn.c,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/xen/xenpci/machine_reboot.c b/sys/dev/xen/xenpci/machine_reboot.c index 40365545b23e..92b871a15de7 100644 --- a/sys/dev/xen/xenpci/machine_reboot.c +++ b/sys/dev/xen/xenpci/machine_reboot.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/xen/xenpci/machine_reboot.c,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/xen/xenpci/xenpci.c b/sys/dev/xen/xenpci/xenpci.c index 2f2a79fff21d..a155365ac7d5 100644 --- a/sys/dev/xen/xenpci/xenpci.c +++ b/sys/dev/xen/xenpci/xenpci.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/xen/xenpci/xenpci.c,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/bus.h> |