summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2002-07-08 20:00:19 +0000
committerJason Wright <jason@cvs.openbsd.org>2002-07-08 20:00:19 +0000
commite178384c643b5cedf2b78ca5bb2a81da886ccec0 (patch)
treeeb1c21e3e50cdee7136e7a8f1551a64c44807a44 /sys
parentb69cf33523a7df1ce2442c43bc49bb1da38443fc (diff)
Another missing bit (appears to make the 582x series work like the 580x series
as far as key setups go).
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/ubsecreg.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/pci/ubsecreg.h b/sys/dev/pci/ubsecreg.h
index f5638f518f9..e47729de661 100644
--- a/sys/dev/pci/ubsecreg.h
+++ b/sys/dev/pci/ubsecreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ubsecreg.h,v 1.24 2002/07/08 19:41:29 jason Exp $ */
+/* $OpenBSD: ubsecreg.h,v 1.25 2002/07/08 20:00:18 jason Exp $ */
/*
* Copyright (c) 2000 Theo de Raadt
@@ -75,6 +75,7 @@
#define BS_CTRL_RNG_4 0x00800000 /* 1bit rn/four slow clocks */
#define BS_CTRL_RNG_8 0x01000000 /* 1bit rn/eight slow clocks */
#define BS_CTRL_RNG_16 0x01800000 /* 1bit rn/16 slow clocks */
+#define BN_CTRL_SWNORM 0x00400000 /* 582[01], sw normalization */
#define BS_CTRL_FRAG_M 0x0000ffff /* output fragment size mask */
/* BS_STAT - DMA Status */
@@ -84,8 +85,8 @@
#define BS_STAT_DMAERR 0x10000000 /* DMA error */
#define BS_STAT_MCR2_FULL 0x08000000 /* MCR2 is full */
#define BS_STAT_MCR2_DONE 0x04000000 /* MCR2 is done */
-#define BS_STAT_MCR1_ALLEMPTY 0x02000000 /* MCR1 is completely empty */
-#define BS_STAT_MCR2_ALLEMPTY 0x01000000 /* MCR2 is completely empty */
+#define BS_STAT_MCR1_ALLEMPTY 0x02000000 /* 5821, MCR1 is empty */
+#define BS_STAT_MCR2_ALLEMPTY 0x01000000 /* 5821, MCR2 is empty */
/* BS_ERR - DMA Error Address */
#define BS_ERR_ADDR 0xfffffffc /* error address mask */