Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Aug 2004 16:34:30 +0000 (UTC)
From:      Nate Lawson <njl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/fdc fdc_isa.c
Message-ID:  <200408201634.i7KGYUwD028800@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
njl         2004-08-20 16:34:30 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/fdc          fdc_isa.c 
  Log:
  Remove a check that is too strict.  With BIOSen that specify an IO/ctl port
  of 0x3f2-0x3f5,0x3f7 the ports are not 7 bytes apart.  This should fix
  floppy probing on such systems.  (We handle the case of adjusting for
  a start of 0x3f2 -> 0x3f0 separately, although that code should still be
  checked if there are still floppy problems for others.)
  
  Tested by:      Sarunas Vancevicius <vsarunas_at_eircom.net>
  MFC after:      3 days
  
  Revision  Changes    Path
  1.11      +0 -4      src/sys/dev/fdc/fdc_isa.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408201634.i7KGYUwD028800>