Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 1996 12:14:34 -0800 (PST)
From:      Garrett Wollman <wollman>
To:        CVS-committers, cvs-sys
Subject:   cvs commit: src/sys/pci pci.c pcisupport.c
Message-ID:  <199601272014.MAA29042@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wollman     96/01/27 12:14:34

  Modified:    sys/pci   pci.c pcisupport.c
  Log:
  Decode configuration for the IDE part of the Triton chipset.  This
  includes a hack in the probe code: the 82371FB is a multifuction
  device, but doesn't properly set the configuration bit which
  indicates this.  So, we just hard-wire all 82371FBs as multifunction
  devices.
  
  This does not actually make the bus-master IDE stuff work, although
  if anyone wants to work on that, I have the databooks that tell
  how to use it.
  
  Revision  Changes    Path
  1.43      +8 -1      src/sys/pci/pci.c
  1.30      +30 -10    src/sys/pci/pcisupport.c



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