diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-01 15:29:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-01 15:29:54 +0000 |
commit | b2192b87f1a90d8ed8e3f8724c6820881f31c0be (patch) | |
tree | 77f343e77889cdece940dbff03e1fda2969ceaed /sys/dev/isa | |
parent | e6447b81eb223bc342e21d643e3f0a40970d6b84 (diff) |
doc where driver comes from
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" |