We are developing a device driver of Smart Capture Card.

Smart Capture Card is a kind of video capture card, PCMCIA type II,
and made by IBM Japan co.. Unfortunately, it is sold in Japan now.

The device driver is working on the latest pccard-test package by
Tatsumi HOSOKAWA and bsd-nomads. Some applications are also working.
For example, xscc is a video moniter client on X-window, vic-2.7b2 is
a video conference tool.

We have a contract with IBM Japan. From the contract, we cannot release
the source code exept the permit of IBM Japan. But I think they will
permit us in few weeks.

Reviewed by:	phk
Requested by:	ohashi@mickey.ai.kyutech.ac.jp (Takeshi OHASHI)
This commit is contained in:
phk 1996-06-10 15:30:33 +00:00
parent c4928e94d7
commit f577ecaee6
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
$Id: majors.i386,v 1.4 1996/05/03 05:44:45 asami Exp $
$Id: majors.i386,v 1.5 1996/05/04 08:40:13 peter Exp $
Hopefully, this list will one day be obsoleted by DEVFS, but for now
this is the current allocation of device major numbers.
@ -113,3 +113,4 @@ chrdev name comments
73 qcam quickcam
74 ccd concatenated disk
75 stli Stallion (intelligent cdk based) (gerg@stallion.oz.au)
76 scc IBM Smart Capture Card (ohashi@mickey.ai.kyutech.ac.jp)

View File

@ -1,4 +1,4 @@
$Id: majors.i386,v 1.4 1996/05/03 05:44:45 asami Exp $
$Id: majors.i386,v 1.5 1996/05/04 08:40:13 peter Exp $
Hopefully, this list will one day be obsoleted by DEVFS, but for now
this is the current allocation of device major numbers.
@ -113,3 +113,4 @@ chrdev name comments
73 qcam quickcam
74 ccd concatenated disk
75 stli Stallion (intelligent cdk based) (gerg@stallion.oz.au)
76 scc IBM Smart Capture Card (ohashi@mickey.ai.kyutech.ac.jp)