Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Apr 2005 16:35:15 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/pccbb pccbb_pci.c
Message-ID:  <200504131635.j3DGZFE9061112@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2005-04-13 16:35:15 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/pccbb        pccbb_pci.c 
  Log:
  Since cbb implements the pcib_ interface, it must also implement the
  pcib_route_interrupt interface.  Since there's only one interrupt pin
  in the CardBus form factor, everybody gets to share it.  Implement
  cbb_route_interrupt to return the interrupt we have.
  
  Suggested by: bms
  
  Revision  Changes    Path
  1.8       +10 -0     src/sys/dev/pccbb/pccbb_pci.c



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