No empty .Rs/.Re
[netbsd-mini2440.git] / share / man / man4 / se.4
blob90fba0f5f4a1b6f48133046cc58e6554e54751c1
1 .\"     $NetBSD: se.4,v 1.4 2001/06/11 01:13:28 wiz Exp $
2 .\"
3 .Dd February 3, 1997
4 .Dt SE 4
5 .Os
6 .Sh NAME
7 .Nm se
8 .Nd Cabletron EA41x SCSI bus Ethernet interface driver
9 .Sh SYNOPSIS
10 .Cd "se* at scsibus? target ? lun ?"
11 .Sh DESCRIPTION
12 The
13 .Nm
14 driver supports the
15 .Tn Cabletron
16 EA41x
17 .Tn SCSI
18 bus
19 .Tn Ethernet
20 interface.
21 .Pp
22 This driver is a bit unusual.
23 It must look like a network interface and it must also appear to be a
24 .Tn SCSI
25 device to the
26 .Tn SCSI
27 system.
28 .Pp
29 In addition, to facilitate
30 .Tn SCSI
31 commands issued by userland programs, there are
32 .Fn open ,
33 .Fn close ,
34 and
35 .Fn ioctl
36 entry points.
37 This allows a user program to, for example,
38 display the EA41x statistic and download new code into the adaptor \-
39 functions which can't be performed through the
40 .Xr ifconfig 8
41 interface.
42 Normal operation does not require any special userland program.
43 .Sh SEE ALSO
44 .Xr scsi 4 ,
45 .Xr ifconfig 8
46 .Sh AUTHORS
47 Ian Dall \*[Lt]ian.dall@dsto.defence.gov.au\*[Gt]
48 .Pp
49 Acknowledgement: Thanks are due to Philip L. Budne \*[Lt]budd@cs.bu.edu\*[Gt]
50 who reverse engineered the EA41x.
51 In developing this code, Phil's userland daemon "etherd",
52 was referred to extensively in lieu of accurate documentation for the device.
53 .Sh BUGS
54 The EA41x doesn't conform to the
55 .Tn SCSI
56 specification in much at all.
57 About the only standard command supported is
58 .Qq inquiry .
59 Most commands are 6 bytes long, but the recv data is only 1 byte.
60 Data must be received by periodically polling the device with the
61 recv command.