Re: Alder lake supported? (graphics)

2024-01-16 Thread John D Groenveld
In message , Chris writes: >I upgraded to an alder lake based machine and installed 14. >But I can't seem to get the intel graphics loaded (drm-515-kmod). >It simply freezes at load. Shot in the dark: # pkg delete drm-515-kmod && pkg install drm-510-kmod && kldload i915kms John groenv...@acm.org

Re: link_elf_obj: symbol bcmp undefined

2020-03-27 Thread John D Groenveld
I reproduced with current CURRENT and updated BigID 244962: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244962> $ sysctl -n kern.version FreeBSD 13.0-CURRENT #0 r359311: Thu Mar 26 04:34:44 UTC 2020 r...@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC $ uname -U

link_elf_obj: symbol bcmp undefined

2020-03-16 Thread John D Groenveld
# uname -U 1300084 # pkg info | grep virtualbox virtualbox-ose-additions-5.2.34_2 VirtualBox additions for FreeBSD guests # kldload vboxvfs kldload: an error occurred while loading module vboxvfs. Please check dmesg(8) for more details. # dmesg | tail -2 link_elf_obj: symbol bcmp undefined

Re: ULE problems on HTT SMP

2003-07-02 Thread John D
- Jeff Roberson's Original Message - On Mon, 30 Jun 2003, Andrew Gallatin wrote: Does this mean that if, as a temporary measure, I disable machdep.cpu_idle_hlt, ULE should work for me? Yes, but it needs to be disabled before booting so you'll have to adjust it in the code. See