Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Nov 1997 18:29:10 -0600 (CST)
From:      Phil Gilley <pgilley@metronet.com>
To:        Nate Williams <nate@mt.sri.com>
Cc:        David Greenman <dg@root.com>, hackers@freebsd.org
Subject:   Re: Problem with ed driver in 2.2.5 
Message-ID:  <Pine.HPP.3.95.971102182509.20702A-100000@fohnix.metronet.com>
In-Reply-To: <199711021927.MAA03456@rocky.mt.sri.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 2 Nov 1997, Nate Williams wrote:

> Well, I'm going to be installing a new SMC Ultra card in my gateway box
> this week (moving from Frame Relay to Wireless. :), and I know the
> settings on it are correct.  It'll have an old card, and a new card but
> it will be running 2.1.5.  If you can give me the patch to enable 0WS on
> the 2.1.5 driver I'll enable it to see if it breaks my box with either
> card, since I'll have one of the older SMC Ultra's and a brand-new SMC
> Ultra in it.

Try this:

--- if_ed.c.orig        Sun Nov  2 16:33:50 1997
+++ if_ed.c     Sun Nov  2 18:10:11 1997
@@ -596,7 +596,7 @@
                        outb(sc->asic_addr + ED_WD_LAAR, ED_WD_LAAR_M16EN);
                } else {
                        outb(sc->asic_addr + ED_WD_LAAR, (sc->wd_laar_proto =
-                           ED_WD_LAAR_L16EN | ED_WD_LAAR_M16EN |
+                           ED_WD_LAAR_L16EN | ED_WD_LAAR_M16EN | ED_WD_LAAR_0WS
16 |
                            ((kvtop(sc->mem_start) >> 19) & ED_WD_LAAR_ADDRHI)))
;
                }
        } else {

Phil Gilley
pgilley@metronet.com




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.HPP.3.95.971102182509.20702A-100000>