cvs commit: src/sys/pci agp_ali.c agp_amd.c agp_amd64.c agp_ati.c agp_intel.c agp_nvidia.c agp_sis.c agp_via.c

John Baldwin jhb at FreeBSD.org
Tue Dec 20 13:12:27 PST 2005


jhb         2005-12-20 21:12:26 UTC

  FreeBSD src repository

  Modified files:
    sys/pci              agp_ali.c agp_amd.c agp_amd64.c agp_ati.c 
                         agp_intel.c agp_nvidia.c agp_sis.c 
                         agp_via.c 
  Log:
  Change the various AGP drivers that attach to the Host-PCI bridge device to
  attach to the hostb driver instead.  This means that agp can now be loaded
  at runtime (in theory at least).  Also, the drivers no longer have to
  explicity call device_verbose() to cancel out any earlier calls to
  device_quiet() by the hostb(4) driver (this shows a limitation in new-bus,
  drivers really shouldn't be doing device_quiet() until they know they are
  going to drive that device, i.e. in attach).
  
  Revision  Changes    Path
  1.18      +1 -2      src/sys/pci/agp_ali.c
  1.23      +1 -2      src/sys/pci/agp_amd.c
  1.10      +1 -2      src/sys/pci/agp_amd64.c
  1.2       +1 -2      src/sys/pci/agp_ati.c
  1.29      +1 -2      src/sys/pci/agp_intel.c
  1.11      +1 -2      src/sys/pci/agp_nvidia.c
  1.19      +1 -2      src/sys/pci/agp_sis.c
  1.23      +1 -2      src/sys/pci/agp_via.c


More information about the cvs-all mailing list