diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2001-10-03 00:59:28 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2001-10-03 00:59:28 +0000 |
commit | d7a890902c58a09d78671df1a002a358d308a11c (patch) | |
tree | d18c6638f783cf18edac0520bf4fe54711180824 /sys/dev/pci/cs4281.c | |
parent | 9f41df9c2010f4b9d0d6af4aae7d9b89a5c1230c (diff) |
fix data sheet link. ok deraadt@
Diffstat (limited to 'sys/dev/pci/cs4281.c')
-rw-r--r-- | sys/dev/pci/cs4281.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/cs4281.c b/sys/dev/pci/cs4281.c index 7b9f8145a64..6e976100fbc 100644 --- a/sys/dev/pci/cs4281.c +++ b/sys/dev/pci/cs4281.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cs4281.c,v 1.7 2001/09/20 17:02:31 mpech Exp $ */ +/* $OpenBSD: cs4281.c,v 1.8 2001/10/03 00:59:27 kevlo Exp $ */ /* $Tera: cs4281.c,v 1.18 2000/12/27 14:24:45 tacha Exp $ */ /* @@ -34,7 +34,7 @@ /* * Cirrus Logic CS4281 driver. * Data sheets can be found - * http://www.cirrus.com/ftp/pub/4281.pdf + * http://www.cirrus.com/pubs/4281.pdf?DocumentID=30 * ftp://ftp.alsa-project.org/pub/manuals/cirrus/cs4281tm.pdf * * TODO: |