Date: Wed, 4 Jul 2001 06:00:21 -0700 (PDT) From: Takahashi Yoshihiro <nyan@FreeBSD.org> 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 Message-ID: <200107041300.f64D0LF41624@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107041300.f64D0LF41624>
