Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

isv(4) [netbsd man page]

ISV(4)							   BSD Kernel Interfaces Manual 						    ISV(4)

NAME
isv -- IDEC Supervision/16 image capture board SYNOPSIS
isv0 at isa? port 0x2f0 isv0 at isa? port 0x2e0 isv0 at isa? port 0x3f0 isv0 at isa? port 0x3e0 DESCRIPTION
isv is a driver for the IDEC Supervision/16, an image capture board that plugs into a 16-bit ISA bus. The IDEC Supervision/16 digitizes an NTSC television signal, storing a 512 x 480-pixel, 8-bit grayscale image in its 256kB dynamic RAM array every 1/30th of a second. The host reads frames from the DRAM using 122881 16-bit I/O reads. Reading frames from the Supervision/16 is quite slow: after the host reads a 16-bit word from the DRAM, the Supervision/16 state machine takes approximately 0.5 microseconds to get ready for the next read. Theoreti- cally, a frame rate of approximately 10 frames per second is possible. isv achieves a frame rate of approximately 6 frames per second. SEE ALSO
Programming the Supervision/16 Image Capture Board, IDEC, circa 1991. HISTORY
The isv device first appeared in NetBSD 5.0. AUTHORS
The isv driver was written by David Young <dyoung@NetBSD.org>. BUGS
Synchronizing with the hardware and reading frames from it is very CPU-intensive. isv will not detect the capture board if it is not attached to an active video source. To force NetBSD to detect the capture board at any time, re-scan the ISA bus using, e.g., drvctl -r isa0. BSD
April 1, 2008 BSD

Check Out this Related Man Page

SMSH(4) 						   BSD Kernel Interfaces Manual 						   SMSH(4)

NAME
smsh -- SMSC LAN9118/LAN9218 Family Ethernet interfaces device driver SYNOPSIS
smsh0 at gxio? port 0x40000300 gpirq 99 DESCRIPTION
The smsh device driver supports SMSC LAN9118 and LAN9218 Family Ethernet interfaces. The ISA attachment of the smsh driver supports any LAN9118 Family Ethernet interface on the ISA bus, the on-board LAN9118 Family Ethernet found in many embedded PCs. However, no ISA attachment has been written yet. LAN9218 Family supports also HP Auto-MDIX. MEDIA SELECTION
Media selection done using ifconfig(8) using the standard ifmedia(4) mechanism. Refer to those manual pages for more information. SEE ALSO
ifmedia(4), intro(4), isa(4), mii(4), ifconfig(8) HISTORY
The smsh driver first appeared in NetBSD 6.0. AUTHORS
The smsh driver was written by KIYOHARA Takashi <kiyohara@kk.iij4u.or.jp>. BUGS
No ISA attachment yet. BSD
December 2, 2009 BSD
Man Page

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Howto capture data from rs232port andpull data into oracle database-9i automatically

Hi, i willbe very much grateful to u if u help me out.. if i simply connect pbx machine to printer by serial port RS232 then we find this view: But i want to capture this data into database automatically when the pbx is running.The table in database will contain similar to this view inthe... (1 Reply)
Discussion started by: boss
1 Replies

2. Programming

capture key board events using C program

hi This is mahesh please can any one post source of 'c'. to capture key board events. thank u (1 Reply)
Discussion started by: smahesh2007
1 Replies

3. Shell Programming and Scripting

How to sort the numbers with symbol like '%' and alphabets '5M' and '52G'?

Hi all , I have below input 124M 56M 63M 48% /opt/isv/microsoft 1.1G 133M 922M 13% /opt/isv/mqm 5.0G 2.5G 2.3G 52% /opt/isv/oracle 30G 0 30G 0% /opt/isv/db my required output... (3 Replies)
Discussion started by: vinothsekark
3 Replies

4. Hardware

Xenomai On ARM board EXYNOS 4210 ODROID-PC

Hi I am trying to port xenomai on exynos 4210 arm board. With some research I have found a way to port the board on the exynos board but the problem is that on the exynos-4210 website they have provided a patched version of linux-3.0.15 kernel for implementing on the board. On this kernel I am... (1 Reply)
Discussion started by: mohitjandwani
1 Replies

5. Shell Programming and Scripting

Script to detect dynamic ip change and update to config file

Hi All, I am newbie here and request your assistance. I have a service running on public ip, but since I have a dynamic IP it keeps on changing and every time I need to manually get the new ip and add to the config file and restart the service. This has become bit time consuming. Hence, I... (4 Replies)
Discussion started by: Shaan_Shaan
4 Replies

6. Shell Programming and Scripting

Grep manipulation

Hallo Team, my little grep script captures patterns for the whole of April (extasc_cdr_201304*.bz2) but now i would like to capture my patterns per day from 1st April till 30th April (extasc_cdr_20130401*.bz2 till extasc_cdr_20130430*.bz2) Here is my script below: bzgrep... (1 Reply)
Discussion started by: kekanap
1 Replies

7. Shell Programming and Scripting

Keep connection alive between PC and board

HI all, I have armv7 board and i will execute script in host machine with ssh connection from board . I have to test when board in standby mode the script runned in host remain working . The result is the reverse when kernel is in standby mode on board. SSH connection closed and the... (3 Replies)
Discussion started by: marwen_joe
3 Replies

8. Solaris

Capture PRSTAT based on CPU usage percentage

Hi, Recently i have write a simple script to capture CPU high usage based on prstat but i found out that it did capture correctly. I need to capture the rows that contains CPU usage more than 3%. Below line which i thought will capture CPU usage based CPU column in prstat(9th parameter) which is... (3 Replies)
Discussion started by: tharmendran
3 Replies

9. Programming

Very Basic Arduino Uno Board Testing

A very simple Arduino board test... LOL Here is some very easy code to test a cheap Arduino board I just got from China via Aliexpress. I am still waiting on a about 30 more orders from Aliexpress for more Arduino stuff. This was the first order which made it here. /* Arduino test-code... (18 Replies)
Discussion started by: Neo
18 Replies