Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Feb 2004 12:30:23 -0800 (PST)
From:      Nate Lawson <njl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/isa fd.c
Message-ID:  <200402152030.i1FKUNCn068078@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
njl         2004/02/15 12:30:22 PST

  FreeBSD src repository

  Modified files:
    sys/isa              fd.c 
  Log:
  Workaround some ACPI BIOSen which break the IO port into multiple
  resources.  (Note that the correct range is 0x3f7,0x3f0-0x3f5.)  Such
  devices will be detected as follows:
  
    fdc0: <Enhanced floppy controller (i82077, NE72065 or clone)> port
    0x3f7,0x3f4-0x3f5,0x3f2-0x3f3,0x3f0-0x3f1 irq 6 drq 2 on acpi0
  
  To do this, we find the minimum and maximum start addresses for the
  resources and use them as the base for the IO and control ports.
  
  Help from:      jhb
  
  Revision  Changes    Path
  1.263     +35 -1     src/sys/isa/fd.c



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