summaryrefslogtreecommitdiff
path: root/sys/dev/pci/eap.c
diff options
context:
space:
mode:
authorKevin Lo <kevlo@cvs.openbsd.org>2000-08-16 14:13:14 +0000
committerKevin Lo <kevlo@cvs.openbsd.org>2000-08-16 14:13:14 +0000
commitcff911835042d428af6b02913ba470a3a2ebcae0 (patch)
treea0abeb792775dbaa60428cd05721a57071aa8237 /sys/dev/pci/eap.c
parent3440d54f51e2e0c1cefeb0258f187f6840d6a345 (diff)
Fix AK4531 data sheet link. Ok'd by deraadt@
Diffstat (limited to 'sys/dev/pci/eap.c')
-rw-r--r--sys/dev/pci/eap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/eap.c b/sys/dev/pci/eap.c
index a95d1824e05..e50967c30dc 100644
--- a/sys/dev/pci/eap.c
+++ b/sys/dev/pci/eap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: eap.c,v 1.9 2000/07/18 07:03:29 csapuntz Exp $ */
+/* $OpenBSD: eap.c,v 1.10 2000/08/16 14:13:13 kevlo Exp $ */
/* $NetBSD: eap.c,v 1.25 1999/02/18 07:59:30 mycroft Exp $ */
/*
@@ -48,7 +48,7 @@
* Data sheets can be found at
* http://www.ensoniq.com/multimedia/semi_html/html/es1370.zip
* and
- * http://206.214.38.151/pdf/4531.pdf
+ * http://www.akm.com/pdf/4531.pdf
*
* Added Creative Ensoniq support: ES1371 + AC97 = hack city.
* -- Ezra Story <ezy@panix.com>