1.\" $NetBSD: trm.4,v 1.7 2012/03/13 19:25:42 njoly Exp $ 2.\" 3.\" Copyright (c) 2001 Izumi Tsutsui. 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 9.\" notice, this list of conditions and the following disclaimer. 10.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" notice, this list of conditions and the following disclaimer in the 12.\" documentation and/or other materials provided with the distribution. 13.\" 14.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 15.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 16.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 17.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 18.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 19.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 20.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 21.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24.\" 25.\" 26.Dd November 6, 2001 27.Dt TRM 4 28.Os 29.Sh NAME 30.Nm trm 31.Nd Tekram TRM-S1040 ASIC based PCI SCSI host adapter driver 32.Sh SYNOPSIS 33.Cd "trm* at pci? dev ? function ?" 34.Cd "scsibus* at trm?" 35.Sh DESCRIPTION 36The 37.Nm 38driver supports PCI SCSI host adapters based on the Tekram TRM-S1040 39SCSI ASIC. 40.Sh HARDWARE 41Supported SCSI controllers include: 42.Pp 43.Bl -item -offset indent 44.It 45.Tn Tekram DC-315 46PCI Ultra SCSI adapter without flash BIOS and internal SCSI connector 47.It 48.Tn Tekram DC-315U 49PCI Ultra SCSI adapter without flash BIOS 50.It 51.Tn Tekram DC-395U 52PCI Ultra SCSI adapter with flash BIOS 53.It 54.Tn Tekram DC-395UW 55PCI Ultra-Wide SCSI adapter with flash BIOS 56.It 57.Tn Tekram DC-395F 58PCI Ultra-Wide SCSI adapter with flash BIOS and 68-pin external SCSI connector 59.El 60.Pp 61For Tekram DC-390 PCI SCSI host adapter, use 62.Xr pcscp 4 63driver. 64.Pp 65For Tekram DC-310/U and DC-390U/UW/F PCI SCSI host adapters, use 66.Xr siop 4 67driver. 68.Sh SEE ALSO 69.Xr cd 4 , 70.Xr ch 4 , 71.Xr intro 4 , 72.Xr pci 4 , 73.Xr scsi 4 , 74.Xr sd 4 , 75.Xr ss 4 , 76.Xr st 4 , 77.Xr uk 4 , 78.Xr scsipi 9 79.Pp 80.Lk http://www.tekram.com.tw/ "Tekram Systems Co." 81.Sh AUTHORS 82The 83.Nm 84driver was originally written for 85.Nx 1.4 Ns /i386 86by Erich Chen of Tekram Technology, 87and Rui-Xiang Guo rewrote the driver to use 88.Xr bus_space 9 89and 90.Xr bus_dma 9 91for 92.Nx 931.6. 94