From owner-cvs-all Sun Sep 26 20:35:44 1999 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 592B014DED; Sun, 26 Sep 1999 20:35:42 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA45658; Sun, 26 Sep 1999 20:35:42 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199909270335.UAA45658@freefall.freebsd.org> From: KATO Takenori Date: Sun, 26 Sep 1999 20:35:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf files.pc98 src/sys/pc98/pc98 isa_compat.c isa_compat.h if_ed.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/09/26 20:35:42 PDT Modified files: sys/pc98/conf files.pc98 sys/pc98/pc98 if_ed.c Added files: sys/pc98/pc98 isa_compat.c isa_compat.h Log: Make ed driver work again. isa_compat.c Copied from sys/i386/isa/isa_compat.c. It includes sys/pc98/pc98/isa_compat.h instead of sys/i386/isa/isa_compat.h. isa_compat.h Copied from sys/i386/isa/isa_compat.c. The ed driver is registered in this file until pc98's ed driver is converted into new-bus style. files.pc98 Use sys/pc98/pc98/isa_compat.c instead of sys/i386/isa/isa_compat.c. if_ed.c - Fixed the location of the include file. - Disalbed pnp support. Revision Changes Path 1.116 +2 -2 src/sys/pc98/conf/files.pc98 1.70 +6 -3 src/sys/pc98/pc98/if_ed.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message