From 54d48e7a6c2296a2986dcdbcf5a3ca2e50d39089 Mon Sep 17 00:00:00 2001 From: cokane Date: Tue, 20 Mar 2001 19:34:22 +0000 Subject: Update copyright info, and make some slight cosmetic changes. --- sys/dev/tdfx/tdfx_io.h | 2 +- sys/dev/tdfx/tdfx_linux.h | 6 +----- sys/dev/tdfx/tdfx_pci.c | 4 ++-- sys/dev/tdfx/tdfx_pci.h | 4 ++-- 4 files changed, 6 insertions(+), 10 deletions(-) (limited to 'sys/dev/tdfx') diff --git a/sys/dev/tdfx/tdfx_io.h b/sys/dev/tdfx/tdfx_io.h index f5a0e05..8742fd7 100644 --- a/sys/dev/tdfx/tdfx_io.h +++ b/sys/dev/tdfx/tdfx_io.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 by Coleman Kane + * Copyright (c) 2000-2001 by Coleman Kane * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/tdfx/tdfx_linux.h b/sys/dev/tdfx/tdfx_linux.h index 4feb30b..fa4351d 100644 --- a/sys/dev/tdfx/tdfx_linux.h +++ b/sys/dev/tdfx/tdfx_linux.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 by Coleman Kane + * Copyright (c) 2000-2001 by Coleman Kane * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -48,10 +48,6 @@ linux_ioctl_register_handler, &n##_handler); \ SYSUNINIT(n##unregister, SI_SUB_KLD, SI_ORDER_MIDDLE,\ linux_ioctl_unregister_handler, &n##_handler); -/* Prototype for ioctl wrapper */ -/*static int linux_ioctl_tdfx(struct proc* p, struct linux_ioctl_args* - * args);*/ - /* Values for /dev/3dfx */ /* Query IOCTLs */ #define LINUX_IOCTL_TDFX_QUERY_BOARDS 0x3302 diff --git a/sys/dev/tdfx/tdfx_pci.c b/sys/dev/tdfx/tdfx_pci.c index d71e9c1..abee7e9 100644 --- a/sys/dev/tdfx/tdfx_pci.c +++ b/sys/dev/tdfx/tdfx_pci.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 by Coleman Kane + * Copyright (c) 2000-2001 by Coleman Kane * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -33,7 +33,7 @@ /* 3dfx driver for FreeBSD 4.x - Finished 11 May 2000, 12:25AM ET * - * Copyright (C) 2000, by Coleman Kane , + * Copyright (C) 2000-2001, by Coleman Kane , * based upon the 3dfx driver written for linux, by Daryll Straus, Jon Taylor, * and Jens Axboe, located at http://linux.3dfx.com. */ diff --git a/sys/dev/tdfx/tdfx_pci.h b/sys/dev/tdfx/tdfx_pci.h index f486e08..1ecc554 100644 --- a/sys/dev/tdfx/tdfx_pci.h +++ b/sys/dev/tdfx/tdfx_pci.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 by Coleman Kane + * Copyright (c) 2000-2001 by Coleman Kane * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,7 +32,7 @@ */ /* tdfx_pci.h -- Prototypes for tdfx device methods */ -/* Copyright (C) 2000 by Coleman Kane */ +/* Copyright (C) 2000-2001 by Coleman Kane */ #include #include -- cgit v1.1