Date: Thu, 14 Oct 1999 20:12:49 -0700 (PDT) From: "Matthew N. Dodd" <mdodd@FreeBSD.org> 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 Message-ID: <199910150312.UAA90624@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910150312.UAA90624>