Date: Sun, 24 Dec 2017 16:36:51 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r327162 - head/sys/x86/isa Message-ID: <201712241636.vBOGaprD070868@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Sun Dec 24 16:36:50 2017 New Revision: 327162 URL: https://svnweb.freebsd.org/changeset/base/327162 Log: Comment this out until I have time to get to the bottom of why it's failing for some people. Modified: head/sys/x86/isa/orm.c Modified: head/sys/x86/isa/orm.c ============================================================================== --- head/sys/x86/isa/orm.c Sun Dec 24 16:34:54 2017 (r327161) +++ head/sys/x86/isa/orm.c Sun Dec 24 16:36:50 2017 (r327162) @@ -156,7 +156,7 @@ orm_identify(driver_t* driver, device_t parent) device_set_desc(child, "ISA Option ROM"); else device_set_desc(child, "ISA Option ROMs"); - isa_set_vendorid(child, PNP_EISAID("PNP0C80")); +// isa_set_vendorid(child, PNP_EISAID("PNP0C80")); } static int
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712241636.vBOGaprD070868>