diff options
author | cokane <cokane@FreeBSD.org> | 2001-03-20 19:34:22 +0000 |
---|---|---|
committer | cokane <cokane@FreeBSD.org> | 2001-03-20 19:34:22 +0000 |
commit | 54d48e7a6c2296a2986dcdbcf5a3ca2e50d39089 (patch) | |
tree | dcded1aabc7f53228524bab81d25229b686050a4 | |
parent | 2d984255700186df5c1130a1f21ff45867a6ba0f (diff) | |
download | FreeBSD-src-54d48e7a6c2296a2986dcdbcf5a3ca2e50d39089.zip FreeBSD-src-54d48e7a6c2296a2986dcdbcf5a3ca2e50d39089.tar.gz |
Update copyright info, and make some slight cosmetic changes.
-rw-r--r-- | sys/dev/tdfx/tdfx_io.h | 2 | ||||
-rw-r--r-- | sys/dev/tdfx/tdfx_linux.h | 6 | ||||
-rw-r--r-- | sys/dev/tdfx/tdfx_pci.c | 4 | ||||
-rw-r--r-- | sys/dev/tdfx/tdfx_pci.h | 4 |
4 files changed, 6 insertions, 10 deletions
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 <cokane@FreeBSD.org> + * Copyright (c) 2000-2001 by Coleman Kane <cokane@FreeBSD.org> * 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 <cokane@FreeBSD.org> + * Copyright (c) 2000-2001 by Coleman Kane <cokane@FreeBSD.org> * 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 <cokane@FreeBSD.org> + * Copyright (c) 2000-2001 by Coleman Kane <cokane@FreeBSD.org> * 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 <cokane@FreeBSD.org>, + * Copyright (C) 2000-2001, by Coleman Kane <cokane@FreeBSD.org>, * 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 <cokane@FreeBSD.org> + * Copyright (c) 2000-2001 by Coleman Kane <cokane@FreeBSD.org> * 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 <cokane@FreeBSD.org>*/ +/* Copyright (C) 2000-2001 by Coleman Kane <cokane@FreeBSD.org> */ #include <sys/proc.h> #include <sys/conf.h> |