Bug 40

Summary: Floppy tape probe hosed (FIX)
Product: Base System Reporter: Gene Stark <starkhome+gene>
Component: kernAssignee: FreeBSD Core Team <core>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

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.