From owner-freebsd-questions Tue Sep 16 21:43:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA14056 for questions-outgoing; Tue, 16 Sep 1997 21:43:39 -0700 (PDT) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA14030 for ; Tue, 16 Sep 1997 21:43:16 -0700 (PDT) Received: (from root@localhost) by dyson.iquest.net (8.8.6/8.8.5) id XAA28842; Tue, 16 Sep 1997 23:41:57 -0500 (EST) From: "John S. Dyson" Message-Id: <199709170441.XAA28842@dyson.iquest.net> Subject: Re: Fw: New install of FreeBSD 2.2.2 on Gateway PC In-Reply-To: <199709170006.UAA05749@www.delanet.com> from Stephen Comoletti at "Sep 16, 97 08:02:11 pm" To: rugose@www.delanet.com (Stephen Comoletti) Date: Tue, 16 Sep 1997 23:41:52 -0500 (EST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Stephen Comoletti said: > Small update and another question. The intel udma controller is made > actually a Promise Technology Ultra33 IDE. Promise Tech claims not to > supprt freebsd or any other unix from the info gateway tech support could > provide me. Their only advice was to connect the drive to the motherboard > primary ide which freebsd did detect. > > Question is, will there be any updates to freebsd that will allow detection > of the above card? or is it actually compatible now and I have another > problem? Gateway tech said the difference from the promise controller and > the motherboard ide is as great as 3-1 ratio, a visually noticable speed > difference depending on what I use the pc for. I'd rather is the card if at > all possible. > > So far I've checked the cables, the jumpers, and made numerous changes to > the bios in an attempt to get it to recognize the card. Any more ideas > before I pull it out? > I am about to commit reasonably complete support of the Promise Ultra33 IDE interface. We will be able to support multiple PCI IDE interfaces in -current. My measurements show that I am getting the entire 33MBytes/sec burst transfer rate, with 10MBytes/sec continuous data rate to/from the disk platters, on the outer zone, with a WDAC5100L disk drive. I currently have 7 IDE disk drives, 1 SCSI disk drive, and 2 SCSI CDROM drives on my system, and it all works well together. The two IDE interfaces on my system are the PIIX3 from the Natoma chipset, and the PDC20247 from the Promise board. Don't expect for it to be in -current until this weekend. :-). John dyson@freebsd.org.