mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
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:
parent
8600638b4c
commit
df889dba95
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142137
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user