Hi everyone,
I’m considering installing FreeBSD on my HP Laptop 15-fd0051ne and wanted to ask about hardware compatibility. Specifically, I’m curious about the following components:
Graphics: Is the integrated GPU well-supported?
Wi-Fi: What’s the experience with the wireless adapter?
Audio...
I had ChatGPT write an interview, and it actually produced very useful information. However, I had one last talking point for it to analyze, and it refused, giving me this output instead:
AI: Based on the information you've provided, it seems like this project is quite complex and will require...
Hello.
Ī am long accustomed to handling of video adapters by Linux. But now doing some setup and testing with FreeBSD 12.1 where things go differently. In spite of all my efforts, the system (except for Xorg) makes no reasonable job on video modes: not a single time did...
Hello,
Is there a way to get complete list of supported PCI & USB device ids and classes in the FreeBSD kernel?
I.e. ids of the devices listed on the page https://www.freebsd.org/releases/12.1R/hardware.html
Any static analysis of the source code or binary?
In Linux it's done by LKDDb...
Hi,
I'm trying to port the following linux patch for AMD eMMC 5.0 controller:
https://patchwork.kernel.org/patch/10086747/
What would be the optimal way to port this? Should I create a separate module for this controller or is there a way I can override some of the host ops like its done in...
Hello Folks,
We have a PCI express card for data processing to achieve 25 to 30 Gbps .
Recently we have been facing a issue in one of the server . System information is given below:
Supermicro motherboard-X11DPH-TQ motherboard
hw.model: Intel(R) Xeon(R) Gold 5115 CPU @ 2.40GHz ( Dual CPU...
I'd like to create a character device that serves as a single file's filesystem. Thus, I created my own device implementing read, write and mmap methods.
For the experiment, I wish my device to be mounted by regular high-level filesystem and represent a dynamic library available for loading by...
Hi all,
I am trying to figure out how FreeBSD's PCI kernel modules work, maybe to do some light porting from Linux.
My understanding is that during the attach call, the device will provide the driver with a pointer to a list of function pointers, which, when parsed, can be used to perform I/O...
Hi,
I am porting just for fun a Linux char device of mine to FreeBSD. However, I am having some issues with the "d_close". In Linux the routines related with file closing are or at least should be executed by "release".
So, this device driver specifically admits N open() calls... If the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.