diff options
author | non <non@FreeBSD.org> | 2000-10-29 06:54:32 +0000 |
---|---|---|
committer | non <non@FreeBSD.org> | 2000-10-29 06:54:32 +0000 |
commit | 46bec1fd0f51f42f9fdb3d7bee144242c6a50aa5 (patch) | |
tree | 5024ee6deb5b3808eaca6ffd979417c398167ae5 /sys/dev/ncv | |
parent | 89fba057878819a490378efd06434c5caa28b08a (diff) | |
download | FreeBSD-src-46bec1fd0f51f42f9fdb3d7bee144242c6a50aa5.zip FreeBSD-src-46bec1fd0f51f42f9fdb3d7bee144242c6a50aa5.tar.gz |
Change flags of ncv and nsp driver. Both were conflicted with the flags
used in lower layer (scsi_low.c).
The flag of ncv for KME KXLC004 was chaged from 0x1 to 0x100.
The flag of nsp for PIO mode was chaged from 0x1 to 0x100.
Diffstat (limited to 'sys/dev/ncv')
-rw-r--r-- | sys/dev/ncv/ncr53c500_pccard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ncv/ncr53c500_pccard.c b/sys/dev/ncv/ncr53c500_pccard.c index d1ffd89..ed0da20 100644 --- a/sys/dev/ncv/ncr53c500_pccard.c +++ b/sys/dev/ncv/ncr53c500_pccard.c @@ -74,7 +74,7 @@ extern struct ncv_softc *ncvdata[]; #include "ncv.h" #endif -#define KME_KXLC004_01 0x1 +#define KME_KXLC004_01 0x100 #define OFFSET_KME_KXLC004_01 0x10 /* pccard support */ |