From owner-cvs-all Sun Mar 19 5: 7:17 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 53F4837B545; Sun, 19 Mar 2000 05:07:13 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA61668; Sun, 19 Mar 2000 05:07:13 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <200003191307.FAA61668@freefall.freebsd.org> From: Peter Wemm Date: Sun, 19 Mar 2000 05:07:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.i386 files.pc98 options options.i386 options.pc98 src/sys/i386/isa isa.c isa_device.h src/sys/pci pci.c pcivar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/03/19 05:07:13 PST Modified files: sys/conf files.i386 files.pc98 options options.i386 options.pc98 sys/i386/isa isa.c isa_device.h sys/pci pci.c pcivar.h Log: Connect the ISA and PCI compatability shims to an option. In this case it's options COMPAT_OLDISA and COMPAT_OLDPCI. This is meant to be a fairly strong incentive to update the older drivers to newbus, but doesn't (quite) leave anybody hanging with no hardware support. I was talking with a few folks and I was encouraged to simply break or disable the shims but that was a bit too drastic for my liking. Revision Changes Path 1.309 +2 -2 src/sys/conf/files.i386 1.142 +2 -2 src/sys/conf/files.pc98 1.194 +2 -1 src/sys/conf/options 1.133 +2 -1 src/sys/conf/options.i386 1.104 +2 -1 src/sys/conf/options.pc98 1.133 +6 -2 src/sys/i386/isa/isa.c 1.69 +5 -1 src/sys/i386/isa/isa_device.h 1.144 +6 -3 src/sys/pci/pci.c 1.42 +13 -1 src/sys/pci/pcivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message