Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 May 2000 06:30:45 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/isa isa_compat.c isa_device.h isa.c isa_compat.h
Message-ID:  <200005281330.GAA00505@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2000/05/28 06:30:45 PDT

  Modified files:
    sys/i386/isa         isa_compat.c isa_device.h isa.c 
  Removed files:
    sys/i386/isa         isa_compat.h 
  Log:
  Redo the isa compat driver shim so that each driver is self contained
  and does not require that evil list of drivers in isa_compat.h.
  It uses the same strategy that pci drivers use, namely a
  COMPAT_ISA_DRIVER() macro that creates the glue on the fly.
  Theoretically old-style isa drivers should be preloadable now.
  
  Revision  Changes    Path
  1.22      +21 -28    src/sys/i386/isa/isa_compat.c
  1.71      +16 -5     src/sys/i386/isa/isa_device.h
  1.135     +1 -6      src/sys/i386/isa/isa.c



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?200005281330.GAA00505>