From owner-cvs-all Sun Mar 18 9:44:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CC9837B718; Sun, 18 Mar 2001 09:44:23 -0800 (PST) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2IHiNm80288; Sun, 18 Mar 2001 09:44:23 -0800 (PST) (envelope-from iedowse) Message-Id: <200103181744.f2IHiNm80288@freefall.freebsd.org> From: Ian Dowse Date: Sun, 18 Mar 2001 09:44:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/lnc if_lnc_isa.c if_lnc_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iedowse 2001/03/18 09:44:23 PST Modified files: sys/dev/lnc if_lnc_isa.c if_lnc_pci.c Log: Use a module name of 'if_lnc' in both the PCI and ISA sections of the driver. Doing this breaks the ability to unload the unneeded parts of the driver (e.g unload the PCI section when using an ISA card), but currently ifconfig(8) expects an interface `XXX' to have a driver name of `if_XXX'. PR: kern/25582 Submitted by: Alexander N. Kabaev , imp (apparently Warner suggested a similar fix some time ago). Reviewed by: paul (who would prefer to see ifconfig changed instead) Revision Changes Path 1.11 +2 -2 src/sys/dev/lnc/if_lnc_isa.c 1.24 +2 -2 src/sys/dev/lnc/if_lnc_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message