From owner-cvs-sys Tue Feb 18 11:20:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA23108 for cvs-sys-outgoing; Tue, 18 Feb 1997 11:20:59 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA23095; Tue, 18 Feb 1997 11:20:57 -0800 (PST) Date: Tue, 18 Feb 1997 11:20:57 -0800 (PST) From: Nate Williams Message-Id: <199702181920.LAA23095@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pccard pcic.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 97/02/18 11:20:55 Modified: sys/pccard pcic.c Log: Try to make the BROKEN_VLSI chipset detection better, and not break non-broken chipssets whose ID is 0x84, such as the one found in the NEC 6030H. > The code relies on the assumption that on a genuine_broken vlsi, you > don't get 0x84 when probing slot 1 in the normal location. On the versa I > do get 0x84 when probing slot 1 in the normal location. What you get on > genuine_broken at the normal slot 1 location is unknown to me; Submitted by: Chris Timmons Revision Changes Path 1.31 +8 -2 src/sys/pccard/pcic.c