smartos-docs

Porting Network Device Drivers from FreeBSD

This is a work in progress from my attempt to port FreeBSD’s BXE driver to SmartOS.

Please feel free to add missing pieces or correct anything.

Correlations between FreeBSD to Illumos

Purpose FreeBSD Illumos
Standard Interface for loading/unloading device_if modctl
Bus Interface bus_if ddi / devops
PCI Interface pci_if pci/pcie

On FreeBSD

Structures you need for Illumos GLDv3 Driver

Important types