diff options
author | non <non@FreeBSD.org> | 2000-12-13 13:29:16 +0000 |
---|---|---|
committer | non <non@FreeBSD.org> | 2000-12-13 13:29:16 +0000 |
commit | a99e22743bddf47f99fc7677f55a762323b8cce1 (patch) | |
tree | 2249f8b491f6c49f6cdc0f27452c3daa42575d19 /etc/defaults | |
parent | 6102fe2ec448062f6f7507ce205257c76a91a3da (diff) | |
download | FreeBSD-src-a99e22743bddf47f99fc7677f55a762323b8cce1.zip FreeBSD-src-a99e22743bddf47f99fc7677f55a762323b8cce1.tar.gz |
-Change manufacture ID for REX-5535AC, REX-5535X, REX-9835X, and REX-9835Z
from "PCMCIA SCSI MBH1040" to "PCMCIA SCSI MBH10401" "01". They are
based on the spc driver.
This will fix the conflicts of entry with REX-5536AM, REX-9836A,
and ICM PSC-2401 ("MBH10404" ones) which are based on stg driver.
The problem was pointed out in bsd-nomads several times since PAO2 days.
-Comment out the entry for "MBH10401" ones. The spc driver is
not supported yet.
-Add more comment about cards which has broken CIS
(some cards which has tuple of "PCMCIA SCSI MBH10404" "01").
Reported by: takachan@running-dog.net, y-nakaga@nwsl.mesh.ad.jp,
yuki@dayo.ne.jp
Obtained from: discussion in bsd-nomads mailing list
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/pccard.conf | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf index 8db5ead..73b4a32 100644 --- a/etc/defaults/pccard.conf +++ b/etc/defaults/pccard.conf @@ -1677,9 +1677,10 @@ card "JVC" "MiniMoil Ethernet Card" ########## spc ########## +# XXX NOT SUPPORTED YET # REX5535AC, REX5535X SCSI -card "PCMCIA SCSI MBH1040" "01" - config 0x3a "spc" ? +#card "PCMCIA SCSI MBH10401" "01" +# config 0x3a "spc" ? ########## stg ########## @@ -1696,11 +1697,12 @@ card "IBM Corp." "SCSI PCMCIA Card" config auto "stg" ? # RATOC REX-5536AM, REX-9836A, ICM PSC-2401 SCSI -# (Don't put this entry under REX5535 series!) # There's a buggy revision of this card which has broken CIS tupples. -# if you can't use this card, please use the point enabler. (for example, +# If you can't use this card, change config entry from `auto' to +# `default' and try the point enabler. (for example, # type "pccardc enabler 0 stg0 -a 0x4140 -i 5" from root command prompt) card "PCMCIA SCSI MBH10404" "01" +# config default "stg" ? config auto "stg" ? logstr "RATOC REX-5536AM SCSI" |