From owner-cvs-all Mon Oct 30 15:51:42 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 66FFB37B4CF; Mon, 30 Oct 2000 15:51:40 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA12956; Mon, 30 Oct 2000 15:51:40 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Message-Id: <200010302351.PAA12956@freefall.freebsd.org> From: Bill Paul Date: Mon, 30 Oct 2000 15:51:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/10/30 15:51:40 PST Modified files: sys/pci if_dc.c Log: Grrr. The 'reg' variable in dc_apply_fixup() needs to be a u_int32_t, not a u_int8_t. Pass the conical hat. This should fix certain cardbus 21143 cards that require SROM h0h0magic in order to enable their transceivers. Revision Changes Path 1.35 +3 -3 src/sys/pci/if_dc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message