8000 Add hint on how to show PCI ID in lsiutil by ZNikke · Pull Request #7 · marcan/lsirec · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add hint on how to show PCI ID in lsiutil #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ restrictions.

Sel 9087 ect your adapter.

`59. Dump PCI config space`

If you have multiple adapters this helps figuring out the mapping between the lsiutil symbolic names and the PCI device ID.

For example the combined location 001b00 corresponds to 0000:1b:00.0 when running lsirec later on.

`46. Upload FLASH section` → `5. Complete (all sections)`

Make a complete Flash backup to be safe.
Expand All @@ -21,6 +27,8 @@ Make a complete Flash backup to be safe.

`68. Show port state summary`

`69. Show board manufacturing information`

Copy and paste these somewhere safe. Take special note of the SAS WWID.

`33. Erase non-volatile adapter storage` → `3. FLASH`, then also
Expand All @@ -29,6 +37,8 @@ Copy and paste these somewhere safe. Take special note of the SAS WWID.
Wipe the whole Flash. This will take a while. Option number 3 excludes the
manufacturing config pages, so you need both.

Press `RETURN` to back up to the main menu.

`2. Download firmware (update the FLASH)`

Flash the new firmware. Optionally, use
Expand Down
0