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

Warner Losh imp at FreeBSD.org
Tue Sep 14 00:06:50 PDT 2004


imp         2004-09-14 07:06:49 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/fdc          fdc.c fdc_isa.c fdc_pccard.c fdcvar.h 
  Log:
  Checkpoint the fdc resource changes:
  
  o Allow for up to 3 resource I/O ranges to be given for the floppy
    controller, rather than just two that are allowed for now.
  o Make sure that we can work with either a base address of 0x3f0 or 0x3f2.
  o Create new inline functions to access the YE DATA's unique BDCR register.
  o Update pccard attachment to add the fd device.
  o Do some minor style(9) polishing.
  
  # I'm guessing that the fdc pccard attachment broke some time ago, since
  # there are a number of issues with it still.
  
  Revision  Changes    Path
  1.287     +47 -46    src/sys/dev/fdc/fdc.c
  1.13      +58 -68    src/sys/dev/fdc/fdc_isa.c
  1.10      +10 -4     src/sys/dev/fdc/fdc_pccard.c
  1.5       +6 -3      src/sys/dev/fdc/fdcvar.h


More information about the cvs-src mailing list