OpenSolaris

Printable Version Enter a New Search
Bug ID 6600281
Synopsis nv_sata: /etc/driver_aliases needs additional nv_sata entries for M2NPV-VM MB
State 11-Closed:Duplicate (Closed)
Category:Subcategory driver:sata
Keywords
Responsible Engineer Phuong Luu
Reported Against
Duplicate Of 6600352
Introduced In
Commit to Fix
Fixed In
Release Fixed
Related Bugs
Submit Date 3-September-2007
Last Update Date 16-September-2008
Description
The Asus Motherboard M2NPV-VM utilises the mcp55 chip set...

It can utilise the nv_sata driver and hence run in native sata mode rather
than in pata emulation mode.
Work Around
The following allowed migration to the nv_sata driver.

Install nv_72 with disks not mirrored.

edit the script
http://onnv.sfbay/links/ws/onnv-gate/public/bin/upgrade-nvsata

changing it to the following
 diff nv nv1
20c20
< DRIVER_ALIASES='"pci10de,37f" "pci10de,55" "pci10de,54"'
---
> DRIVER_ALIASES='"pci10de,266" "pci10de,267" "pci10de,37f" "pci10de,55" "pci10de,54"'
36c36
< PRTCONF=/etc/prtconf
---
> PRTCONF=/usr/sbin/prtconf
670c670
<               check_add_drv -b ${ROOT} -i '"pci10de,37f" "pci10de,55" "pci10de,54"' -m '* 0644 root sys' nv_sata
---
>               check_add_drv -b ${ROOT} -i '"pci10de,266" "pci10de,267" "pci10de,37f" "pci10de,55" "pci10de,54"' -m '* 0644 root sys' nv_sata
enoexec% 

make sure your boot-path has no apostrophes (') to define the settings in /boot/solaris/bootenv.rc

run the script
make sure the /etc/driver_aliases contains the nv_sata entries
and reboot
Comments
N/A