From noreply at github.com Tue Aug 18 16:57:37 2020 From: noreply at github.com (Lucas Holt) Date: Tue, 18 Aug 2020 13:57:37 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 7d4ec7: Detect invalid PCI devices more correctly in PCI i... Message-ID: Branch: refs/heads/stable/1.2 Home: https://github.com/MidnightBSD/src Commit: 7d4ec710764612e3b83ed716d9e3b037116bacc9 https://github.com/MidnightBSD/src/commit/7d4ec710764612e3b83ed716d9e3b037116bacc9 Author: Lucas Holt Date: 2020-08-18 (Tue, 18 Aug 2020) Changed paths: M sys/dev/acpica/acpi_pci_link.c Log Message: ----------- Detect invalid PCI devices more correctly in PCI interrupt router drivers. - Check for an invalid device (vendor is invalid) before reading the header type register when examining function 0 of a possible device. - When iterating over functions of a device, reject any device whose 16-bit vendor is invalid rather than requiring the full 32-bit vendor+device to be all 1's. In practice the latter check is probably fine, but checking the vendor is what the PCI spec recommends. Obtained from: FreeBSD svn 3540581 From noreply at github.com Wed Aug 19 10:15:50 2020 From: noreply at github.com (Lucas Holt) Date: Wed, 19 Aug 2020 07:15:50 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 491222: adding PCIV_INVALID const. Message-ID: Branch: refs/heads/stable/1.2 Home: https://github.com/MidnightBSD/src Commit: 491222fdb93f851a2a17222fe940b4131554954a https://github.com/MidnightBSD/src/commit/491222fdb93f851a2a17222fe940b4131554954a Author: Lucas Holt Date: 2020-08-19 (Wed, 19 Aug 2020) Changed paths: M sys/dev/pci/pcireg.h Log Message: ----------- adding PCIV_INVALID const. From noreply at github.com Fri Aug 21 11:52:35 2020 From: noreply at github.com (Lucas Holt) Date: Fri, 21 Aug 2020 08:52:35 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 253299: attempt to switch to github Message-ID: Branch: refs/heads/stable/1.2 Home: https://github.com/MidnightBSD/src Commit: 253299558db6674d2a9d35241bec5b10763a15e9 https://github.com/MidnightBSD/src/commit/253299558db6674d2a9d35241bec5b10763a15e9 Author: Lucas Holt Date: 2020-08-21 (Fri, 21 Aug 2020) Changed paths: M release/generate-release.sh Log Message: ----------- attempt to switch to github From noreply at github.com Fri Aug 21 15:27:20 2020 From: noreply at github.com (Lucas Holt) Date: Fri, 21 Aug 2020 12:27:20 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 8b7557: Update to github Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 8b75578567d58c20161e102941915682699f1b47 https://github.com/MidnightBSD/src/commit/8b75578567d58c20161e102941915682699f1b47 Author: Lucas Holt Date: 2020-08-21 (Fri, 21 Aug 2020) Changed paths: M release/generate-release.sh Log Message: ----------- Update to github