Bug 50868

Summary: fd0 floppy device is not mapped into /dev (XP1000) FreeBSD-5.0
Product: Base System Reporter: Charlie & <riccardo.veraldi>
Component: alphaAssignee: freebsd-alpha (Nobody) <alpha>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-RELEASE   
Hardware: Any   
OS: Any   

Description Charlie & 2003-04-12 16:00:27 UTC
floppy drive does not work on XP1000 with FreeBSD-5.0-RELEASE
neither with source tree recompiled.

fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: interrupting at ISA irq 6

then fd0 is never attached into /dev
fd0 unusable.

Fix: 

no fix yet.
Comment 1 ru freebsd_committer freebsd_triage 2004-09-13 12:52:04 UTC
Is this still a problem with recent 5.x version, e.g., 5.3-BETA3?


Cheers,
-- 
Ruslan Ermilov
ru@FreeBSD.org
FreeBSD committer
Comment 2 sten 2005-05-23 20:57:40 UTC
This seems to be fixed in 6.0-CURRENT:

deepthought# uname -a
FreeBSD deepthought.blinkenlights.nl 6.0-CURRENT FreeBSD 6.0-CURRENT #4: 
Mon May  9 22:44:34 CEST 2005 
root@deepthought.blinkenlights.nl:/usr/obj/usr/src/sys/DEEPTHOUGHT  alpha
deepthought# ls -la /dev/fd*
crw-r-----  1 root  operator   10, 102 May 22 23:14 /dev/fd0

/dev/fd:
total 1
dr-xr-xr-x  2 root  wheel       512 Jan  1  1970 .
dr-xr-xr-x  4 root  wheel       512 Jan  1  1970 ..
crw-rw-rw-  1 root  wheel   10,  11 May 22 23:14 0
crw-rw-rw-  1 root  wheel   10,   9 May 22 23:14 1
crw-rw-rw-  1 root  wheel   10,  15 May 22 23:14 2

There may be other problems with fd* on alpha, but this one seems
to have been fixed.

-- 
Sten Spans

"There is a crack in everything, that's how the light gets in."
Leonard Cohen - Anthem
Comment 3 Volker 2008-02-10 16:17:59 UTC
Original submitter did not followup for last 3.5 years. As Sten Spans
stated it's fixed (or at least not reproduceable anymore) on alpha
platforms. I recommend to close this one.
Comment 4 John Baldwin freebsd_committer freebsd_triage 2008-02-11 19:15:28 UTC
State Changed
From-To: open->closed

Appears to be fixed in more recent releases.