Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wds(4) [netbsd man page]

WDS(4)							   BSD Kernel Interfaces Manual 						    WDS(4)

NAME
wds -- WD7000 compatible ISA SCSI driver SYNOPSIS
wds0 at isa? port 0x350 irq 15 drq 6 # WD7000, TMC-7000 wds1 at isa? port 0x358 irq 11 drq 5 scsibus* at wds? DESCRIPTION
The wds driver supports the WD7000 family of SCSI adaptors and compatibles, including: WD7000-ASC busmastering DMA controller WD7000-ASE an ASC with floppy controller and ESDI, manufactured for Apollo workstations. WD7000-FASST2 an ASC with new firmware and scatter-gather hardware. SEE ALSO
cd(4), ch(4), intro(4), isa(4), scsi(4), sd(4), st(4) BSD
February 17, 1997 BSD

Check Out this Related Man Page

STG(4)							   BSD Kernel Interfaces Manual 						    STG(4)

NAME
stg -- driver for Future Domain based SCSI controllers SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device scbus device stg For one or more ISA cards: device isa In /boot/device.hints: hint.stg.0.at="isa" For one or more PCI cards: device pci Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): stg_load="YES" DESCRIPTION
The stg driver provides support for ISA, PCCARD and PCI controllers based on Future Domain SCSI controller chips including the TMC-16C30, 16C50 and 32C60. HARDWARE
Controllers supported by the stg driver include: o Adaptec 2920/A o Future Domain SCSI2GO o Future Domain TMC-18XX/3260 o IBM SCSI PCMCIA Card o ICM PSC-2401 SCSI o MELCO IFC-SC o RATOC REX-5536, REX-5536AM, REX-5536M, REX-9836A Note that the Adaptec 2920C is supported by the ahc(4) driver. SEE ALSO
ahc(4), cd(4), ch(4), da(4), intro(4), sa(4), scsi(4) HISTORY
The stg device driver has been developed for NetBSD/pc98 and ported for FreeBSD. It first appeared in FreeBSD 2.2 with PAO and merged in FreeBSD 4.2. AUTHORS
The stg driver was written by Naofumi HONDA. BSD
August 8, 2004 BSD
Man Page