From owner-cvs-all Wed Dec 23 22:30:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA17085 for cvs-all-outgoing; Wed, 23 Dec 1998 22:30:35 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA17074; Wed, 23 Dec 1998 22:30:32 -0800 (PST) (envelope-from foxfair@FreeBSD.org) From: "Howard F. Hu" Received: (from foxfair@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA05935; Wed, 23 Dec 1998 22:30:22 -0800 (PST) Date: Wed, 23 Dec 1998 22:30:22 -0800 (PST) Message-Id: <199812240630.WAA05935@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa wd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk foxfair 1998/12/23 22:30:22 PST Modified files: sys/i386/isa wd.c Log: Correct the wrong PCI-IDE probing on AcerLabs Aladdin-V chipset. It won't change the original code but add an extra option "ALI_V" to check the precise IDE port.(especially, secondary) Use the same option "ALI_V" on the kernel config file to prevent generic DMA check causes wrong result. (It seems buggy even on PIIX4 chipset, and I don't know when this bug start) Should I add the option "ALI_V" into /sys/i386/conf/LINT ? Revision Changes Path 1.182 +14 -4 src/sys/i386/isa/wd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message