summaryrefslogtreecommitdiffstats
path: root/sys/conf/majors
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 /sys/conf/majors
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
Diffstat (limited to 'sys/conf/majors')
-rw-r--r--sys/conf/majors3
1 files changed, 2 insertions, 1 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
OpenPOWER on IntegriCloud