summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES11
-rw-r--r--sys/conf/files.i3863
-rw-r--r--sys/conf/options.i3862
3 files changed, 16 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index eeec5e8..7a97e43 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1700,6 +1700,17 @@ options COM_MULTIPORT #code for some cards with shared IRQs
# 0x20000 enable hardware RTS/CTS and larger FIFOs. Only works for
# ST16650A-compatible UARTs.
+# PCI Universal Communications driver
+# Supports various single and multi port PCI serial cards. Maybe later
+# also the parallel ports on combination serial/parallel cards. New cards
+# can be added in srs/sys/dev/pucdata.c.
+#
+# If the PUC_FASTINTR option is used the driver will try to use fast
+# interrupts. The card must then be the only user of that interrupt.
+# Interrupts cannot be shared when using PUC_FASTINTR.
+device puc
+options PUC_FASTINTR
+
#
# Network interfaces:
#
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 1aac8fc..314da6b 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -115,6 +115,8 @@ dev/kbd/kbd.c optional sc
dev/kbd/kbd.c optional ukbd
dev/kbd/kbd.c optional vt
dev/lnc/if_lnc_isa.c optional lnc isa
+dev/puc/puc.c optional puc
+dev/puc/pucdata.c optional puc
dev/sbni/if_sbni.c optional sbni
dev/sbni/if_sbni_isa.c optional sbni isa
dev/sbni/if_sbni_pci.c optional sbni pci
@@ -123,6 +125,7 @@ dev/sio/sio_isa.c optional sio isa
dev/sio/sio_pccard.c optional sio card
dev/sio/sio_pccard.c optional sio pccard
dev/sio/sio_pci.c optional sio pci
+dev/sio/sio_puc.c optional sio puc
dev/sr/if_sr_isa.c optional sr isa
dev/syscons/apm/apm_saver.c optional apm_saver apm
dev/syscons/schistory.c count sc
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index 3ef3f2e..b505dbd 100644
--- a/sys/conf/options.i386
+++ b/sys/conf/options.i386
@@ -107,6 +107,8 @@ PSM_HOOKRESUME opt_psm.h
PSM_RESETAFTERSUSPEND opt_psm.h
PSM_DEBUG opt_psm.h
+PUC_FASTINTR opt_puc.h
+
ATKBD_DFLT_KEYMAP opt_atkbd.h
KBD_DISABLE_KEYMAP_LOAD opt_kbd.h
OpenPOWER on IntegriCloud