NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/51964: kernel with ath driver does not link without options MODULAR
The following reply was made to PR kern/51964; it has been noted by GNATS.
From: coypu%sdf.org@localhost
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: kern/51964: kernel with ath driver does not link without options
MODULAR
Date: Sun, 3 Jun 2018 07:50:10 +0000
It's coming from this part of ah_osdep.h
#define OS_SET_DECLARE(set, ptype) __link_set_decl(set, ptype)
#define OS_DATA_SET(set, sym) __link_set_add_rodata(set, sym)
#define OS_SET_FOREACH(pvar, set) __link_set_foreach(pvar, set)
I hesitate to touch it without hardware to test it, because of
ath_hal_probe's code.
Home |
Main Index |
Thread Index |
Old Index