Date: Tue, 20 Dec 2005 21:12:26 +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/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 Message-ID: <200512202112.jBKLCQa8035650@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512202112.jBKLCQa8035650>