aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ncv
diff options
context:
space:
mode:
authorNoriaki Mitsunaga <non@FreeBSD.org>2000-10-29 06:54:32 +0000
committerNoriaki Mitsunaga <non@FreeBSD.org>2000-10-29 06:54:32 +0000
commit82fdce0977d507d9fe1918f716299b4d4ae7cc53 (patch)
treed2c7e144721c006b9a41edcdbb5bc2f71d1b35c9 /sys/dev/ncv
parent8306c0027edf78bb71e0ae982e9d50e1f04faea7 (diff)
downloadsrc-82fdce0977d507d9fe1918f716299b4d4ae7cc53.tar.gz
src-82fdce0977d507d9fe1918f716299b4d4ae7cc53.zip
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.
Notes
Notes: svn path=/head/; revision=67848
Diffstat (limited to 'sys/dev/ncv')
-rw-r--r--sys/dev/ncv/ncr53c500_pccard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ncv/ncr53c500_pccard.c b/sys/dev/ncv/ncr53c500_pccard.c
index d1ffd8934bac..ed0da2051d85 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 */