Scott Allendorf
2010-May-28 17:11 UTC
Floppy drive not detected after 8.0-RELEASE->8.1-PRERELEASE
I recently upgraded to 8.1-PRERELEASE (amd64) on a Dell Optiplex 960 running 8.0-RELEASE. After the upgrade, my floppy drive was no longer detected. After a binary search, the following commit appears to be responsible: http://svn.freebsd.org/viewvc/base?view=revision&revision=203544 uname -a output: ==========================================================================FreeBSD scatest2.physics.uiowa.edu 8.0-STABLE FreeBSD 8.0-STABLE #0: Thu May 27 14:09:09 CDT 2010 sca@scatest2.physics.uiowa.edu:/usr/obj/usr/src/sys/GELFAND amd64 ========================================================================== The floppy-related lines from a verbose boot before the commit: ==========================================================================fdc0: <floppy drive controller (FDE)> port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: ic_type 90 part_id 80 fdc0: [FILTER] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 fdc: fdc0 already exists; skipping it ========================================================================== The floppy-related lines from a verbose boot after the commit: ==========================================================================fdc0: <floppy drive controller (FDE)> port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: ic_type 90 part_id 80 fdc0: [FILTER] fdc: fdc0 already exists; skipping it fdc0: output ready timeout fdc0: output ready timeout fdc0: output ready timeout fdc0: output ready timeout fdc0: output ready timeout fdc0: output ready timeout fdc0: output ready timeout fdc0: output ready timeout fdc0: input ready timeout fdc0: input ready timeout fdc0: output ready timeout fdc0: input ready timeout fdc0: input ready timeout fdc0: output ready timeout fdc0: input ready timeout fdc0: input ready timeout fdc0: output ready timeout fdc0: input ready timeout fdc0: input ready timeout ========================================================================== Has anyone else seen this or am I the only person that still needs floppy drives to work? This is a test system, so I am able to test potential fixes at will. Thanks, Scott -- Scott C. Allendorf Email: scott-allendorf@uiowa.edu UNIX Systems Administrator Office: 210B Van Allen Hall Department of Physics and Astronomy Voice: (319) 335-0003 The University of Iowa FAX: (319) 335-1753 Iowa City, Iowa 52242-1479 ICBM: 41 39 43.6 N 91 31 55.1 W -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 5158 bytes Desc: S/MIME Cryptographic Signature Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20100528/fc65055f/smime.bin
Andriy Gapon
2010-May-28 18:16 UTC
Floppy drive not detected after 8.0-RELEASE->8.1-PRERELEASE
on 28/05/2010 19:32 Scott Allendorf said the following:> I recently upgraded to 8.1-PRERELEASE (amd64) on a Dell Optiplex 960 > running 8.0-RELEASE. After the upgrade, my floppy drive was no longer > detected. After a binary search, the following commit appears to be > responsible: > > http://svn.freebsd.org/viewvc/base?view=revision&revision=203544Can you check if reverting of MFC of the following helps (it's a part of that big ACPI MFC)? r200554 | jkim | 2009-12-15 00:28:32 +0200 (Tue, 15 Dec 2009) | 3 lines Remove _FDE quirk handling as these quirks are automatically repaired by ACPICA layer since ACPICA 20091214. -- Andriy Gapon