Steven Stallion wrote:
> All,
>
> I am working on adding Brussels support to the re driver, and I am
> noticing some odd behavior. The following code causes a panic (NULL
> pointer deref).
>
> I have verified that barg is not NULL (see trace below). The cause of
> the panic is the bcopy invocation, which again, as far as I can tell is
> valid.
>
> Have there been any changes to the Brussels interfaces recently?
Found the issue: my workstation is running snv_89, however I am
developing against an snv_97 clone:
@@ -302,7 +340,7 @@
typedef int (*mac_set_prop_t)(void *, const char *,
mac_prop_id_t,
uint_t, const void *);
typedef int (*mac_get_prop_t)(void *, const char *,
mac_prop_id_t,
- uint_t, void *);
+ uint_t, uint_t, void *);
/me mutters.
_______________________________________________
driver-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/driver-discuss