aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdc/fdc.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2004-08-14 21:40:28 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2004-08-14 21:40:28 +0000
commit3abefc9e5607417f51708dccd82deadaa1e4c924 (patch)
treeede2229c2eee6e1d6dad2ff23475018bc11a6588 /sys/dev/fdc/fdc.c
parent6eaee3fee48befdee02d5119e6722e2c286f0098 (diff)
Notes
Diffstat (limited to 'sys/dev/fdc/fdc.c')
-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 f80310243449..d6008c3f4475 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;