aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppbus
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1998-02-16 23:51:00 +0000
committerEivind Eklund <eivind@FreeBSD.org>1998-02-16 23:51:00 +0000
commit64714b23cd970d04b9125dcedfd2eafd0b329e95 (patch)
tree1dd7b0be7be32c44ba0382ff4c190ed6b00abb5e /sys/dev/ppbus
parent6d39437f71ec3a9365e39122adb66132bc1efe5c (diff)
downloadsrc-64714b23cd970d04b9125dcedfd2eafd0b329e95.tar.gz
src-64714b23cd970d04b9125dcedfd2eafd0b329e95.zip
Delete apparently unused DEVFS control device creation code - code
didn't even compile. A (now seemingly correct) devfs node is still created.
Notes
Notes: svn path=/head/; revision=33442
Diffstat (limited to 'sys/dev/ppbus')
-rw-r--r--sys/dev/ppbus/pps.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/ppbus/pps.c b/sys/dev/ppbus/pps.c
index d13c9e93e0d9..2894abf63fd6 100644
--- a/sys/dev/ppbus/pps.c
+++ b/sys/dev/ppbus/pps.c
@@ -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);