diff options
author | phk <phk@FreeBSD.org> | 2005-02-01 16:59:23 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2005-02-01 16:59:23 +0000 |
commit | f6c94de27ab9d35fb6c980e8bf0afdc2e7d90f5c (patch) | |
tree | e7dd0f0be80a9d3b2defab40fb94841bec48d1fc /sys/conf/files | |
parent | f491448674483c51ad57473d779dfadd2d3c598a (diff) | |
download | FreeBSD-src-f6c94de27ab9d35fb6c980e8bf0afdc2e7d90f5c.zip FreeBSD-src-f6c94de27ab9d35fb6c980e8bf0afdc2e7d90f5c.tar.gz |
Add a IEEE488 driver for PCIIA compatible cards.
This driver implements "unaddressed listen only mode", which is what
printers and plotters commonly do on GP-IB busses.
This means that you can capture print/plot like output from your
instruments by configuring them as necessary (good luck!) and
cat -u /dev/gpib0l > /tmp/somefile
Since there is no way to know when no more output is comming you
will have to ctrl-C the cat process when it is done (that is why
the -u is important).
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index 90a8d48..5c35468 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -535,6 +535,7 @@ dev/ida/ida_eisa.c optional ida eisa dev/ida/ida_pci.c optional ida pci dev/ie/if_ie.c optional ie isa nowerror dev/ie/if_ie_isa.c optional ie isa +dev/ieee488/pcii.c optional pcii dev/iicbus/if_ic.c optional ic dev/iicbus/iic.c optional iic dev/iicbus/iicbb.c optional iicbb |