diff options
| author | Coleman Kane <cokane@FreeBSD.org> | 2001-03-20 19:34:22 +0000 |
|---|---|---|
| committer | Coleman Kane <cokane@FreeBSD.org> | 2001-03-20 19:34:22 +0000 |
| commit | e65631e8629359ee422cad9dd31e16b875c4c621 (patch) | |
| tree | 0cbfac3a046e1d7de665d6cf8c1fd7931a4c452e /sys/dev/tdfx | |
| parent | 85737cb250857d531b19e879aff409e08b6fe403 (diff) | |
Notes
Diffstat (limited to 'sys/dev/tdfx')
| -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 f5a0e057acfb..8742fd7341cd 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 4feb30b62582..fa4351de226f 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 d71e9c142e7a..abee7e90932d 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 f486e08c95d4..1ecc554e8edc 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> |
