From owner-cvs-all Tue Mar 28 19:15:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E6A037BEC0; Tue, 28 Mar 2000 19:15:25 -0800 (PST) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA23713; Tue, 28 Mar 2000 19:15:25 -0800 (PST) (envelope-from kato@FreeBSD.org) Message-Id: <200003290315.TAA23713@freefall.freebsd.org> From: KATO Takenori Date: Tue, 28 Mar 2000 19:15:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 nexus.c src/sys/i386/include bus_pio_ind.h bus.h bus_at386.h bus_pc98.h src/sys/i386/isa isa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kato 2000/03/28 19:15:24 PST Modified files: sys/i386/i386 nexus.c sys/i386/include bus.h bus_at386.h bus_pc98.h sys/i386/isa isa.c Added files: sys/i386/include bus_pio_ind.h Log: Added indirect pio into the bus space stuff for the NEC PC-98. bus.h includes one of bus_at386.h and bus_pc98.h. Becuase only bus_pc98.h supports indirect pio and bus_at386.h is identical to old bus.h, there is no functional change in PC-AT's kernels. That is, it cannot cause performance loss. Submitted by: nyan Reviewed by: imp bde and luoqi provided useful comments for earlier version. Revision Changes Path 1.27 +21 -1 src/sys/i386/i386/nexus.c 1.8 +17 -1263 src/sys/i386/include/bus.h 1.8 +4 -4 src/sys/i386/include/bus_at386.h 1.8 +491 -147 src/sys/i386/include/bus_pc98.h 1.134 +103 -1 src/sys/i386/isa/isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message