summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2005-02-12 06:20:22 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2005-02-12 06:20:22 +0000
commit5c0aed2b69c84270d1a99fc6231d47eb50a16354 (patch)
tree54b8be46dc2c85960682632b2ef81025b5dcf812 /sys
parentce924d028f420ed852a28692d7e362b69c1f91ad (diff)
fix typo
ok drahn@
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/arm/xscale/pxa2x0reg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm/xscale/pxa2x0reg.h b/sys/arch/arm/xscale/pxa2x0reg.h
index 7db654ec524..2de12f77444 100644
--- a/sys/arch/arm/xscale/pxa2x0reg.h
+++ b/sys/arch/arm/xscale/pxa2x0reg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pxa2x0reg.h,v 1.9 2005/01/26 06:34:53 uwe Exp $ */
+/* $OpenBSD: pxa2x0reg.h,v 1.10 2005/02/12 06:20:21 dlg Exp $ */
/* $NetBSD: pxa2x0reg.h,v 1.4 2003/06/11 20:43:01 scw Exp $ */
/*
@@ -268,7 +268,7 @@ struct pxa2x0_dma_desc {
#define CKEN_BTUART (1<<7)
#define CKEN_I2S (1<<8)
#define CKEN_USBHC (1<<10)
-#define CKEN_USBDC (2<<11)
+#define CKEN_USBDC (1<<11)
#define CKEN_MMC (1<<12)
#define CKEN_FICP (1<<13)
#define CKEN_I2C (1<<14)