Update support for FreeBSD.
Signed-off-by: Idwer Vollering vidwer@gmail.com
---
FreeBSD support already existed but doesn't compile without errors on my fbsd 8.1 machine:
$ gmake gcc -O2 -Wall -Werror -Wstrict-prototypes -Wundef -Wstrict-aliasing -Werror-implicit-function-declaration -ansi -pedantic -D'SUPERIOTOOL_VERSION="5728"' -DPCI_SUPPORT -c -o superiotool.o superiotool.c In file included from superiotool.c:24: superiotool.h:41:21: error: pci/pci.h: No such file or directory superiotool.c: In function 'main': superiotool.c:302: error: implicit declaration of function 'pci_alloc' cc1: warnings being treated as errors superiotool.c:302: warning: assignment makes pointer from integer without a cast superiotool.c:303: error: implicit declaration of function 'pci_init' superiotool.c:304: error: implicit declaration of function 'pci_scan_bus' gmake: *** [superiotool.o] Error 1