diff options
author | 2005-10-07 00:09:22 +0000 | |
---|---|---|
committer | 2005-10-07 00:09:22 +0000 | |
commit | da8141e7e1eb978f8478b42bd4fb1d58cebe79aa (patch) | |
tree | a61ed05263e95af5ec4e063f269c234178c4acc3 /sys/dev/microcode | |
parent | From gibbs via FreeBSD (r1.127): "Extend critical section protection (diff) | |
download | wireguard-openbsd-da8141e7e1eb978f8478b42bd4fb1d58cebe79aa.tar.xz wireguard-openbsd-da8141e7e1eb978f8478b42bd4fb1d58cebe79aa.zip |
Sync with r1.18 of aic7xxx.seq.
Diffstat (limited to 'sys/dev/microcode')
-rw-r--r-- | sys/dev/microcode/aic7xxx/aic7xxx_reg.h | 4 | ||||
-rw-r--r-- | sys/dev/microcode/aic7xxx/aic7xxx_seq.h | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/sys/dev/microcode/aic7xxx/aic7xxx_reg.h b/sys/dev/microcode/aic7xxx/aic7xxx_reg.h index 9d606044d2f..03b23d7bb4c 100644 --- a/sys/dev/microcode/aic7xxx/aic7xxx_reg.h +++ b/sys/dev/microcode/aic7xxx/aic7xxx_reg.h @@ -1,9 +1,9 @@ -/* $OpenBSD: aic7xxx_reg.h,v 1.9 2004/09/18 19:56:53 mickey Exp $ */ +/* $OpenBSD: aic7xxx_reg.h,v 1.10 2005/10/07 00:09:22 krw Exp $ */ /* * DO NOT EDIT - This file is automatically generated * from the following source files: * - * Id: aic7xxx.seq,v 1.17 2004/08/01 01:36:23 krw Exp + * Id: aic7xxx.seq,v 1.18 2005/10/07 00:05:01 krw Exp * Id: aic7xxx.reg,v 1.10 2004/08/01 01:36:23 krw Exp */ typedef int (ahc_reg_print_t)(u_int, u_int *, u_int); diff --git a/sys/dev/microcode/aic7xxx/aic7xxx_seq.h b/sys/dev/microcode/aic7xxx/aic7xxx_seq.h index bd0bf98d2b2..f5bf21fa162 100644 --- a/sys/dev/microcode/aic7xxx/aic7xxx_seq.h +++ b/sys/dev/microcode/aic7xxx/aic7xxx_seq.h @@ -1,9 +1,9 @@ -/* $OpenBSD: aic7xxx_seq.h,v 1.17 2005/10/04 23:52:04 krw Exp $ */ +/* $OpenBSD: aic7xxx_seq.h,v 1.18 2005/10/07 00:09:22 krw Exp $ */ /* * DO NOT EDIT - This file is automatically generated * from the following source files: * - * Id: aic7xxx.seq,v 1.17 2004/08/01 01:36:23 krw Exp + * Id: aic7xxx.seq,v 1.18 2005/10/07 00:05:01 krw Exp * Id: aic7xxx.reg,v 1.10 2004/08/01 01:36:23 krw Exp */ static const uint8_t seqprog[] = { @@ -1296,8 +1296,10 @@ static const struct cs { uint16_t begin; uint16_t end; } critical_sections[] = { + { 8, 9 }, { 11, 18 }, - { 21, 30 }, + { 21, 32 }, + { 102, 117 }, { 712, 728 }, { 858, 861 }, { 865, 871 }, |