From owner-cvs-all Sun Oct 17 21:27:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 84B6D14A09; Sun, 17 Oct 1999 21:27:34 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA66315; Sun, 17 Oct 1999 21:27:34 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Message-Id: <199910180427.VAA66315@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Sun, 17 Oct 1999 21:27:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ed if_ed.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mdodd 1999/10/17 21:27:34 PDT Modified files: sys/dev/ed if_ed.c Log: This fixes the problem with SMC NE2000 cards hanging the box on bootup. Somehow my backout of an abortaive attempt at shared memory autoconfiguration included this line: sc->mem_shared = 1; Which is fairly important as it turns out. Since I performed my pre-commit testing on a different box with a generic NE2000 I didn't catch this. Pointy hat. Revision Changes Path 1.165 +2 -1 src/sys/dev/ed/if_ed.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message