From owner-cvs-sys Thu Nov 14 00:46:52 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA24484 for cvs-sys-outgoing; Thu, 14 Nov 1996 00:46:52 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA24460; Thu, 14 Nov 1996 00:46:24 -0800 (PST) Date: Thu, 14 Nov 1996 00:46:24 -0800 (PST) From: Satoshi Asami Message-Id: <199611140846.AAA24460@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa wdreg.h src/sys/pc98/conf GENERIC98 src/sys/pci wd82371.c src/sys/pc98/pc98 if_fe.c pc98.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/11/14 00:46:22 Modified: sys/i386/isa wdreg.h sys/pc98/conf GENERIC98 sys/pc98/pc98 if_fe.c pc98.c sys/pci wd82371.c Log: Some more updates. wdreg.h: Delete wd_ctlr macro. PC98 version of wd.c treats it as a variable. GENERIC98: Delete ep0 entry. Current ep driver write I/O port 0x100. This clobbers ICW of i8259, because upper 8bits of address line is not masked on mother board. if_fe.c: Merge from revision 1.18 of sys/i386/isa/if_fe.c. pc98.c: Globalize dmapageport, because SCSI driver use this variable. wd82371.c: Yet another merge. These are 2.2 candidates. Submitted by: The FreeBSD(98) Development Team Revision Changes Path 1.14 +1 -2 src/sys/i386/isa/wdreg.h 1.9 +1 -2 src/sys/pc98/conf/GENERIC98 1.11 +1 -3 src/sys/pc98/pc98/if_fe.c 1.11 +3 -2 src/sys/pc98/pc98/pc98.c 1.6 +1 -5 src/sys/pci/wd82371.c