summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/macppc/dev/snapper.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/arch/macppc/dev/snapper.c b/sys/arch/macppc/dev/snapper.c
index 10e4995c183..c608027f15e 100644
--- a/sys/arch/macppc/dev/snapper.c
+++ b/sys/arch/macppc/dev/snapper.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: snapper.c,v 1.23 2005/10/31 00:26:07 joris Exp $ */
+/* $OpenBSD: snapper.c,v 1.24 2005/10/31 01:16:29 brad Exp $ */
/* $NetBSD: snapper.c,v 1.1 2003/12/27 02:19:34 grant Exp $ */
/*-
@@ -29,7 +29,7 @@
/*
* Datasheet is available from
- * http://www.ti.com/sc/docs/products/analog/tas3004.html
+ * http://focus.ti.com/docs/prod/folders/print/tas3004.html
*/
#include <sys/param.h>
@@ -340,7 +340,7 @@ snapper_defer(struct device *dev)
printf("%s: unable to find i2c\n", sc->sc_dev.dv_xname);
return;
}
-
+
/* XXX If i2c has failed to attach, what should we do? */
audio_attach_mi(&snapper_hw_if, sc, &sc->sc_dev);
@@ -489,8 +489,6 @@ tas3004_write(sc, reg, data)
return 0;
}
-#define reset_active 0 /* XXX OF */
-
#define DEQ_WRITE(sc, reg, addr) \
if (tas3004_write(sc, reg, addr)) goto err