summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-02-20 19:40:29 +0000
committerimp <imp@FreeBSD.org>2005-02-20 19:40:29 +0000
commit76d646ccebc20f33d8dcc14c08e9d469195e4563 (patch)
tree0bd1f843374f2a97ebba288b9b0c2965ce3a3535
parent78979aa0dd5497b781959ce30659e277efff833c (diff)
downloadFreeBSD-src-76d646ccebc20f33d8dcc14c08e9d469195e4563.zip
FreeBSD-src-76d646ccebc20f33d8dcc14c08e9d469195e4563.tar.gz
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.
-rw-r--r--sys/dev/fe/if_fe_pccard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fe/if_fe_pccard.c b/sys/dev/fe/if_fe_pccard.c
index 0ea1e71..9c2b1e2 100644
--- a/sys/dev/fe/if_fe_pccard.c
+++ b/sys/dev/fe/if_fe_pccard.c
@@ -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 }
OpenPOWER on IntegriCloud