diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-27 17:37:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-27 17:37:57 +0000 |
commit | 62b06203655b6b85ebdd843a9b2f021f672955ea (patch) | |
tree | 77d591143c318de6cf2bee88188b008a6844c527 /sys/dev/ic/ac97.c | |
parent | 794fca001a45f91742b7ed9a7156770e3634b712 (diff) |
change url; jjy2+@pitt.edu
Diffstat (limited to 'sys/dev/ic/ac97.c')
-rw-r--r-- | sys/dev/ic/ac97.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/ac97.c b/sys/dev/ic/ac97.c index 607460c9aff..91decdeb84c 100644 --- a/sys/dev/ic/ac97.c +++ b/sys/dev/ic/ac97.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ac97.c,v 1.40 2003/11/05 14:40:26 mickey Exp $ */ +/* $OpenBSD: ac97.c,v 1.41 2004/02/27 17:37:56 deraadt Exp $ */ /* * Copyright (c) 1999, 2000 Constantine Sapuntzakis @@ -273,8 +273,8 @@ const struct ac97_source_info { #define SOURCE_INFO_SIZE (sizeof(source_info)/sizeof(source_info[0])) /* - * Check out http://developer.intel.com/pc-supp/platform/ac97/ for - * information on AC-97 + * Check out http://www.intel.com/labs/media/audio/index.htm + * for information on AC-97 */ struct ac97_softc { |