Delete apparently unused DEVFS control device creation code - code

didn't even compile.  A (now seemingly correct) devfs node is still
created.
This commit is contained in:
Eivind Eklund 1998-02-16 23:51:00 +00:00
parent 6d39437f71
commit 64714b23cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33442

View File

@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
* $Id: pps.c,v 1.2 1998/02/13 17:35:33 phk Exp $
* $Id: pps.c,v 1.3 1998/02/15 14:54:09 phk Exp $
*
*/
@ -103,9 +103,6 @@ ppsattach(struct ppb_device *dev)
devfs_add_devswf(&pps_cdevsw,
dev->id_unit, DV_CHR,
UID_ROOT, GID_WHEEL, 0600, PPS_NAME "%d", dev->id_unit);
devfs_add_devswf(&pps_cdevsw,
dev->id_unit | LP_BYPASS, DV_CHR,
UID_ROOT, GID_WHEEL, 0600, PPS_NAME "%d.ctl", dev->id_unit);
#endif
return (1);