Date: Wed, 16 Mar 2016 05:14:50 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 208050] The boot loader forth does not understand 'outb' on the amd64 platform. Message-ID: <bug-208050-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208050 Bug ID: 208050 Summary: The boot loader forth does not understand 'outb' on the amd64 platform. Product: Base System Version: 11.0-CURRENT Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: misc Assignee: freebsd-bugs@FreeBSD.org Reporter: qdk@quickdekay.net CC: freebsd-amd64@FreeBSD.org CC: freebsd-amd64@FreeBSD.org Created attachment 168280 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D168280&action= =3Dedit 'outb' amd64 patch 'outb (port char --)', according to loader(8), writes a value to a port. However, it only does so on the i386 platform (and possibly non-x86 platfor= ms, but this is outside of the scope of this report), ihe 'outb' word is not recognised on amd64. One would expect this would also work on amd64. A patch is supplied which enables 'outb' on amd64 also. Note that after the patch is applied, i386/sysdep.c and amd64/sysdep.c have the same contents. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208050-8>