diff options
| author | Noriaki Mitsunaga <non@FreeBSD.org> | 2000-10-29 06:54:32 +0000 |
|---|---|---|
| committer | Noriaki Mitsunaga <non@FreeBSD.org> | 2000-10-29 06:54:32 +0000 |
| commit | 82fdce0977d507d9fe1918f716299b4d4ae7cc53 (patch) | |
| tree | d2c7e144721c006b9a41edcdbb5bc2f71d1b35c9 /sys/dev/nsp | |
| parent | 8306c0027edf78bb71e0ae982e9d50e1f04faea7 (diff) | |
Notes
Diffstat (limited to 'sys/dev/nsp')
| -rw-r--r-- | sys/dev/nsp/nsp_pccard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/nsp/nsp_pccard.c b/sys/dev/nsp/nsp_pccard.c index 10e5b1bf20cb..d4914ebe668f 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); |
