Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jan 2006 22:00:50 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/cardbus cardbus.c src/sys/dev/pci pci.c pci_private.h
Message-ID:  <200601202200.k0KM0oGP013004@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2006-01-20 22:00:50 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/cardbus      cardbus.c 
    sys/dev/pci          pci.c pci_private.h 
  Log:
  Make the 'pci_devclass' pointer variable private (drivers really shouldn't
  share devclass pointers, a mistake I've encouraged in the past) and
  move the declaration of the pci_driver kobj class from cardbus.c to
  pci_private.h so that other drivers can inherit from pci_driver.
  
  Revision  Changes    Path
  1.61      +0 -1      src/sys/dev/cardbus/cardbus.c
  1.310     +1 -1      src/sys/dev/pci/pci.c
  1.17      +2 -3      src/sys/dev/pci/pci_private.h



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