Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 2009 14:12:40 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/pci pci_user.c
Message-ID:  <200909181413.n8IED19S084891@repoman.freebsd.org>

index | next in thread | raw e-mail

avg         2009-09-18 14:12:40 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/pci          pci_user.c 
  Log:
  SVN rev 197311 on 2009-09-18 14:12:40Z by avg
  
  MFC r197099: pci(4): don't perform maximum register number check
  
  Different sub-kinds of PCI buses may have different rules and
  thus it is up for the bus backends to do proper input checks.
  For example, PCIe allows configuration register numbers < 0x1000,
  while for PCI proper the limit is 0x100.
  And, in fact, the buses already do the checks.
  
  Reviewed by:    jhb
  
  Revision  Changes    Path
  1.22.2.5  +1 -2      src/sys/dev/pci/pci_user.c


help

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