diff options
author | Jared Yanovich <jaredy@cvs.openbsd.org> | 2005-01-17 05:42:42 +0000 |
---|---|---|
committer | Jared Yanovich <jaredy@cvs.openbsd.org> | 2005-01-17 05:42:42 +0000 |
commit | 3ae7f71617ff3ee61f9767060af063d37c91ffdc (patch) | |
tree | 1fe74ef54718244d877283ef5521be2ca0bb85ea | |
parent | c2c8fbbff82de6abf4a9a73c535963a58cd01aff (diff) |
update dead URL, from Steve Shockley <steve.shockley@shockley.net>
-rw-r--r-- | sys/dev/ic/ac97.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/ac97.c b/sys/dev/ic/ac97.c index e06e0a9f34b..127fd98fb4a 100644 --- a/sys/dev/ic/ac97.c +++ b/sys/dev/ic/ac97.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ac97.c,v 1.48 2004/11/22 23:06:50 mickey Exp $ */ +/* $OpenBSD: ac97.c,v 1.49 2005/01/17 05:42:41 jaredy Exp $ */ /* * Copyright (c) 1999, 2000 Constantine Sapuntzakis @@ -273,7 +273,7 @@ const struct ac97_source_info { #define SOURCE_INFO_SIZE (sizeof(source_info)/sizeof(source_info[0])) /* - * Check out http://www.intel.com/labs/media/audio/index.htm + * Check out http://www.intel.com/technology/computing/audio/index.htm * for information on AC-97 */ |