I'm trying to port the device driver for acx100 chipsets TO WORK ON FreeBSD. However, all the guides I'm finding make reference to files that apparently are no longer used such as:

card_if.h
device_if.h
bus_if.h
etc...
and have been renamed to card_if.m, device_if.m, bus_if.m, etc...

even though these are includes in a good number of the device driver files included with this distro. So far I just remmed out the includes of these files and am now stuck at the DEVMETHOD macro where it is not accepting functions such as device_probe, device_attach, device_detach, etc where I get an error saying ei. device_probe_desc undeclared here (not in a function). I can find no headers that define the macro or the functions. Please help!

Greg

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to