Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Feb 2005 17:35:03 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/pci pci_pci.c
Message-ID:  <200502181735.j1IHZ3Ch032038@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2005-02-18 17:35:03 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/pci          pci_pci.c 
  Log:
  For the I/O port case, we need to set ok to 1 if we have what looks
  like a valid range.  We already do this in the memory case (although
  the code there is somewhat different than the I/o case because we have
  to deal with different kinds of memory).  Since most laptops don't
  have non-subtractive bridges, this wasn't seen in practice.
  
  Evidentally the Compaq R3000 hits this problem with PC Cards.
  
  Some minor style fixes while I'm here.
  
  Submitted by: Jung-uk Kim
  
  Revision  Changes    Path
  1.34      +15 -8     src/sys/dev/pci/pci_pci.c



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