Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jan 2000 09:42:44 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/isa fd.c
Message-ID:  <200001051742.JAA14092@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2000/01/05 09:42:44 PST

  Modified files:
    sys/isa              fd.c 
  Log:
  Make the evil broken pnpbios compensation slightly less evil.
  This is the hack that compensates for when bios vendors "forget" to
  include the fdc control (0x3f7) port in their io port mappings.  Instead
  of accessing ports outside of a range allocated to a handle, simply
  allocate the port directly.  It even shows up in the probe..
  
  Revision  Changes    Path
  1.174     +21 -16    src/sys/isa/fd.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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