Bug 40 - Floppy tape probe hosed (FIX)
Summary: Floppy tape probe hosed (FIX)
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: FreeBSD Core Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1994-12-04 10:10 UTC by Gene Stark
Modified: 1995-09-24 17:16 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gene Stark 1994-12-04 10:10:01 UTC
	Changes to fd.c cause floppy tape to fail to probe and attach.

Fix: 

It is now necessary to add "flags 0x1" to the end of the
	fdc *controller* line in the config file.

	It would be nice if whoever added FD_PROBE to fd.c would
	change the sample config files, so that others that now
	have broken floppy tapes don't have to go grunging around
	in fd.c like I did to figure out what is going on.
How-To-Repeat: 
	Try building a kernel with floppy tape and use it.
Comment 1 Joerg Wunsch freebsd_committer freebsd_triage 1995-09-24 17:13:26 UTC
State Changed
From-To: open->closed

The ft probe behaviour has undergone many changes since, and the 
submitter says it's ok now.