diff options
Diffstat (limited to 'sys/dev/tdfx/tdfx_linux.h')
-rw-r--r-- | sys/dev/tdfx/tdfx_linux.h | 6 |
1 files changed, 1 insertions, 5 deletions
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 |