summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2004-08-22 15:10:53 +0000
committernyan <nyan@FreeBSD.org>2004-08-22 15:10:53 +0000
commit50899074bd946fbe48919373f53be4cd70799785 (patch)
tree43fa408963d0404f73d565d8f4010f3c72bac730 /sys/pc98
parentb3e3a32317d28d8bee25a54712f701925aac5a79 (diff)
downloadFreeBSD-src-50899074bd946fbe48919373f53be4cd70799785.zip
FreeBSD-src-50899074bd946fbe48919373f53be4cd70799785.tar.gz
Merged from sys/dev/fdc/fdc.c revision 1.283.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/cbus/fdc.c4
-rw-r--r--sys/pc98/pc98/fd.c4
2 files changed, 0 insertions, 8 deletions
diff --git a/sys/pc98/cbus/fdc.c b/sys/pc98/cbus/fdc.c
index f9bc6af..616fd9c 100644
--- a/sys/pc98/cbus/fdc.c
+++ b/sys/pc98/cbus/fdc.c
@@ -366,10 +366,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;
diff --git a/sys/pc98/pc98/fd.c b/sys/pc98/pc98/fd.c
index f9bc6af..616fd9c 100644
--- a/sys/pc98/pc98/fd.c
+++ b/sys/pc98/pc98/fd.c
@@ -366,10 +366,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