From owner-cvs-sys Mon Jul 20 10:33:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA07295 for cvs-sys-outgoing; Mon, 20 Jul 1998 10:33:29 -0700 (PDT) (envelope-from owner-cvs-sys) 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 KAA07207; Mon, 20 Jul 1998 10:33:20 -0700 (PDT) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA13552; Mon, 20 Jul 1998 10:33:02 -0700 (PDT) Date: Mon, 20 Jul 1998 10:33:02 -0700 (PDT) Message-Id: <199807201733.KAA13552@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa if_lnc.c if_lnc.h src/sys/pci if_lnc_p.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/07/20 10:33:01 PDT Modified files: sys/i386/isa if_lnc.c if_lnc.h sys/pci if_lnc_p.c Log: Add support for PCNet PCI chips that only work when we talk to them as ISA devices. Specifically fix the case for the Hitachi version as used in their VisionBook models. Submitted by: Ted Faber Revision Changes Path 1.44 +19 -2 src/sys/i386/isa/if_lnc.c 1.7 +1 -0 src/sys/i386/isa/if_lnc.h 1.6 +5 -2 src/sys/pci/if_lnc_p.c