From owner-cvs-sys Fri Sep 13 18:26:26 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA04359 for cvs-sys-outgoing; Fri, 13 Sep 1996 18:26:26 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA04345; Fri, 13 Sep 1996 18:26:18 -0700 (PDT) Date: Fri, 13 Sep 1996 18:26:18 -0700 (PDT) From: Bruce Evans Message-Id: <199609140126.SAA04345@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa if_lnc.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/13 18:26:17 Modified: sys/i386/isa if_lnc.c Log: Removed another devconf leftover. A fat devconf support function was still being used just to support printing of the device name in the probe. Restored the method used in rev.1.6 and changed it to print the same strings as the previous revision. Reviewed by: Paul Richards Revision Changes Path 1.28 +28 -61 src/sys/i386/isa/if_lnc.c