summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2006-09-29 18:35:42 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2006-09-29 18:35:42 +0000
commit100a6e8e41a53ff7d9bfacfd39859af19409f8b4 (patch)
treed7aa0a7e74bfce003aef2c2e6706e4079df65221 /sys
parenta19a6adb6abf9c582a9300efec679ed1e56644de (diff)
Add command and data FIFO size constants.
Diffstat (limited to 'sys')
-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_ */