Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/microcode/siop Regen: bump the number of slots in th...



details:   https://anonhg.NetBSD.org/src/rev/03d5673ee015
branches:  trunk
changeset: 526048:03d5673ee015
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Wed Apr 24 08:00:55 2002 +0000

description:
Regen: bump the number of slots in the cmd ring to 256.

diffstat:

 sys/dev/microcode/siop/esiop.out |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r d09ee5f64a0e -r 03d5673ee015 sys/dev/microcode/siop/esiop.out
--- a/sys/dev/microcode/siop/esiop.out  Wed Apr 24 08:00:08 2002 +0000
+++ b/sys/dev/microcode/siop/esiop.out  Wed Apr 24 08:00:55 2002 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: esiop.out,v 1.4 2002/04/23 12:56:01 bouyer Exp $       */
+/*     $NetBSD: esiop.out,v 1.5 2002/04/24 08:00:55 bouyer Exp $       */
 /*
  *     DO NOT EDIT - this file is automatically generated.
- *     created from esiop.ss on Tue Apr 23 14:55:35 2002
+ *     created from esiop.ss on Wed Apr 24 10:00:16 2002
  */
 const u_int32_t esiop_script[] = {
        0x74141000, 0x00000000,                 /* 000 -   0 */
@@ -87,7 +87,7 @@
        0x7f660000, 0x00000000,                 /* 280 - 640 */
        0x7f670000, 0x00000000,                 /* 288 - 648 */
        0x72680000, 0x00000000,                 /* 290 - 656 */
-       0x80840040, 0x00000028,                 /* 298 - 664 */
+       0x80840000, 0x00000028,                 /* 298 - 664 */
        0x7864ff00, 0x00000000,                 /* 2a0 - 672 */
        0x7865ff00, 0x00000000,                 /* 2a8 - 680 */
        0x7866ff00, 0x00000000,                 /* 2b0 - 688 */
@@ -226,7 +226,8 @@
 #define        A_f_c_data      0x00000008
 #define        A_f_c_data_mask 0x000000f7
 #define        A_f_c_sdp       0x00000010
-#define        A_ncmd_slots    0x00000040
+#define        A_ncmd_slots    0x00000100
+#define        A_ncmd_slots_last       0x00000000
 #define        A_f_cmd_free    0x00000001
 #define        A_f_cmd_ignore  0x00000002
 #define        A_o_cmd_dsa     0x00000000



Home | Main Index | Thread Index | Old Index