summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/usb/uowreg.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/usb/uowreg.h b/sys/dev/usb/uowreg.h
index 9e6486dcf47..d2bd8578744 100644
--- a/sys/dev/usb/uowreg.h
+++ b/sys/dev/usb/uowreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: uowreg.h,v 1.3 2006/09/27 19:26:54 grange Exp $ */
+/* $OpenBSD: uowreg.h,v 1.4 2006/09/29 18:35:41 grange Exp $ */
/*
* Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org>
@@ -124,4 +124,7 @@
#define DS2490_NREGS (DS2490_RES_END + 1)
+#define DS2490_CMDFIFOSIZE 16 /* command FIFO size */
+#define DS2490_DATAFIFOSIZE 128 /* data FIFO size */
+
#endif /* !_DEV_USB_UOWREG_H_ */