From owner-freebsd-hackers Sun Nov 2 16:28:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA20605 for hackers-outgoing; Sun, 2 Nov 1997 16:28:49 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from metronet.com (pgilley@fohnix.metronet.com [192.245.137.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id QAA20587 for ; Sun, 2 Nov 1997 16:28:45 -0800 (PST) (envelope-from pgilley@metronet.com) Received: from localhost by metronet.com with SMTP id AA22217 (5.67a/IDA1.5hp for ); Sun, 2 Nov 1997 18:29:11 -0600 Date: Sun, 2 Nov 1997 18:29:10 -0600 (CST) From: Phil Gilley To: Nate Williams Cc: David Greenman , hackers@freebsd.org Subject: Re: Problem with ed driver in 2.2.5 In-Reply-To: <199711021927.MAA03456@rocky.mt.sri.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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