Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 May 2011 13:48:53 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/ia64/isa isa.c src/sys/isa isa_common.c isa_common.h src/sys/powerpc/mpc85xx isa.c src/sys/sparc64/isa isa.c src/sys/x86/isa isa.c
Message-ID:  <201105061349.p46DnHod094109@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2011-05-06 13:48:53 UTC

  FreeBSD src repository

  Modified files:
    sys/ia64/isa         isa.c 
    sys/isa              isa_common.c isa_common.h 
    sys/powerpc/mpc85xx  isa.c 
    sys/sparc64/isa      isa.c 
    sys/x86/isa          isa.c 
  Log:
  SVN rev 221526 on 2011-05-06 13:48:53Z by jhb
  
  Retire isa_setup_intr() and isa_teardown_intr() and use the generic bus
  versions instead.  They were never needed as bus_generic_intr() and
  bus_teardown_intr() had been changed to pass the original child device up
  in 42734, but the ISA bus was not converted to new-bus until 45720.
  
  Revision  Changes    Path
  1.6       +0 -22     src/sys/ia64/isa/isa.c
  1.51      +2 -2      src/sys/isa/isa_common.c
  1.18      +0 -6      src/sys/isa/isa_common.h
  1.4       +0 -17     src/sys/powerpc/mpc85xx/isa.c
  1.24      +0 -23     src/sys/sparc64/isa/isa.c
  1.2       +0 -22     src/sys/x86/isa/isa.c



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