From owner-cvs-all Sun Oct 29 23:54:41 2000 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 4A60D37B479; Sun, 29 Oct 2000 23:54:39 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA32688; Sun, 29 Oct 2000 23:54:39 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Message-Id: <200010300754.XAA32688@freefall.freebsd.org> From: Bill Paul Date: Sun, 29 Oct 2000 23:54:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_rl.c if_rlreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/10/29 23:54:38 PST Modified files: sys/pci if_rl.c if_rlreg.h Log: Fix support for cardbus cards: - Add DRIVER_MODULE() declaration to make this driver a child of cardbus - Handle different width EEPROMs The CIS parser still barfs when scanning this card, but it seems to probe/attach correctly anyway. I can't do a traffic test just yet since I don't have a proper crossover cable handy. Revision Changes Path 1.49 +8 -3 src/sys/pci/if_rl.c 1.17 +4 -2 src/sys/pci/if_rlreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message