From owner-cvs-all Wed Jul 4 6: 0:26 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 0766537B403; Wed, 4 Jul 2001 06:00:22 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f64D0LF41624; Wed, 4 Jul 2001 06:00:21 -0700 (PDT) (envelope-from nyan) Message-Id: <200107041300.f64D0LF41624@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 4 Jul 2001 06:00:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files files.i386 files.pc98 src/sys/dev/lnc if_lnc_cbus.c if_lnc.c if_lnc_isa.c if_lnc_pci.c if_lncreg.h if_lncvar.h if_lnc_pc98.c src/sys/modules/lnc Makefile src/sys/pc98/conf GENERIC 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 nyan 2001/07/04 06:00:21 PDT Modified files: sys/conf files files.i386 files.pc98 sys/dev/lnc if_lnc.c if_lnc_isa.c if_lnc_pci.c if_lncreg.h if_lncvar.h sys/modules/lnc Makefile sys/pc98/conf GENERIC Added files: sys/dev/lnc if_lnc_cbus.c Removed files: sys/dev/lnc if_lnc_pc98.c Log: - Don't overwrite inb, inw and outw. - Move the lance_probe function to if_lnc.c. - Support C-NET(98)S again. Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata) and nyan No response from: Paul Richards Revision Changes Path 1.542 +1 -3 src/sys/conf/files 1.366 +2 -1 src/sys/conf/files.i386 1.200 +2 -1 src/sys/conf/files.pc98 1.89 +43 -28 src/sys/dev/lnc/if_lnc.c 1.12 +1 -28 src/sys/dev/lnc/if_lnc_isa.c 1.25 +1 -4 src/sys/dev/lnc/if_lnc_pci.c 1.7 +17 -30 src/sys/dev/lnc/if_lncreg.h 1.23 +20 -14 src/sys/dev/lnc/if_lncvar.h 1.5 +10 -2 src/sys/modules/lnc/Makefile 1.178 +2 -2 src/sys/pc98/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message