https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236371

--- Comment #1 from Xin LI <delp...@freebsd.org> ---
Hi,

It seems that the copyright header in the submission does not have a license,
which is required for bundled driver, could you please use a compatible license
(e.g.
https://svnweb.freebsd.org/base/head/share/examples/etc/bsd-style-copyright?view=co
?)

By the way, in hpt_match(), the driver is calling into binary blob provided
get_supported_device_id() and get_controller_count() methods.  Can this be
implemented by exposing the device id as fields of 'HIM' directly, so that we
don't call the binary blob functions until we know it's a hpt37xx device?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to