Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cec(4) [netbsd man page]

CEC(4)							   BSD Kernel Interfaces Manual 						    CEC(4)

NAME
cec -- IEEE488 GPIB controller boards SYNOPSIS
cec* at isa? port 0x2b8 irq 5 drq 1 gpib* at cec? DESCRIPTION
The cec driver supports GPIB (IEEE488) controller boards based on the NEC uPD7210 GPIB controller chip. The following boards are supported: - Capital Equipment Corp. IEEE488 board - Keithley GPIB boards The following GPIB boards are similar and support should be available reasonably easily: - HAMEG HO-80 IEEE488 board - National Instruments PCII board - Measurement Computing (Computer Boards) ISA GPIB boards SEE ALSO
gpib(4), isa(4) HISTORY
The cec driver appeared in NetBSD 2.0. BSD
May 24, 2003 BSD

Check Out this Related Man Page

PCII(4) 						   BSD Kernel Interfaces Manual 						   PCII(4)

NAME
pcii -- National Instruments PCIIA GPIB controller driver SYNOPSIS
device pcii In /boot/device.hints: hint.pcii.0.at="isa" hint.pcii.0.port="0x2e1" hint.pcii.0.irq="7" hint.pcii.0.drq="1" DESCRIPTION
The pcii driver provides support for driving an IEEE-488 bus, also called IEC-625 (or just "IEC bus"), or HP-IB (Hewlett Packard Instrument Bus), or GPIB (General Purpose Instrument Bus). The driver supports National Instruments PCIIA cards (sometimes also referred to as PC2A) and compatibles. These cards use a NEC uPD7210 controller IC as the main interface between the host computer and the instrument bus. IO memory space layout The PCIIA cards use a very specific IO memory space allocation layout. The address bits A0 through A9 (which have traditionally been the only address bits evaluated on IBM PC XT extension cards) are hardwired to address 0x2e1. Bits A10 through A12 are used by the uPD7210 reg- ister select lines. This makes the individual 7210 registers being 0x400 bytes apart in the ISA bus address space. Address bits A13 and A14 are compared to a DIP switch setting on the card, allowing for up to 4 different cards being installed (at base addresses 0x2e1, 0x22e1, 0x42e1, and 0x62e1, respectively). A15 has been used to select an optional on-board time-of-day clock chip (MM58167A) on the original PCIIA rather than the uPD7210 (which is not implemented on later boards and clones). Finally, the IO addresses 0x2f0 ... 0x2f7 are used for a special interrupt handling feature (re-enable interrupts so the IRQ can be shared), where actually only address 0x2f0 plus the actual IRQ level is required for each card. Some clones do not appear to require this special IRQ handling, and are thus likely to not support the shared IRQ feature. Only the base address of the card needs to be specified in the ISA device hints; the driver takes care to derive all other IO addresses needed during the probe phase. Supported cards The following cards are known to be supported: o B&C Microsystems PC488A-0 o National Instruments GPIB-PCII/PCIIA (in PCIIa mode) o Axiom AX5488 SEE ALSO
gpib(3), gpib(4), device.hints(5) HISTORY
The pcii driver was written by Poul-Henning Kamp, and first appeared in FreeBSD 5.4. AUTHORS
This manual page was written by Jorg Wunsch. BSD
January 24, 2010 BSD
Man Page

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

about accecing `expr` command

Hi All, I have created 85 users on Linux server. I use bsh shell for all users.But after any user get logged in on unix,he/she is not able to access the expr command.So anyone can tell me that if i have to include some files to access expr command.Because when i write-> expr 6+2 on $ prompt i'll... (1 Reply)
Discussion started by: bhumi
1 Replies

2. Linux

Freak' me aut .. ICECAST

I want to configure myself Icecast .. trying to stream muzic around the net , but it's freak's me out for many hours. I downloaded source code for Icecast 2.3.1 .. ./configure ( download and install what I needed ) , ake , and make install .. I found finaly icecast.xml.in .. something like that... (1 Reply)
Discussion started by: !_30
1 Replies

3. Shell Programming and Scripting

Shellscript to compile the sourcecode

Hi, I am having a package TestAccount which does have separate folders for Web-app and .java files. Here i want to write shell script to compile those files and generate the necessary .war file . Some thing like build.xml (ant). Is it possible to do it through shell script? Pls. do shed some... (2 Replies)
Discussion started by: sachin.tendulka
2 Replies

4. Shell Programming and Scripting

ececute scrtipt over ssh

Hi all, I have a script which I want to launch from on a remote machine. I tied to do this. I have 2 requirement 1) To retain the "BUILDDIR" value when connected to SSH of sna3. 2) execute a script 'test.sh' present in my local directory on remote sna3 machine. If I am using Single... (2 Replies)
Discussion started by: jbmukund
2 Replies

5. Programming

Wireless C program conncection interruption problem

Dear Gurus My company has a wireless handheld C program as text-mode workstations in remote sites. We suspected that the program get interrupted sometimes because of out-of-wireless access and hence resulted in db record locking and other issue. It did trouble us a lot. Is it possible to use... (2 Replies)
Discussion started by: charles_chu
2 Replies

6. Programming

How to test a socket conncection in C++ ?

hi all, I've written a Server socket program in C++, In my program Device Id is a unique one through which I accept the client connection. My code has to pass the below two test case. 1. If a client the the same device is connceted already, i've to reject the new conncetion. 2. If i... (2 Replies)
Discussion started by: vij_krr
2 Replies

7. UNIX for Advanced & Expert Users

Identify high I/O procecess

Hello I am trying to identify what is consuming my I/O (looks 100% in glance). Howver on my system HP-UX 104 B.11.11 U 9000/800 The only option in iostat seems to be -t which is not very usefull iostat -p is not available. Please advice on how I should proceed. Thank you in advance. (3 Replies)
Discussion started by: drbiloukos
3 Replies

8. UNIX for Dummies Questions & Answers

Substring

Hi, My requirement is to get the substring and then remove special character. Ex I have data like T_SYSTEM_XXXXX_YYYY_ZZZ I want to get XXXXXYYYYZZZ the part after T_SYSTEM is varying it might be XXX_YY or just XX can you tell me which all commands i have to use. i understand i... (5 Replies)
Discussion started by: Mohammed_Tabish
5 Replies

9. Shell Programming and Scripting

Simple CEC run command on event script

To cut a long story short I need to implement a CEC server in order to allow my Samsung TV to interact with other peripherals. I plan on using a RPi for this purpose. I have installed CEC-untils and can run the tvservice monitor to look for HDMI events. I now need a simple script that will run... (3 Replies)
Discussion started by: barrydocks
3 Replies