From owner-cvs-all Fri Oct 20 17:13:38 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 3970B37B479; Fri, 20 Oct 2000 17:13:36 -0700 (PDT) Received: (from bmilekic@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA43185; Fri, 20 Oct 2000 17:13:36 -0700 (PDT) (envelope-from bmilekic@FreeBSD.org) Message-Id: <200010210013.RAA43185@freefall.freebsd.org> From: Bosko Milekic Date: Fri, 20 Oct 2000 17:13:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_ti.c if_tireg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmilekic 2000/10/20 17:13:36 PDT Modified files: sys/pci if_ti.c if_tireg.h Log: (Introduce something sitting in my repo for 3 weeks now...) Have if_ti stop "hiding" the softc pointer in the buffer region. Rather, use the available void * passed to the free routine and pass the softc pointer through there. To note: in MEXTADD(), TI_JUMBO_FRAMELEN should probably be TI_JLEN. I left it unchanged, because this way I'm sure to not damage anything in this respect... Revision Changes Path 1.39 +11 -20 src/sys/pci/if_ti.c 1.22 +3 -7 src/sys/pci/if_tireg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message