Add PCIe hotplug report from John Baldwin <jhb@freebsd.org>.
This commit is contained in:
parent
1d14726e38
commit
fcb4f1bd8a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48582
1 changed files with 44 additions and 0 deletions
|
@ -618,4 +618,48 @@
|
|||
</task>
|
||||
</help>
|
||||
</project>
|
||||
|
||||
<project cat='bin'>
|
||||
<title>Native PCI-express HotPlug</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
<name>
|
||||
<given>John</given>
|
||||
<common>Baldwin</common>
|
||||
</name>
|
||||
<email>jhb@FreeBSD.org</email>
|
||||
</person>
|
||||
</contact>
|
||||
|
||||
<links>
|
||||
<url href="https://github.com/bsdjhb/freebsd/tree/pci_hp">Native PCI-express HotPlug support</url>
|
||||
</links>
|
||||
|
||||
<body>
|
||||
<p>A new implementation for support of native PCI-express
|
||||
hotplug is present at the URL above. Much of the new code
|
||||
lives in the PCI-PCI bridge driver to handle hotplug events
|
||||
and manage the PCI-express slot registers. Additional changes
|
||||
in the branch include adding new 'rescan' and 'delete'
|
||||
commands to <tt>devctl(8)</tt> as well as support for
|
||||
rescanning PCI busses.</p>
|
||||
|
||||
<p>The current implementation has been tested on systems with
|
||||
ExpressCard but could use additional testing, especially on
|
||||
systems with other PCI-express HotPlug features such as
|
||||
mechanical latches, attention buttons, indicators, etc.</p>
|
||||
</body>
|
||||
|
||||
<help>
|
||||
<task>
|
||||
<p>Split branch into separate logical changes as commit
|
||||
candidates.</p>
|
||||
</task>
|
||||
|
||||
<task>
|
||||
<p>Additional testing.</p>
|
||||
</task>
|
||||
</help>
|
||||
</project>
|
||||
</report>
|
||||
|
|
Loading…
Reference in a new issue