diff options
Diffstat (limited to 'sys/dev/isa')
-rw-r--r-- | sys/dev/isa/aria.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/isa/aria.c b/sys/dev/isa/aria.c index d8e514cca20..3e35a8f6791 100644 --- a/sys/dev/isa/aria.c +++ b/sys/dev/isa/aria.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aria.c,v 1.1 1996/05/04 13:29:32 deraadt Exp $ */ +/* $OpenBSD: aria.c,v 1.2 1996/08/01 15:29:53 deraadt Exp $ */ /* * Copyright (c) 1995, 1996 Roland C. Dowdeswell. All rights reserved. @@ -50,6 +50,9 @@ * between logarithmic scales and the one byte that * we are passed. * o Deal better with cards that have no mixer. + * + * roland@imrryr.org + * update from http://www.imrryr.org/NetBSD/hacks/aria/ */ #include "aria.h" |