From owner-cvs-all Fri Apr 19 15:44: 8 2002 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 88C7937B416; Fri, 19 Apr 2002 15:43:57 -0700 (PDT) Received: (from semenu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3JMhvS77391; Fri, 19 Apr 2002 15:43:57 -0700 (PDT) (envelope-from semenu) Message-Id: <200204192243.g3JMhvS77391@freefall.freebsd.org> From: Semen Ustimenko Date: Fri, 19 Apr 2002 15:43:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/dev/tx if_tx.c if_txreg.h if_txvar.h src/sys/modules/tx Makefile src/sys/pci if_tx.c if_txvar.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 semenu 2002/04/19 15:43:57 PDT Modified files: sys/conf files sys/dev/tx if_tx.c if_txreg.h if_txvar.h sys/modules/tx Makefile Removed files: sys/pci if_tx.c if_txvar.h Log: Move tx(4) driver to sys/dev/tx. BTW split hardware structures and constants into if_txreg.h. MFC after: 1 week Revision Changes Path 1.626 +1 -1 src/sys/conf/files 1.53 +6 -5 src/sys/dev/tx/if_tx.c 1.11 +6 -149 src/sys/dev/tx/if_txreg.h 1.11 +2 -228 src/sys/dev/tx/if_txvar.h 1.8 +2 -2 src/sys/modules/tx/Makefile 1.53 +0 -1941 src/sys/pci/if_tx.c (dead) 1.11 +0 -393 src/sys/pci/if_txvar.h (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message