Import simple driver for a parallel port radio clock which receives

the German legal time (commonly available in Europe).

Submitted by:	Sascha Schumann <sascha@schumann.cx>
This commit is contained in:
Jordan K. Hubbard 2000-01-19 18:17:25 +00:00
parent 17ed57a625
commit 3b2d592ca2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56292
6 changed files with 13 additions and 0 deletions

View File

@ -2153,6 +2153,8 @@ options VP0_DEBUG # ZIP/ZIP+ debug
options LPT_DEBUG # Printer driver debug
options PPC_DEBUG # Parallel chipset level debug
options PLIP_DEBUG # Parallel network IP interface debug
options PCFCLOCK_VERBOSE # Verbose pcfclock driver
options PCFCLOCK_MAX_RETRIES=5 # Maximum read tries (default 10)
device ppbus0
device vpo0 at ppbus?
@ -2161,6 +2163,7 @@ device plip0 at ppbus?
device ppi0 at ppbus?
device pps0 at ppbus?
device lpbb0 at ppbus?
device pcfclock0 at ppbus?
device ppc0 at isa? port? irq 7

View File

@ -246,6 +246,7 @@ dev/ppbus/immio.c optional vpo
dev/ppbus/if_plip.c optional plip
dev/ppbus/lpbb.c optional lpbb
dev/ppbus/lpt.c optional lpt
dev/ppbus/pcfclock.c optional pcfclock
dev/ppbus/ppb_base.c optional ppbus
dev/ppbus/ppb_1284.c optional ppbus
dev/ppbus/ppb_msq.c optional ppbus

View File

@ -156,5 +156,6 @@ chrdev name comments
137 nfp nFast PCI crypto accelerator (support@ncipher.com)
138 usio USB Serial support <n_hibma>
139 wanrouter Sangoma Technologies Inc. (al.feldman@sangoma.com)
140 pcfclock PCFCLOCK <sascha@schumann.cx>
200 ?? entries from 200-255 are reserved for local use
255 ?? entries from 200-255 are reserved for local use

View File

@ -434,3 +434,5 @@ INIT_PATH opt_init_path.h
ROOTDEVNAME opt_rootdevname.h
FDC_DEBUG opt_fdc.h
PCFCLOCK_VERBOSE opt_pcfclock.h
PCFCLOCK_MAX_RETRIES opt_pcfclock.h

View File

@ -2153,6 +2153,8 @@ options VP0_DEBUG # ZIP/ZIP+ debug
options LPT_DEBUG # Printer driver debug
options PPC_DEBUG # Parallel chipset level debug
options PLIP_DEBUG # Parallel network IP interface debug
options PCFCLOCK_VERBOSE # Verbose pcfclock driver
options PCFCLOCK_MAX_RETRIES=5 # Maximum read tries (default 10)
device ppbus0
device vpo0 at ppbus?
@ -2161,6 +2163,7 @@ device plip0 at ppbus?
device ppi0 at ppbus?
device pps0 at ppbus?
device lpbb0 at ppbus?
device pcfclock0 at ppbus?
device ppc0 at isa? port? irq 7

View File

@ -2153,6 +2153,8 @@ options VP0_DEBUG # ZIP/ZIP+ debug
options LPT_DEBUG # Printer driver debug
options PPC_DEBUG # Parallel chipset level debug
options PLIP_DEBUG # Parallel network IP interface debug
options PCFCLOCK_VERBOSE # Verbose pcfclock driver
options PCFCLOCK_MAX_RETRIES=5 # Maximum read tries (default 10)
device ppbus0
device vpo0 at ppbus?
@ -2161,6 +2163,7 @@ device plip0 at ppbus?
device ppi0 at ppbus?
device pps0 at ppbus?
device lpbb0 at ppbus?
device pcfclock0 at ppbus?
device ppc0 at isa? port? irq 7