diff options
author | Matthew Dempsky <matthew@cvs.openbsd.org> | 2012-06-27 22:40:39 +0000 |
---|---|---|
committer | Matthew Dempsky <matthew@cvs.openbsd.org> | 2012-06-27 22:40:39 +0000 |
commit | 8b17b0be4ce3faf2c60fd8a80e8cd1c60901932e (patch) | |
tree | c6660a503a7503d9a30d4267e95143c7c1d7a6e5 /usr.bin/ssh/ssh_config.5 | |
parent | 6b9e8596d2bb23e69290df3ec9e685e24a2ecab1 (diff) |
Change sparc64 to match the "fp" boot device path's parameter based on
the prototype-scsi_link's SDEV_2NDBUS flag rather than against its
scsibus field. First, the scsibus field hasn't even been initialized
when device_register() is called so it's always 0 anyway; second, the
path number is supposed to be locally scoped to a single device
whereas the scsibus field is a global scsibus(4) device number.
The existing code only happened to work because all of the dual-port
fibre-channel adapters we currently support attach as two devices with
one scsibus each rather than a single device with two scsibuses, so we
would never see anything but "fp@0".
Initial investigation and diff by jmatthew after my SCSI cleanups at
c2k11 broke sparc64's ability to boot from isp(4); newer version from
me based on discussion with krw and kettenis.
tested and ok kettenis
Diffstat (limited to 'usr.bin/ssh/ssh_config.5')
0 files changed, 0 insertions, 0 deletions