From owner-cvs-all Thu Oct 14 20:12:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B13C614C05; Thu, 14 Oct 1999 20:12:50 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA90624; Thu, 14 Oct 1999 20:12:50 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Message-Id: <199910150312.UAA90624@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Thu, 14 Oct 1999 20:12:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ed if_ed.c if_ed_isa.c if_ed_pci.c if_edvar.h src/sys/i386/conf files.i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mdodd 1999/10/14 20:12:49 PDT Modified files: sys/dev/ed if_ed.c if_ed_isa.c if_ed_pci.c if_edvar.h sys/i386/conf files.i386 Log: - Remove the ISA, PCI, and PCCARD specific code from if_ed.c; it now lives in the respective bus front end files. - Add various function prototypes to if_edvar.h - Clean up some debugging code that snuck into if_ed_isa.c - Turn on the right bits in files.i386 Revision Changes Path 1.164 +22 -296 src/sys/dev/ed/if_ed.c 1.2 +2 -4 src/sys/dev/ed/if_ed_isa.c 1.22 +34 -9 src/sys/dev/ed/if_ed_pci.c 1.3 +18 -1 src/sys/dev/ed/if_edvar.h 1.278 +3 -1 src/sys/i386/conf/files.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message