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...