cvs commit: src/sys/amd64/amd64 nexus.c src/sys/i386/i386 nexus.c src/sys/kern bus_if.m subr_bus.c src/sys/sparc64/sparc64 nexus.c src/sys/sys bus.h

John Baldwin jhb at FreeBSD.org
Sat Jun 28 23:55:59 UTC 2008


jhb         2008-06-28 23:54:51 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/amd64/amd64      nexus.c 
    sys/i386/i386        nexus.c 
    sys/kern             bus_if.m subr_bus.c 
    sys/sparc64/sparc64  nexus.c 
    sys/sys              bus.h 
  Log:
  SVN rev 180083 on 2008-06-28 23:54:51Z by jhb
  
  MFC: Add a BUS_BIND_INTR() method to the bus interface to bind an IRQ
  resource to a CPU.  A bus_bind_intr(9) wrapper routine similar to
  bus_setup/teardown_intr() is added for device drivers to use.  Currently
  it is supported on amd64, i386, and sparc64 via nexus(4) methods that
  simply call the intr_bind() routine.
  
  Revision   Changes    Path
  1.77.2.2   +14 -0     src/sys/amd64/amd64/nexus.c
  1.73.2.1   +14 -0     src/sys/i386/i386/nexus.c
  1.34.2.1   +17 -0     src/sys/kern/bus_if.m
  1.201.2.3  +31 -0     src/sys/kern/subr_bus.c
  1.20.2.1   +15 -0     src/sys/sparc64/sparc64/nexus.c
  1.78.2.2   +3 -0      src/sys/sys/bus.h


More information about the cvs-src mailing list