From owner-cvs-all Thu Jul 22 22:53:17 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 C1F0614D74; Thu, 22 Jul 1999 22:53:15 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA13321; Thu, 22 Jul 1999 22:50:36 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199907230550.WAA13321@freefall.freebsd.org> From: Bill Paul Date: Thu, 22 Jul 1999 22:50:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_sk.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/07/22 22:50:36 PDT Modified files: sys/pci if_sk.c Log: One last tweak before I turn in for the evening: the driver name in the driver_t declaration should be "skc" not "sk". Technically, "skc" is the parent PCI device (the SysKonnect GEnesis controller) and "sk0" and "sk1" are the network interfaces that get attached to it. Revision Changes Path 1.8 +3 -3 src/sys/pci/if_sk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message