Date: Wed, 7 Jul 2004 22:35:27 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fdc fdc.c fdc_isa.c fdc_pccard.c fdcvar.h src/sys/modules/fdc Makefile Message-ID: <200407072235.i67MZRlZ085417@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2004-07-07 22:35:27 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc.c sys/modules/fdc Makefile Added files: sys/dev/fdc fdc_isa.c fdc_pccard.c fdcvar.h Log: Break out the isa and pccard front ends from fdc. This is the first step in making this driver more attachment neutral. Others plan on adding acpi front ends. Still need to cleanup the MI part of the driver because it isn't as bus independent as it could be. Revision Changes Path 1.276 +12 -304 src/sys/dev/fdc/fdc.c 1.1 +145 -0 src/sys/dev/fdc/fdc_isa.c (new) 1.1 +114 -0 src/sys/dev/fdc/fdc_pccard.c (new) 1.1 +134 -0 src/sys/dev/fdc/fdcvar.h (new) 1.9 +2 -14 src/sys/modules/fdc/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407072235.i67MZRlZ085417>