summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroger <roger@FreeBSD.org>1999-05-18 16:18:42 +0000
committerroger <roger@FreeBSD.org>1999-05-18 16:18:42 +0000
commit9f72a57de7c7e4b921133b7f3c42406b816992ef (patch)
treea7e72418337384ffeabe19bbdc99e6bad385c577
parent4e23e6eb166c98a130242db54491500f3d2ebce5 (diff)
downloadFreeBSD-src-9f72a57de7c7e4b921133b7f3c42406b816992ef.zip
FreeBSD-src-9f72a57de7c7e4b921133b7f3c42406b816992ef.tar.gz
Added device major 125 for the Advantech PCI-1750 Digital IO card.
A very nice i/o board with 16 open collector outputs (capable of driving 5-40v) and 16 inputs Also has 2 16 bit cascadable counters (10Mhz clock) capable of generating interrupts. It is a PCI card, and emulates the Intel 8254 timer. It uses the PLX PCI-9050 PCI bus interface to map the 8254 style hardware and the i/o registers into the IO space. Developed by Jennifer Clark <jen@vulture.dmem.strath.ac.uk> Strathclyde University Transparent Telepresence Research Group
-rw-r--r--sys/conf/majors3
-rw-r--r--sys/i386/conf/majors.i3863
-rw-r--r--sys/pc98/conf/majors.pc983
3 files changed, 6 insertions, 3 deletions
diff --git a/sys/conf/majors b/sys/conf/majors
index 76aae8d..d0b4c32 100644
--- a/sys/conf/majors
+++ b/sys/conf/majors
@@ -1,4 +1,4 @@
-$Id: majors.i386,v 1.73 1999/05/09 05:02:10 yokota Exp $
+$Id: majors.i386,v 1.74 1999/05/09 19:38:19 n_hibma Exp $
Hopefully, this list will one day be obsoleted by DEVFS, but for now
this is the current allocation of device major numbers.
@@ -174,5 +174,6 @@ chrdev name comments
122 uhid USB HID devices <hibma@skylink.it>
123 fb frame buffer
124 ucdc USB Communication Class Driver <hibma@skylink.it>
+125 digio Advantech PCI-1750 IO card jen@vulture.dmem.strath.ac.uk
200 ?? entries from 200-255 are reserved for local use
255 ?? entries from 200-255 are reserved for local use
diff --git a/sys/i386/conf/majors.i386 b/sys/i386/conf/majors.i386
index 76aae8d..d0b4c32 100644
--- a/sys/i386/conf/majors.i386
+++ b/sys/i386/conf/majors.i386
@@ -1,4 +1,4 @@
-$Id: majors.i386,v 1.73 1999/05/09 05:02:10 yokota Exp $
+$Id: majors.i386,v 1.74 1999/05/09 19:38:19 n_hibma Exp $
Hopefully, this list will one day be obsoleted by DEVFS, but for now
this is the current allocation of device major numbers.
@@ -174,5 +174,6 @@ chrdev name comments
122 uhid USB HID devices <hibma@skylink.it>
123 fb frame buffer
124 ucdc USB Communication Class Driver <hibma@skylink.it>
+125 digio Advantech PCI-1750 IO card jen@vulture.dmem.strath.ac.uk
200 ?? entries from 200-255 are reserved for local use
255 ?? entries from 200-255 are reserved for local use
diff --git a/sys/pc98/conf/majors.pc98 b/sys/pc98/conf/majors.pc98
index 01b65c0..3ce66c4 100644
--- a/sys/pc98/conf/majors.pc98
+++ b/sys/pc98/conf/majors.pc98
@@ -1,4 +1,4 @@
-$Id: majors.pc98,v 1.54 1999/05/09 04:28:23 kato Exp $
+$Id: majors.pc98,v 1.55 1999/05/10 09:02:23 kato Exp $
Hopefully, this list will one day be obsoleted by DEVFS, but for now
this is the current allocation of device major numbers.
@@ -174,5 +174,6 @@ chrdev name comments
122 uhid USB HID devices <hibma@skylink.it>
123 fb frame buffer
124 ucdc USB Communication Class Driver <hibma@skylink.it>
+125 digio Advantech PCI-1750 IO card jen@vulture.dmem.strath.ac.uk
200 ?? entries from 200-255 are reserved for local use
255 ?? entries from 200-255 are reserved for local use
OpenPOWER on IntegriCloud