diff options
| author | bouyer <bouyer@NetBSD.org> | 2002-04-24 08:00:55 +0000 |
|---|---|---|
| committer | bouyer <bouyer@NetBSD.org> | 2002-04-24 08:00:55 +0000 |
| commit | c0cb853db0691e258f3ef608239f466b38e2297f (patch) | |
| tree | 1074ec9ec51aa34a3dc4d7a849f95ba1859e0bb7 /sys/dev/microcode | |
| parent | e73a1efbd987236b4fba2cda09fe8eec1df04492 (diff) | |
Regen: bump the number of slots in the cmd ring to 256.
Diffstat (limited to 'sys/dev/microcode')
| -rw-r--r-- | sys/dev/microcode/siop/esiop.out | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/dev/microcode/siop/esiop.out b/sys/dev/microcode/siop/esiop.out index fb9f0a8ab6a..7f4ae377051 100644 --- a/sys/dev/microcode/siop/esiop.out +++ b/sys/dev/microcode/siop/esiop.out @@ -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 @@ const u_int32_t esiop_script[] = { 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 @@ const u_int32_t esiop_led_off[] = { #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 |
