diff options
| author | jakllsch <jakllsch@NetBSD.org> | 2010-01-30 16:16:35 +0000 |
|---|---|---|
| committer | jakllsch <jakllsch@NetBSD.org> | 2010-01-30 16:16:35 +0000 |
| commit | e1d2d1d9edc77216e10167b8fc0c14a2a64b5a8a (patch) | |
| tree | 15ca07fc1e66442059e8f5f79827966b9ab91de7 /sys/dev | |
| parent | 0ab71424a7a5e6ba7531f1489dc68b81a66bb53d (diff) | |
Sprinkle __KERNEL_RCSID() into siisata(4).
Slightly adjust some comment styling.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/cardbus/siisata_cardbus.c | 7 | ||||
| -rw-r--r-- | sys/dev/ic/siisata.c | 8 | ||||
| -rw-r--r-- | sys/dev/pci/siisata_pci.c | 7 |
3 files changed, 11 insertions, 11 deletions
diff --git a/sys/dev/cardbus/siisata_cardbus.c b/sys/dev/cardbus/siisata_cardbus.c index 6f67ccf42a8..1bd5a336ac8 100644 --- a/sys/dev/cardbus/siisata_cardbus.c +++ b/sys/dev/cardbus/siisata_cardbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: siisata_cardbus.c,v 1.3 2010/01/08 19:47:42 dyoung Exp $ */ +/* $NetBSD: siisata_cardbus.c,v 1.4 2010/01/30 16:16:35 jakllsch Exp $ */ /* Id: siisata_pci.c,v 1.11 2008/05/21 16:20:11 jakllsch Exp */ /* @@ -26,7 +26,7 @@ * */ -/*- +/* * Copyright (c) 2007, 2008 Jonathan A. Kollasch. * All rights reserved. * @@ -49,11 +49,10 @@ * THEORY OF LIABILITY, WHETHER IN 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. - * */ #include <sys/cdefs.h> - +__KERNEL_RCSID(0, "$NetBSD: siisata_cardbus.c,v 1.4 2010/01/30 16:16:35 jakllsch Exp $"); #include <sys/types.h> #include <sys/malloc.h> diff --git a/sys/dev/ic/siisata.c b/sys/dev/ic/siisata.c index 38977dc980b..ca8a1ea23c1 100644 --- a/sys/dev/ic/siisata.c +++ b/sys/dev/ic/siisata.c @@ -1,4 +1,4 @@ -/* $NetBSD: siisata.c,v 1.8 2009/10/19 18:41:13 bouyer Exp $ */ +/* $NetBSD: siisata.c,v 1.9 2010/01/30 16:16:35 jakllsch Exp $ */ /* from ahcisata_core.c */ @@ -53,7 +53,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/*- +/* * Copyright (c) 2007, 2008, 2009 Jonathan A. Kollasch. * All rights reserved. * @@ -76,9 +76,11 @@ * THEORY OF LIABILITY, WHETHER IN 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. - * */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: siisata.c,v 1.9 2010/01/30 16:16:35 jakllsch Exp $"); + #include <sys/types.h> #include <sys/malloc.h> #include <sys/param.h> diff --git a/sys/dev/pci/siisata_pci.c b/sys/dev/pci/siisata_pci.c index 590fe98b044..c4ff9c4a701 100644 --- a/sys/dev/pci/siisata_pci.c +++ b/sys/dev/pci/siisata_pci.c @@ -1,4 +1,4 @@ -/* $NetBSD: siisata_pci.c,v 1.6 2010/01/08 19:56:52 dyoung Exp $ */ +/* $NetBSD: siisata_pci.c,v 1.7 2010/01/30 16:16:35 jakllsch Exp $ */ /* * Copyright (c) 2006 Manuel Bouyer. @@ -25,7 +25,7 @@ * */ -/*- +/* * Copyright (c) 2007, 2008, 2009 Jonathan A. Kollasch. * All rights reserved. * @@ -48,11 +48,10 @@ * THEORY OF LIABILITY, WHETHER IN 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. - * */ #include <sys/cdefs.h> - +__KERNEL_RCSID(0, "$NetBSD: siisata_pci.c,v 1.7 2010/01/30 16:16:35 jakllsch Exp $"); #include <sys/types.h> #include <sys/malloc.h> |
