diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1995-08-22 00:42:07 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1995-08-22 00:42:07 +0000 |
| commit | d3497bc8deda9af8f0f647641ed4887e332abb45 (patch) | |
| tree | a2b335ac7753e59674aee1393b76bc7409be0fba /sys/dev/si/si.h | |
| parent | 9d33b1ab7062c82048dc3ca987fe57055e8bb489 (diff) | |
Notes
Diffstat (limited to 'sys/dev/si/si.h')
| -rw-r--r-- | sys/dev/si/si.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/si/si.h b/sys/dev/si/si.h index 6a234f67f392..b848a2e31fc2 100644 --- a/sys/dev/si/si.h +++ b/sys/dev/si/si.h @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $Id: si.h,v 1.1 1995/08/09 13:13:29 peter Exp $ + * $Id: si.h,v 1.2 1995/08/13 15:17:56 peter Exp $ */ /* @@ -432,7 +432,7 @@ static char *si_mctl2str(); #define DBG_IOCTL 0x00000100 /* 0x00000200 */ #define DBG_SELECT 0x00000400 -#define DBG_DIRECT 0x00000800 +#define DBG_OPTIM 0x00000800 #define DBG_START 0x00001000 #define DBG_EXIT 0x00002000 #define DBG_FAIL 0x00004000 |
