On Sat, Jul 22, 2023 at 1:21 AM Yasuhiro Kimura <y...@freebsd.org> wrote: > > From: Kevin Bowling <kevin.bowl...@kev009.com> > Subject: Re: Kernel panic after updating 14-CURRENT amd64 to > main-n264268-ff4633d9f89 > Date: Fri, 21 Jul 2023 21:44:13 -0700 > > > Thanks, I have reverted for now. Can you tell me which NIC is > > implemented there? > > Output of `pciconf -lv` says as following. > > em0@pci0:0:3:0: class=0x020000 rev=0x02 hdr=0x00 vendor=0x8086 device=0x100e > subvendor=0x8086 subdevice=0x001e > vendor = 'Intel Corporation' > device = '82540EM Gigabit Ethernet Controller' > class = network > subclass = ethernet > > Regards.
Thanks for the report, I've identified the errors and recommitted. > --- > Yasuhiro Kimura