Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Mar 2000 05:07:13 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
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
Message-ID:  <200003191307.FAA61668@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003191307.FAA61668>