From owner-freebsd-commit Thu Jul 13 08:02:05 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA10794 for commit-outgoing; Thu, 13 Jul 1995 08:02:05 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA10780 for cvs-sys-outgoing; Thu, 13 Jul 1995 08:01:58 -0700 Received: (from jkh@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA10728 ; Thu, 13 Jul 1995 08:01:43 -0700 Date: Thu, 13 Jul 1995 08:01:43 -0700 From: "Jordan K. Hubbard" Message-Id: <199507131501.IAA10728@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa seagate.c Sender: commit-owner@FreeBSD.org Precedence: bulk jkh 95/07/13 08:01:40 Modified: sys/i386/isa seagate.c Log: The following patch for v1.8 (2.0.5R) of seagate.c allows it to work with Future Domain TMC-885 controllers. These beasts were just different enough in a number of perverse ways to be recognised but not work with the seagate stuff. I also whacked in blind transfers for DATAIN and DATAOUT phases - this more than doubles my throughput. If you're dubious about that, comment out the definition of SEA_BLINDTRANSFER. Anyway if you're running an ST01 or TMC-950 controller, please give this a go, I'd like to see if anything's broken for those beasts. Submitted by: Stephen Hocking