.Dd December 19, 2018 .Dt SQLITE3_API_ROUTINES 3 .Os .Sh NAME .Nm sqlite3_api_routines .Nd Loadable Extension Thunk .Sh SYNOPSIS .Vt typedef struct sqlite3_api_routines sqlite3_api_routines; .Sh DESCRIPTION A pointer to the opaque sqlite3_api_routines structure is passed as the third parameter to entry points of loadable extensions. This structure must be typedefed in order to work around compiler warnings on some platforms. : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/rum
AgeCommit message (Collapse)Author
2018-05-31introduce MKFIRMWARE that controls where (most) of the contentsmrg
of /libdata/firmware and /usr/libdata/firmware are not installed if set to "no". from the bsd.README: MKFIRMWARE If "no", install the /libdata/firmware directory, which is necessary for several drivers: athn(4), bwfm(4), ipw(4), iwi(4), iwm(4), iwn(4), otus(4), rtwn(4), urtwn(4), wpi(4), ral(4), rum(4), run(4), zyd(4), bcm43xx(4), and the Tegra 124 SoC. Default: yes on amd64, cobalt, evbarm evbmips, evbppc, hpcarm, hppa, i386, mac68k, macppc, sandpoint, and sparc64, no elsewhere. convert MKRADEONFIRMWARE and MKTEGRAFIRMWARE into FOO.arch lists, and move their defaults above the general defaults setting. saves about 12MB in a normal installation for other platforms.
2012-06-01Use /libdata/firmware/run instead of /libdata/firmware/rum for run(4) firmwares.nonaka
2012-05-30Add a driver for Ralink Technology RT2700U/RT2800U/RT3000U USB IEEEnonaka
802.11a/b/g/n wireless network devices, ported from OpenBSD by FUKAUMI Naoki, arranged by me.
2006-10-31Add rum(4) for newer USB Ralink devices. Obtained from OpenBSD.joerg
Special thanks to Sepherosa Ziehau for helping debugging USB issues. Hook up rum(4) for i386 config files.