From owner-freebsd-current Sat Dec 19 10:41:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA03958 for freebsd-current-outgoing; Sat, 19 Dec 1998 10:41:25 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from st-lcremean.tidalwave.net (host-e186.tidalwave.net [208.213.203.186] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA03949; Sat, 19 Dec 1998 10:41:22 -0800 (PST) (envelope-from lee@st-lcremean.tidalwave.net) Received: (from lee@localhost) by st-lcremean.tidalwave.net (8.9.1/8.8.8) id NAA00390; Sat, 19 Dec 1998 13:41:19 -0500 (EST) (envelope-from lee) Message-ID: <19981219134118.A311@tidalwave.net> Date: Sat, 19 Dec 1998 13:41:18 -0500 From: Lee Cremeans To: Howard , current@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pci pcisupport.c Reply-To: lcremean@tidalwave.net References: <199812191605.IAA12460@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199812191605.IAA12460@freefall.freebsd.org>; from Howard on Sat, Dec 19, 1998 at 08:05:20AM -0800 X-OS: FreeBSD 3.0-CURRENT X-Evil: microsoft.com Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Dec 19, 1998 at 08:05:20AM -0800, Howard wrote: > foxfair 1998/12/19 08:05:20 PST > > Modified files: > sys/pci pcisupport.c > Log: > Add more non-Intel family ((new)) chipset, just like VIA technology MVP3 > AcerLabs Aladdin-V. It makes the PCI probing work when system booting. I > will try to merge some additional funtion(i.e. wdc1 problem cause tons of > PR appear :<) ASAP if I could. I've been poking around ide_pci.c, and it seems that not having explicit Acer Aladdin support in there not only screws with UDMA support, it also keeps the second channel from working correctly. This chipset fsr has its BMISTA_SIMPLEX flag set, and ide_pci.c is seeing this and assuming (wrongly) that the Aladdin IDE controller is single-channel. (Yes, it says it's just disabling DMA, but the code actually disables _everything_ on the second channel since wd.c uses ide_pci.c to probe for devices. It'd probably be a good idea to not check for SIMPLEX anymore.) Also, I'm looking at how to set up the Aladdin UDMA regsters, and I want to do it in a similar way to the PIIX4, but the different settings and such confuse me a bit. I'll keep reading. -- +--------------------------------------------------------------------+ | Lee Cremeans -- Manassas, VA, USA (WakkyMouse on DALnet and WTnet)| | lcremean@tidalwave.net| http://st-lcremean.tidalwave.net | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message