diff options
| -rw-r--r-- | sys/i386/isa/alog.c | 9 | ||||
| -rw-r--r-- | sys/sys/alogio.h | 9 |
2 files changed, 10 insertions, 8 deletions
diff --git a/sys/i386/isa/alog.c b/sys/i386/isa/alog.c index 334c50527782..db8faf196cde 100644 --- a/sys/i386/isa/alog.c +++ b/sys/i386/isa/alog.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997 Jamil J. Weatherbee + * Copyright (c) 1998 Scottibox * All rights reserved. * * @@ -29,11 +29,12 @@ * Industrial Computer Source model AIO8-P * 8 channel, moderate speed analog to digital converter board with * 128 channel MUX capability via daisy chained AT-16P units - * alog.c, character device driver, last revised December 9 1997 - * See http://www.indcompsrc.com/products/data/html/aio8g-p.html + * alog.c, character device driver, last revised January 6 1998 + * See http://www.scottibox.com + * http://www.indcompsrc.com/products/data/html/aio8g-p.html * http://www.indcompsrc.com/products/data/html/at16-p.html * - * Written by: Jamil J. Weatherbee <jamil@freebsd.org> + * Written by: Jamil J. Weatherbee <jamil@scottibox.com> * */ diff --git a/sys/sys/alogio.h b/sys/sys/alogio.h index 8ffb88030705..99fd74e8bd56 100644 --- a/sys/sys/alogio.h +++ b/sys/sys/alogio.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997 Jamil J. Weatherbee + * Copyright (c) 1998 Scottibox * All rights reserved. * * @@ -28,11 +28,12 @@ * * Industrial Computer Source model AIO8-P * 128 channel MUX capability via daisy chained AT-16P units - * alogio.h, definitions for alog ioctl(), last revised December 9 1997 - * See http://www.indcompsrc.com/products/data/html/aio8g-p.html + * alogio.h, definitions for alog ioctl(), last revised January 6 1998 + * See http://www.scottibox.com + * http://www.indcompsrc.com/products/data/html/aio8g-p.html * http://www.indcompsrc.com/products/data/html/at16-p.html * - * Written by: Jamil J. Weatherbee <jamil@freebsd.org> + * Written by: Jamil J. Weatherbee <jamil@scottibox.com> * */ |
