mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
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:
parent
6d609a886c
commit
17ed57a625
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56291
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user