summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdc
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-01-17 17:32:33 +0000
committerjkh <jkh@FreeBSD.org>1995-01-17 17:32:33 +0000
commit3cce6d4ff2ec823d7234128a8f69de9a44ae7da9 (patch)
treec0f8810b0e1fc7eaae0c9465edd744665f0331a8 /sys/dev/fdc
parentf02202acd5ae06fcac737ac86645aaf93c229280 (diff)
downloadFreeBSD-src-3cce6d4ff2ec823d7234128a8f69de9a44ae7da9.zip
FreeBSD-src-3cce6d4ff2ec823d7234128a8f69de9a44ae7da9.tar.gz
Enable floppy-tape controller by default again. Flags no longer has any
special meaning.
Diffstat (limited to 'sys/dev/fdc')
-rw-r--r--sys/dev/fdc/fdc.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c
index 97f5bd1..daaa7f7 100644
--- a/sys/dev/fdc/fdc.c
+++ b/sys/dev/fdc/fdc.c
@@ -43,7 +43,7 @@
* SUCH DAMAGE.
*
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
- * $Id: fd.c,v 1.48 1995/01/11 16:13:01 joerg Exp $
+ * $Id: fd.c,v 1.49 1995/01/12 19:20:28 joerg Exp $
*
*/
@@ -53,9 +53,6 @@
#endif
#include "fd.h"
-/* Flags */
-#define FT_PROBE 0x1
-
#if NFDC > 0
#include <sys/param.h>
@@ -581,7 +578,7 @@ fdattach(struct isa_device *dev)
#if NFT > 0
/* If BIOS says no floppy, or > 2nd device */
/* Probe for and attach a floppy tape. */
- if ((dev->id_flags & FT_PROBE) && ftattach(dev, fdup))
+ if (ftattach(dev, fdup))
continue;
if (fdsu < DRVS_PER_CTLR)
fd->type = NO_TYPE;
OpenPOWER on IntegriCloud