diff options
| author | Scott Long <scottl@FreeBSD.org> | 2002-09-01 07:17:37 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2002-09-01 07:17:37 +0000 |
| commit | 038d4d9e5c3a451ff389c7144b32afd63b1b7ad1 (patch) | |
| tree | 7a8027c9ee3b8652c13e0438fef5ab583f3e3d89 /sys/dev | |
| parent | bd9966eef7357cced65c2ac36dfe40c353e973d4 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/aic7xxx/aic79xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aic79xx.h b/sys/dev/aic7xxx/aic79xx.h index 088a9e1cf6c7..fee45dd61ae6 100644 --- a/sys/dev/aic7xxx/aic79xx.h +++ b/sys/dev/aic7xxx/aic79xx.h @@ -1298,7 +1298,7 @@ extern uint32_t ahd_debug; #define AHD_SHOW_QFULL 0x0200 #define AHD_SHOW_QUEUE 0x0400 #define AHD_SHOW_TQIN 0x0800 -#define AHD_SHOW_SG 0x0800 +#define AHD_SHOW_SG 0x1000 #define AHD_DEBUG_SEQUENCER 0x2000 #endif void ahd_print_scb(struct scb *scb); |
