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 /etc/defaults | |
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 'etc/defaults')
-rw-r--r-- | etc/defaults/pccard.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf index 46455d0..77f5892 100644 --- a/etc/defaults/pccard.conf +++ b/etc/defaults/pccard.conf @@ -1161,7 +1161,7 @@ card "KME" "KXLC002" # KME KXLC004 card "KME" "KXLC004" - config auto "ncv" ? 0xb4d00001 + config auto "ncv" ? 0xb4d00100 # IO DATA PCSC-DV # Macnica Miracle SCSI mPS100 @@ -1203,7 +1203,7 @@ card "WBT" "NinjaSCSI-3" # WORKBIT Ninja SCSI series (PIO mode) # (If you want to use them in PIO mode comment out above and uncommnet below.) #card "WBT" "NinjaSCSI-3" -# config auto "nsp" ? 0x1 +# config auto "nsp" ? 0x100 ########## opl ########## |