Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

adw(4) [debian man page]

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

Check Out this Related Man Page

ADW(4)							   BSD Kernel Interfaces Manual 						    ADW(4)

NAME
adw -- ConnectCom Solutions AdvanSys PCI Ultra Wide SCSI host adapter driver SYNOPSIS
adw* at pci? dev ? function ? scsibus* at adw? options FAILSAFE options SCSI_ADW_WDTR_DISABLE=mask options SCSI_ADW_SDTR_DISABLE=mask options SCSI_ADW_TAGQ_DISABLE=mask DESCRIPTION
The adw driver provides support for the ADW (AdvanSys) ABP-940UW, ASB-3940UW, ASB-3940U2W SCSI host adapters. The following kernel configuration options are available: options FAILSAFE Disables tagged command queuing, wide data transfers and synchronous data transfers for all SCSI devices controlled by the adw driver. By default, tagged command queuing, wide data transfers and synchronous data transfers are used if the SCSI devices support them. The following options use a mask to specify which SCSI peripherals the option applies to. The mask is a 16 bit bitfield value. Each bit cor- responds to a peripheral ID. The LSB (bit 0) corresponds to the peripheral with ID 0. The MSB (bit 15) corresponds to the peripheral with ID 15. The following features cannot be disabled for the host adapter, which by default has ID 7. options SCSI_ADW_WDTR_DISABLE=mask Disable WIDE data transfer for the peripherals specified by the mask value. options SCSI_ADW_SDTR_DISABLE=mask Disable SYNCHRONOUS data transfer for the peripherals specified by the mask value. options SCSI_ADW_TAGQ_DISABLE=mask Disable TAGGED COMMAND QUEUING for the peripherals specified by the mask value. SEE ALSO
cd(4), ch(4), intro(4), scsi(4), sd(4), st(4), uk(4) HISTORY
The adw device driver appeared in NetBSD 1.4. AUTHORS
Baldassare Dante Profeta <dante@NetBSD.org>. BSD
February 3, 2000 BSD
Man Page

5 More Discussions You Might Find Interesting

1. IP Networking

BELKIN 'F5D5020' 16bit PCMCIA - FreeBSD HOWTO

Hey all, I've bought a few bits from Belkin who seem quite happy to support FreeBSD! Last time I bought a UPS from them and it's still going well :D I saw this on their website that the 16bit PCMCIA card was supported under FreeBSD: http://www.belkin.com/network/F5D5020.html I went to my... (0 Replies)
Discussion started by: WIntellect
0 Replies

2. Solaris

Which SCSI Adapter?

Hi. I need to find a simple SCSI adapter card for a Sun Ultra 5 workstation. I don't need the type w/ ethernet attached (e.g. X1032) as I already have ethernet onboard & they are more spendy. I know Adaptec is out, but what unit would work? I am attaching an external SCSI tape unit to this... (4 Replies)
Discussion started by: Plain Person
4 Replies

3. Solaris

Trouble Installing a SCSI Adapter

Okay. I admit I'm sort of a newbie in this regard. I installed a SCSI adapter on a Sun Ultra 5 workstation. I did the standard STOP-A on the startup and got the OK prompt. I then tried probe-scsi-all. It dumps me back @ the OK prompt w/ no message whatsoever. I tried probe-scsi, nothing. ... (3 Replies)
Discussion started by: Plain Person
3 Replies

4. Solaris

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... (0 Replies)
Discussion started by: obsoleteStuff
0 Replies

5. Shell Programming and Scripting

Read line with particular number of lines

Hi all, I have a file sample.txt abc asd adf daf adw add adv wdf I want to control the number of lines to read Like if i give input as ./script_name 2 5 required output asd adf daf (2 Replies)
Discussion started by: krux_rap
2 Replies