Date: Sat, 19 Sep 2009 08:13:10 +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: <200909190813.n8J8DUSe022774@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
avg 2009-09-19 08:13:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/pci pci_user.c Log: SVN rev 197324 on 2009-09-19 08:13:10Z 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 Approved by: re (kib) Revision Changes Path 1.27.2.2 +1 -2 src/sys/dev/pci/pci_user.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909190813.n8J8DUSe022774>