summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2002-09-01 07:14:26 +0000
committerscottl <scottl@FreeBSD.org>2002-09-01 07:14:26 +0000
commitabed8239c8df05bc1eb4c0d81a9962b4ddf7f6c3 (patch)
tree1f8c4c02b7eb3642f93ecbe4c4288d9ff95a7cac /sys/dev/aic7xxx
parentf555de99819d8a2dedcc5667e59597a0fe127ecd (diff)
downloadFreeBSD-src-abed8239c8df05bc1eb4c0d81a9962b4ddf7f6c3.zip
FreeBSD-src-abed8239c8df05bc1eb4c0d81a9962b4ddf7f6c3.tar.gz
Use the correct bit value for a debug options
Diffstat (limited to 'sys/dev/aic7xxx')
-rw-r--r--sys/dev/aic7xxx/aic79xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aic79xx.h b/sys/dev/aic7xxx/aic79xx.h
index 088a9e1..fee45dd 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);
OpenPOWER on IntegriCloud