Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2019 04:22:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 236371] [new driver] HighPoint RocketRAID 3700 series embedded driver
Message-ID:  <bug-236371-227-BwePCEFl0q@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-236371-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-236371-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

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

--- Comment #1 from Xin LI <delphij@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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236371-227-BwePCEFl0q>