Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jan 1999 17:06:25 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/isa wd.c
Message-ID:  <199901160106.RAA02669@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1999/01/15 17:06:24 PST

  Modified files:
    sys/i386/isa         wd.c 
  Log:
  Don't let bugs in ide_pci.c break wdprobe(), at least for standard
  IDE hardare.  The attempted fix in rev.1.182 was a no-op except for
  adding dozens of style bugs.  The undocumented options ALI_V and
  DISABLE_PCI_IDE go away as a side effect.  ALI_V was a no-op because
  rev.1.182 was a no-op.  DISABLE_PCI_IDE didn't actually disable
  PCI IDE.  It disabled the buggy code in wdprobe() at a cost of
  completely breaking support for Promise controllers.
  
  Broken in:	rev.1.139
  
  Revision  Changes    Path
  1.185     +10 -25    src/sys/i386/isa/wd.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?199901160106.RAA02669>