Deleted Added
sdiff udiff text old ( 82327 ) new ( 84877 )
full compact
1.\"
2.\" Copyright (c) 1998, 2000
3.\" Justin T. Gibbs. All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 7 unchanged lines hidden (view full) ---

16.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
17.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
18.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
19.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
20.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
22.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23.\"
24.\" $FreeBSD: head/share/man/man4/adv.4 82327 2001-08-25 21:57:02Z dd $
25.\"
26.Dd February 13, 2000
27.Dt ADV 4
28.Os
29.Sh NAME
30.Nm adv
31.Nd Advansys ISA/VL/EISA/PCI 8bit SCSI Host adapter driver
32.Sh SYNOPSIS
33For one or more ISA or VL cards:
34.Cd device isa
35.Cd device "adv0 at isa? port ? irq ? drq ?"
36.Pp
37For one or more EISA cards:
38.Cd device eisa
39.Cd device adv
40.Pp
41For one or more PCI cards:
42.Cd device pci
43.Cd device adv
44.Pp
45For one or more SCSI busses:
46.Cd device scbus0 at adv0
47.Sh DESCRIPTION
48This driver provides access to the 8bit
49.Tn SCSI
50bus connected to the Advanced Systems Products, Inc.
51.Tn ASC900 ,
52.Tn ASC1000 ,
53.Tn ASC1090 ,
54.Tn ASC1200 ,

--- 70 unchanged lines hidden (view full) ---

125ABP852 VL Yes 10MHz 240 2
126ABP950 PCI No 10MHz 240 2
127ABP980 PCI No 10MHz 240 4
128ABP980U PCI No 20MHz 240 4
129ABP[3]980UA PCI No 20MHz 16 4
130.El
131.Ed
132.Pp
133For ISA or Vesa Local Bus adapters, one kernel config entry is required
134for every card to be attached by the system. Specific values for the port
135address, irq, and drq may be specified. If wildcard values are used, the
136driver will query the device for its current settings and use those. If
137the port address is a wildcard, the driver consults an internal table of
138possible port address locations and attaches to the first unattached card
139it finds. The possible port addresses for these card are 0x110, 0x130,
1400x150, 0x190, 0x210, 0x230, 0x250, and 0x330.
141.Pp
142Per target configuration performed in the
143.Tn AdvanceWare
144menu, which is accessible at boot,
145is honored by this driver.
146This includes synchronous/asynchronous transfers,
147maximum synchronous negotiation rate, disconnection, tagged queueing,
148and the host adapter's SCSI ID.
149The global setting for the maximum number of tagged transactions allowed

--- 30 unchanged lines hidden ---