re: if_bge.c callout freed before allocation
matthew green <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.kernel |
|---|---|
| Message-ID | <[email protected]> |
seems like it would be simpler to simply move the callout_init earlier. bge_flags also seems like h/w features, putting this in there seems like, while it uses a spare bit, is the wrong place anyway, but i think we can simply avoid it by moving the callout_init() earlier. .mrg.