cvs commit: src/sys/dev/pccbb pccbb_pci.c

Warner Losh imp at FreeBSD.org
Wed Apr 13 09:35:16 PDT 2005


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


More information about the cvs-src mailing list