cvs commit: src/sys/kern bus_if.m subr_bus.c src/sys/sys bus.h

Marcel Moolenaar marcel at FreeBSD.org
Wed Sep 10 14:37:13 PDT 2003


marcel      2003/09/10 14:37:10 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             bus_if.m subr_bus.c 
    sys/sys              bus.h 
  Log:
  Introduce BUS_CONFIG_INTR(). The method allows devices to tell parents
  about interrupt trigger mode and interrupt polarity. This allows ACPI
  for example to pass interrupt resource information up the hierarchy.
  The default implementation of the method therefore is to pass the
  request to the parent.
  
  Reviewed by: jhb, njl
  
  Revision  Changes    Path
  1.26      +11 -0     src/sys/kern/bus_if.m
  1.131     +11 -0     src/sys/kern/subr_bus.c
  1.55      +14 -0     src/sys/sys/bus.h


More information about the cvs-src mailing list