summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-08-14 21:40:28 +0000
committerphk <phk@FreeBSD.org>2004-08-14 21:40:28 +0000
commitc14fee263230d98381c73b8c0b4f9cb9fb9cd54a (patch)
treeede2229c2eee6e1d6dad2ff23475018bc11a6588
parent8e661e10f67b38842e6d72bfb13d79cdbca3d651 (diff)
downloadFreeBSD-src-c14fee263230d98381c73b8c0b4f9cb9fb9cd54a.zip
FreeBSD-src-c14fee263230d98381c73b8c0b4f9cb9fb9cd54a.tar.gz
Remove confused comment.
-rw-r--r--sys/dev/fdc/fdc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c
index f803102..d6008c3 100644
--- a/sys/dev/fdc/fdc.c
+++ b/sys/dev/fdc/fdc.c
@@ -253,10 +253,6 @@ static void fd_turnon(struct fd_data *);
static void fdc_reset(fdc_p);
static int fd_in(struct fdc_data *, int *);
static int out_fdc(struct fdc_data *, int);
-/*
- * The open function is named fdopen() to avoid confusion with fdopen()
- * in fd(4). The difference is now only meaningful for debuggers.
- */
static d_open_t fdopen;
static d_close_t fdclose;
static d_strategy_t fdstrategy;
OpenPOWER on IntegriCloud