Bug 38 - ftopen fails to check if device is attached
Summary: ftopen fails to check if device is attached
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-03 18:40 UTC by Gene Stark
Modified: 1994-12-03 18:40 UTC (History)
0 users

See Also:


Attachments
file.diff (377 bytes, patch)
1994-12-03 18:40 UTC, Gene Stark
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gene Stark 1994-12-03 18:40:01 UTC
	If a process attempts to open a floppy tape device when the
device has been configured in the kernel, but did not probe and attach
on bootup, then a panic will occur.

Fix: Apply the following diffs to ft.c:
How-To-Repeat: 
	Configure a kernel with floppy tape, boot it on a machine without
a floppy tape drive, and try to open a floppy tape device.
Comment 1 jkh freebsd_committer freebsd_triage 1994-12-04 03:10:25 UTC
State Changed
From-To: open->closed

This fix will stop the panics.  The fact that the panics were induced by 
making th attach disabled by default needs review