From owner-cvs-sys Sun Jun 9 07:44:45 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA11299 for cvs-sys-outgoing; Sun, 9 Jun 1996 07:44:45 -0700 (PDT) Received: (from martin@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA11128; Sun, 9 Jun 1996 07:44:20 -0700 (PDT) Date: Sun, 9 Jun 1996 07:44:20 -0700 (PDT) From: Martin Renters Message-Id: <199606091444.HAA11128@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/boot/netboot ns8390.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk martin 96/06/09 07:44:19 Modified: sys/i386/boot/netboot ns8390.c Log: Add a check in the SMC probe to verify that the card has an ethernet address that starts with 0000C0xxxxxx. This prevents the probe code from finding GUS cards. Pointed out by: Seppo Kallio Revision Changes Path 1.4 +4 -0 src/sys/i386/boot/netboot/ns8390.c