Add device entries for new parallel port radio clock driver.

We were supposed to get these in far earlier and didn't, hence
the commit after feature freeze.  A promise is a promise. :)

Submitted by:	Sascha Schumann <sascha@schumann.cx>
This commit is contained in:
Jordan K. Hubbard 2000-01-19 18:16:24 +00:00
parent 6d609a886c
commit 17ed57a625
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56291

View File

@ -81,6 +81,7 @@
# lpt* Printer
# ppi* Parallel port i/o
# pps* Pulse per second timing interface
# pcfclock* Parallel time sync interface
#
# I2C and SMBus:
# iic* I2C devices
@ -866,6 +867,11 @@ smb*)
mknod smb$unit c 106 $unit
;;
pcfclock*)
unit=`expr $i : 'pcfclock\(.*\)'`
mknod pcfclock$unit c 140 $unit
;;
ppi*)
unit=`expr $i : 'ppi\(.*\)'`
mknod ppi$unit c 82 $unit