aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2005-02-01 16:59:23 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2005-02-01 16:59:23 +0000
commit83820457eb07addb542498d3cd0339892518db23 (patch)
treee7dd0f0be80a9d3b2defab40fb94841bec48d1fc /sys/conf/NOTES
parent150ea19c8e595161cad4609243294c30e76133ff (diff)
downloadsrc-83820457eb07addb542498d3cd0339892518db23.tar.gz
src-83820457eb07addb542498d3cd0339892518db23.zip
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).
Notes
Notes: svn path=/head/; revision=141121
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index fee10b5ac13b..b6902d4ef9cd 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1941,6 +1941,15 @@ hint.gusc.0.drq="1"
hint.gusc.0.flags="0x13"
#
+# IEEE-488 hardware:
+# pcii: PCIIA cards (uPD7210 based isa cards)
+device pcii
+hint.pcii.0.at="isa"
+hint.pcii.0.port="0x2e1"
+hint.pcii.0.irq="5"
+hint.pcii.0.drq="1"
+
+#
# Miscellaneous hardware:
#
# scd: Sony CD-ROM using proprietary (non-ATAPI) interface