Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

se(4) [netbsd man page]

SE(4)							   BSD Kernel Interfaces Manual 						     SE(4)

NAME
se -- Cabletron EA41x SCSI bus Ethernet interface driver SYNOPSIS
se* at scsibus? target ? lun ? DESCRIPTION
The se driver supports the Cabletron EA41x SCSI bus Ethernet interface. This driver is a bit unusual. It must look like a network interface and it must also appear to be a SCSI device to the SCSI system. In addition, to facilitate SCSI commands issued by userland programs, there are open(), close(), and ioctl() entry points. This allows a user program to, for example, display the EA41x statistic and download new code into the adaptor - functions which can't be performed through the ifconfig(8) interface. Normal operation does not require any special userland program. SEE ALSO
scsi(4), ifconfig(8) AUTHORS
Ian Dall <ian.dall@dsto.defence.gov.au> Acknowledgement: Thanks are due to Philip L. Budne <budd@cs.bu.edu> who reverse engineered the EA41x. In developing this code, Phil's user- land daemon "etherd", was referred to extensively in lieu of accurate documentation for the device. BUGS
The EA41x doesn't conform to the SCSI specification in much at all. About the only standard command supported is "inquiry". Most commands are 6 bytes long, but the recv data is only 1 byte. Data must be received by periodically polling the device with the recv command. BSD
February 3, 1997 BSD

Check Out this Related Man Page

CH(4)							   BSD Kernel Interfaces Manual 						     CH(4)

NAME
ch -- SCSI media changer driver SYNOPSIS
ch* at scsibus? target ? lun ? DESCRIPTION
The ch driver is essentially an ioctl(2) interface to a robot on a SCSI bus - a device that will change media (e.g. tapes, CD-ROMs, etc) in and out of drives for that media. The chio(1) utility program uses this interface to manipulate such robots. FILES
/dev/chu SCSI bus media changer unit u /usr/include/sys/chio.h DIAGNOSTICS
ch%d: waiting %d seconds for changer to settle... Some changers require a long time to settle out, to do tape inventory, for instance. ch%d: offline The changer is not responding. ch%d: warning, READ ELEMENT STATUS avail != count ch%d: could not sense element address page ch%d: could not sense capabilities page SEE ALSO
chio(1), ioctl(2), cd(4), intro(4), scsi(4), st(4) AUTHORS
Jason R. Thorpe BSD
June 10, 1998 BSD
Man Page

7 More Discussions You Might Find Interesting

1. What is on Your Mind?

How Can We Increase the Size of Our Community?

Any suggestions on how to increase the number of posters and contributors? Please vote and write in your suggestions. Thank you! (72 Replies)
Discussion started by: Neo
72 Replies

2. Web Development

Writing to a Serial Port

I am trying to write to a serial port and capture the reponse in a file - adduser ethan dialout The user `ethan' is already a member of `dialout' root@meow:/home/ethan# ls -l /dev/ttyS0 crw-rw-r-- 1 ethan dialout 4, 64 Oct 7 20:55 /dev/ttyS0 $fh1 = fopen("/dev/ttyS0", "w+");... (74 Replies)
Discussion started by: Meow613
74 Replies

3. SCO

Strange behaviour on Openserver 5.0.2 after 09/2015

Dear friends, i am having some Problems with a Sco Openserver in a Box (normally on VMWare, importing it on a Virtualbox does the same). When i boot up the system on xx/09/2015 i got fork failed - too many processes during startup. The programs which should run on the server, do not run. I... (67 Replies)
Discussion started by: ChipperEs
67 Replies

4. Shell Programming and Scripting

Tetris Game -- based on a shell script (new algorithm)

GitHub - deepgrace/tetris: Tetris implementation in all kinds of Programming Languages Usage: bash Tetris_Game ] ] ] ] Range: #!/bin/bash # Tetris Game // The Art Of Shell Programming box0=(4 30) box1=(4 30 4 32) box2=(4 30 5 32) box3=(4 28 4 30 4 32) box4=(4 28 4 30... (69 Replies)
Discussion started by: complex.invoke
69 Replies

5. What is on Your Mind?

Prototyping New Responsive Mobile for UNIX.COM - Phase II

Have completed "Phase I" of our project "Prototyping New Responsive Mobile UNIX.COM", I am now moving to "Phase II" which will be changing many of the menus and buttons to use Javascript and CSS for the mobile site menus. For example, here is the new "main side menu" for the mobile site (below).... (63 Replies)
Discussion started by: Neo
63 Replies

6. UNIX for Advanced & Expert Users

What's your most useful shell?

What's your most useful shell? /bin/sh /bin/csh /bin/ksh /bin/tcsh /bin/bash (249 Replies)
Discussion started by: zylwyz
249 Replies

7. Open Source

What editor does everyone use?

I was looking through the topics and I wasn't sure if this was the best place to post this question: I was wondering, out of curiosity, which software everyone was using to code their scripts in. I do mostly sh/ksh and my favorite has always been EditPlus because it is small, fast, yet powerful.... (409 Replies)
Discussion started by: yongho
409 Replies