Module Name: src Committed By: skrll Date: Tue Feb 3 08:48:25 UTC 2015
Modified Files: src/sys/arch/arm/broadcom: bcm2835reg.h Log Message: Use the www.raspberrypi.org URL for the datasheet To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/broadcom/bcm2835reg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/arm/broadcom/bcm2835reg.h diff -u src/sys/arch/arm/broadcom/bcm2835reg.h:1.12 src/sys/arch/arm/broadcom/bcm2835reg.h:1.13 --- src/sys/arch/arm/broadcom/bcm2835reg.h:1.12 Fri Sep 12 17:31:32 2014 +++ src/sys/arch/arm/broadcom/bcm2835reg.h Tue Feb 3 08:48:24 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: bcm2835reg.h,v 1.12 2014/09/12 17:31:32 jakllsch Exp $ */ +/* $NetBSD: bcm2835reg.h,v 1.13 2015/02/03 08:48:24 skrll Exp $ */ /*- * Copyright (c) 2012 The NetBSD Foundation, Inc. @@ -32,7 +32,7 @@ /* * Reference: BCM2835 ARM Periperhals * - * http://dmkenr5gtnd8f.cloudfront.net/wp-content/uploads/2012/02/BCM2835-ARM-Peripherals.pdf + * http://www.raspberrypi.org/wp-content/uploads/2012/02/BCM2835-ARM-Peripherals.pdf */ #ifndef _BCM2835REG_H_