1.\" Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. 9.\" 2. Redistributions in binary form must reproduce the above copyright 10.\" notice, this list of conditions and the following disclaimer in the 11.\" documentation and/or other materials provided with the distribution. 12.\" 3. All advertising materials mentioning features or use of this software 13.\" must display the acknowledgement as bellow: 14.\" 15.\" This product includes software developed by K. Kobayashi 16.\" 17.\" 4. The name of the author may not be used to endorse or promote products 18.\" derived from this software without specific prior written permission. 19.\" 20.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 21.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 22.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 23.\" DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, 24.\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 25.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 26.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 28.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 29.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 30.\" POSSIBILITY OF SUCH DAMAGE. 31.\" 32.\" $FreeBSD$ 33.\" 34.\" 35.Dd May 20, 2002 36.Dt SBP 4 37.Os 38.Sh NAME 39.Nm sbp 40.Nd Serial Bus Protocol 2 (SBP-2) Mass Storage Devices driver 41.Sh SYNOPSIS 42.Cd "device sbp" 43.Sh DESCRIPTION 44The 45.Nm 46driver provides support for SBP-2 devices that attach to the firewire (IEEE1394) 47port. 48Verified are 49.Pp 50.Bl -tag -compact -width xxxxxx 51.It Apple Macintosh G4 (target mode) 52.It Apple iPod 53.El 54.Pp 55.Nm firewire 56and 57.Nm fwohci 58must be configured in the kernel as well. 59Last but not least, support for 60SCSI drives, 61.Nm da 62.Sh EXAMPLES 63.Dl device sbp 64.Dl device scbus 65.Dl device da 66.Dl device pass 67.Pp 68Add the 69.Nm 70driver to the kernel. 71.Pp 72.Dl camcontrol rescan 0 73.Pp 74Rescan a SCSI drive that was added after boot. 75.\".Sh HISTORY 76.Sh AUTHORS 77.An -nosplit 78The 79.Nm 80driver was written by 81.An Katsushi Kobayashi 82and 83.An Hidetoshi Shimokawa . 84.Pp 85This manual page was written by 86.An Katsushi Kobayashi . 87