Date: Wed, 25 Aug 2010 19:12:05 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf files.amd64 files.i386 src/sys/x86/pci qpi.c Message-ID: <201008251912.o7PJCdBp046794@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2010-08-25 19:12:05 UTC FreeBSD src repository Modified files: sys/conf files.amd64 files.i386 Added files: sys/x86/pci qpi.c Log: SVN rev 211820 on 2010-08-25 19:12:05Z by jhb Intel QPI chipsets actually provide two extra "non-core" PCI buses that provide PCI devices for various hardware such as memory controllers, etc. These PCI buses are not enumerated via ACPI however. Add qpi(4) psuedo bus and Host-PCI bridge drivers to enumerate these buses. Currently the driver uses the CPU ID to determine the bridges' presence. In collaboration with: Joseph Golio @ Isilon Systems MFC after: 2 weeks Revision Changes Path 1.167 +1 -0 src/sys/conf/files.amd64 1.652 +1 -0 src/sys/conf/files.i386 1.1 +286 -0 src/sys/x86/pci/qpi.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008251912.o7PJCdBp046794>