From owner-cvs-sys Sun Apr 13 17:37:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA04193 for cvs-sys-outgoing; Sun, 13 Apr 1997 17:37:58 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA04186; Sun, 13 Apr 1997 17:37:55 -0700 (PDT) Date: Sun, 13 Apr 1997 17:37:55 -0700 (PDT) From: "Justin T. Gibbs" Message-Id: <199704140037.RAA04186@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/conf GENERIC LINT files.i386 src/sys/i386/isa if_ie.c if_ix.c if_ixreg.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 97/04/13 17:37:55 Modified: sys/i386/conf GENERIC LINT files.i386 Log: GENERIC, LINT: Add an ie entry that corresponds to the location the old ix entry used to probe and kill the ix entry. files.i386: Remove entries for the ix driver. Revision Changes Path 1.90 +3 -3 src/sys/i386/conf/GENERIC 1.327 +3 -3 src/sys/i386/conf/LINT 1.159 +1 -2 src/sys/i386/conf/files.i386 Modified: sys/i386/isa if_ie.c Removed: sys/i386/isa if_ix.c if_ixreg.h Log: Add Intel EtherExpress16 support into the ie driver, removing the need for the ix driver. Add a shutdown hook that resets the etherexpress so that Windoze can find the card after a warm boot. Submitted by: Aaron Smith Obtained From: NetBSD Revision Changes Path 1.41 +496 -100 src/sys/i386/isa/if_ie.c