cvs commit: src/sys/dev/fdc fdc.c fdc_isa.c fdc_pccard.c fdcvar.h src/sys/modules/fdc Makefile

Warner Losh imp at FreeBSD.org
Wed Jul 7 15:35:27 PDT 2004


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


More information about the cvs-src mailing list