Perliminary support for Fujitsu SCSI LAN combo card. At least for the

LAN side of things.  It appears that all that's necessary is to relax
the check on the DLCR2 register in the probe.
This commit is contained in:
Warner Losh 2005-02-20 19:40:29 +00:00
parent 8600638b4c
commit df889dba95
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142137

View File

@ -276,7 +276,7 @@ fe_probe_tdk (device_t dev, const struct fe_pccard_product *pp)
struct fe_softc *sc = device_get_softc(dev);
static struct fe_simple_probe_struct probe_table [] = {
{ FE_DLCR2, 0x50, 0x00 },
{ FE_DLCR2, 0x10, 0x00 },
{ FE_DLCR4, 0x08, 0x00 },
/* { FE_DLCR5, 0x80, 0x00 }, Does not work well. */
{ 0 }