Legacy Ultra60 with Solaris 5.7 SCSI device reverse engineering


 
Thread Tools Search this Thread
Operating Systems Solaris Legacy Ultra60 with Solaris 5.7 SCSI device reverse engineering
# 1  
Old 08-19-2011
Legacy Ultra60 with Solaris 5.7 SCSI device reverse engineering

I'm looking for help with a legacy system.

I have some obsolete equipment connected to an Ultra 60 running Solaris 5.7 with the binary for a 32 bit driver. The driver is rejected by newer versions of solaris, which run 64 bit kernels.

I hope to reverse engineer the driver so that I can move to a more modern OS and HW solution. The manufacturer of the device and its protocol, in fact the entire industry, became defunct in 1998, and, I do not have the source code for the driver. The device is actually connected via a blackbox scsi-to-fiber device. So I need to be able to tap into the data stream so I can analyze what needs to be done to create a new driver.

Thanks for any info you can provide.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

Adding Legacy SCSI tape to Ent Rel 6 64

I have Ent Rel 6 64 bit running in a virtualized environment. I wish to add a Ultium 3 U320 Scsi tape drive. I add an LSI LSI20320IE SCSI controller to the virtual server. The controller shows under the machine settings, but the OS doesn't see a tape drive. /proc/scsi/scsi shows only Virtual CDRom... (0 Replies)
Discussion started by: adone36
0 Replies

2. Linux

Kind of reverse engineering

Hi everyone, I'm a linux novice , in a training purpose i have to reconstruct under windows an application running under fedora 14, the application communicates with an STB device through RS232 in a first time and then through ethernet for firmware loading purpose. All what i know is how to run... (2 Replies)
Discussion started by: nidal
2 Replies

3. Shell Programming and Scripting

awk, shell script reverse engineering app generator - project

Hi, this is fantastic forum for shell programming and scripting, so please let me to introduce you with my very old concept to have web form/s with radio, select, input fields and have an application generating valid, syntax error free scripting code. The same or alike questions are asked... (2 Replies)
Discussion started by: darius2
2 Replies

4. UNIX for Advanced & Expert Users

Notice: STP:SCSI tape 0 device 46/0 offline

My tape drive is not backing up my data. This is the message that comes up as the computer starts up each morning. Notice Stp:SCSI tape 0 device 46/0 offline. The computer is equipped with a Seagate STD 24000N internal tape drive and the green indicator light on it continuously is on but the amber... (0 Replies)
Discussion started by: timothymhubbard
0 Replies

5. UNIX for Dummies Questions & Answers

Notice Stp:SCSI tape 0 device 46/0 offline

My computer which uses scoUNIX, has an internal scsi tape backup. It will no longer backup . It posts this message Notice :Stp tape 0 device 46/0 offline. This has been discussed before by the forum and I'd appreciate any help that any expert could provide for me for a step wise approach to... (0 Replies)
Discussion started by: timothymhubbard
0 Replies

6. Solaris

How to set up legacy services right on Solaris 10

I want to add auto startup and shutdown script to Solaris 10's legacy services as they run in Solaris 9 or in Linux. To make this work, I created the crontrol script in /etc/init.d and then link it to /etc/rc0.d and /etc/rc2.d directories. rc0.d is for shutdown and rc2.d is for srat. After I... (15 Replies)
Discussion started by: duke0001
15 Replies

7. UNIX for Advanced & Expert Users

NOTICE: Stp: SCSI tape 0 device 46/0 not ready

If somebody solve this error please help! Thanks in advance! (5 Replies)
Discussion started by: FCollet
5 Replies

8. UNIX for Advanced & Expert Users

NOTICE: Stp: SCSI tape 0 device 46/0 offline

:( If anyone has solved this problem, please help me! Thanks in advance! (0 Replies)
Discussion started by: FCollet
0 Replies

9. UNIX for Advanced & Expert Users

scsi sda device not mounting !!

I have a small scsi memory disk device that my computer claims is a /dev/sda mount type.. and I have mounted it in the past.. but I just recently reinstalled my whole system to check out a couple of things on my database. including the scsi device and now I can't get it to mount.. i tried to mount... (20 Replies)
Discussion started by: moxxx68
20 Replies
Login or Register to Ask a Question
ADW(4)							   BSD Kernel Interfaces Manual 						    ADW(4)

NAME
adw -- Advansys PCI 16bit SCSI Host adapter driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device pci device scbus device adw DESCRIPTION
This driver provides access to the 16bit SCSI bus connected to the Advanced Systems Products, Inc. ASC3550 Ultra, and ASC38C0800 Ultra2, SCSI Host Adapter chips. Both chips support, synchronous transfers (20MHz and 40MHz max respectively), 16bit transfers, tagged queueing, and up to 253 concurrent SCSI transactions. Per target configuration performed in the AdvanceWare menu, which is accessible at boot, is honored by this driver. This includes synchro- nous/asynchronous transfers, maximum synchronous negotiation rate, wide transfers, disconnection, tagged queueing, and the host adapter's SCSI ID. The global setting for the maximum number of tagged transactions allowed per target is not honored as the CAM SCSI system will automatically determine the maximum number of tags a device can receive as well as guarantee fair resource allocation among devices. HARDWARE
The adw driver supports SCSI controllers including: o AdvanSys ABP940UW/ABP3940UW o AdvanSys ABP950UW o AdvanSys ABP970UW o AdvanSys ABP3940U2W o AdvanSys ABP3950U2W SEE ALSO
adv(4), cd(4), da(4), sa(4), scsi(4) HISTORY
The adw driver appeared in FreeBSD 3.0. AUTHORS
The adw driver was ported by Justin T. Gibbs from the Linux driver written by Bob Frey of Advanced System Products, Inc. Many thanks to AdvanSys for providing the original driver under a suitable license for use in FreeBSD. BSD
July 14, 2004 BSD