summaryrefslogtreecommitdiffstats
path: root/sys/dev/nsp
diff options
context:
space:
mode:
authornon <non@FreeBSD.org>2000-10-29 06:54:32 +0000
committernon <non@FreeBSD.org>2000-10-29 06:54:32 +0000
commit46bec1fd0f51f42f9fdb3d7bee144242c6a50aa5 (patch)
tree5024ee6deb5b3808eaca6ffd979417c398167ae5 /sys/dev/nsp
parent89fba057878819a490378efd06434c5caa28b08a (diff)
downloadFreeBSD-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/nsp')
-rw-r--r--sys/dev/nsp/nsp_pccard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/nsp/nsp_pccard.c b/sys/dev/nsp/nsp_pccard.c
index 10e5b1b..d4914eb 100644
--- a/sys/dev/nsp/nsp_pccard.c
+++ b/sys/dev/nsp/nsp_pccard.c
@@ -87,7 +87,7 @@ extern struct nsp_softc *nspdata[];
#include <pccard/cardinfo.h>
#include <pccard/slot.h>
-#define PIO_MODE 1 /* pd_flags */
+#define PIO_MODE 0x100 /* pd_flags */
static int nspprobe(DEVPORT_PDEVICE devi);
static int nspattach(DEVPORT_PDEVICE devi);
OpenPOWER on IntegriCloud