From owner-cvs-all Sun Jul 22 11:58:47 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 6348A37B401; Sun, 22 Jul 2001 11:58:44 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6MIwiN86614; Sun, 22 Jul 2001 11:58:44 -0700 (PDT) (envelope-from iedowse) Message-Id: <200107221858.f6MIwiN86614@freefall.freebsd.org> From: Ian Dowse Date: Sun, 22 Jul 2001 11:58:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ed if_ed_pccard.c if_edreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2001/07/22 11:58:44 PDT Modified files: sys/dev/ed if_ed_pccard.c if_edreg.h Log: Attach the miibus for Linksys/Dlink cards from the attach routine, not from the probe routine. This was an oversight when I originally ported the miibus support to -current, though it was mostly harmless. We now set the vendor code to the new value ED_VENDOR_LINKSYS in ed_pccard_Linksys() at probe time. Then ed_pccard_attach() checks the vendor code, and sets up the miibus if appropriate. Reviewed by: imp Revision Changes Path 1.30 +11 -7 src/sys/dev/ed/if_ed_pccard.c 1.31 +2 -1 src/sys/dev/ed/if_edreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message