1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
Mirror of the FreeBSD src repository https://git.FreeBSD.org/src.git .
Go to file
Nate Williams 1b0b2339ce Stop gap measure until we can get Bruce's driver debugged.
---
From: sos@login.dkuug.dk (S|ren Schmidt)
Subject: IDE-disk hangs - solution/patches NetBSD/FreeBSD
Summary: fixes for lost interrupts with IDE disks
Keywords: hanging-disk, IDE-disk, lost-interrupt


Due to "popular" demand I'm posting these patches to NetBSD/FreeBSD
instead of mailing them around the world :-)

As many have found out there is a problem when using IDE disks on
FreeBSD. Following is a patch that fixes the problem with lost intterrupts.
Both fixes is based on a patch posted here some month ago by
Stefan Behrens?? (sorry I've lost the original article). But anyway it
works (for me :-).
Basically it does a timeout on lost interrupts, starting the operation
again and logging and error message on the console.

It additionally makes the allready present while loop timeouts
independent of CPU speed, and adds minor numbers for easy access to
dos partitions.
1993-11-22 23:25:46 +00:00
bin Document the new, less restrictive, behavior of the matching operator. 1993-10-04 22:07:27 +00:00
etc Missing part of Julians new scsi code, add new driver uk and revise the 1993-11-22 05:40:49 +00:00
gnu Some of the latest changes from Paul K (taken from NetBSD-current). 1993-11-22 19:05:31 +00:00
include Added link.h for shared libs. 1993-11-03 23:48:30 +00:00
lib/csu/i386 -r option incorrectly removed: 1993-11-18 00:08:03 +00:00
libexec Some of the latest changes from Paul K (taken from NetBSD-current). 1993-11-22 19:05:31 +00:00
sbin Cahnged ldconfig.0 to ldconfig.8 for our man system. 1993-11-09 20:39:46 +00:00
share/man/man4 Added octave-tracking. 1993-11-09 02:38:17 +00:00
sys Stop gap measure until we can get Bruce's driver debugged. 1993-11-22 23:25:46 +00:00
usr.bin Imported NetBSD's ld for shared libs. 1993-11-03 23:41:59 +00:00
usr.sbin If require script fails, don't try to delete installed package. 1993-10-10 20:25:31 +00:00