History log of /netbsd-current/distrib/sets/lists/modules/md.i386
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.99 21-Mar-2024 riastradh

acpihed(4): New driver for PNP0C33 to notify apei(4).

PNP0C33 denotes the ACPI Hardware Error Device, which exists only to
be a vector for event notifications.

PR kern/58046


# 1.98 20-Mar-2024 riastradh

apei(4): New driver for ACPI Platform Error Interfaces.

For now it is wired up only in x86 ALL kernels, and built as a module
for x86 and Arm. Once it gets a little more testing on machines with
APEI, I would like to flip it on by default.

PR kern/58046


# 1.97 26-Dec-2023 pgoyette

Unhook radeondrm module from the build; it doesn't work, and
it's just tempting someone to try it. Leave the files around
in case someone wants to pursue making this work.

Should address kern/57793

XXX Related modules from the same legacy era should probably be
XXX removed, too, but so far only radeondrm has been reported
XXX as an issue. Kep an eye out for sisdrm, savagedrm, tdfxdrm,
XXX and r128drm.


Revision tags: netbsd-10-0-RC1 netbsd-10-base
# 1.96 07-Sep-2022 martin

branches: 1.96.2;
Comment out emuxki here for now - I don't think they belong here and
something else(tm) is wrong with the setup anyway, so better fix the build
for now and leave cleanup to somebody else.


# 1.95 07-Sep-2022 khorben

emuxki(4): allow building as a module

Tested on NetBSD/amd64 with a Sound Blaster Live! Value (CT4870)

Note that this required setting outputs.master to the maximum value
allowed (255) to get sound out, and then cranking the volume pretty
high.

Additional sound cards sponsored by the NetBSD Foundation; thanks!


# 1.94 05-Aug-2022 riastradh

i915: Restore non-obsolete set list entries.


# 1.93 28-Jul-2022 riastradh

drm: Hook up the drmkms modules to the build.


# 1.92 27-Jul-2022 maya

Enable amdgpu module & firmware on x86

Make it easier to test this one out, add `load amdgpu` before boot netbsd.

XXX there should probably be a drm block in sys/modules/Makefile which
includes aarch64.


# 1.91 25-Sep-2021 maya

Disable drmkms module builds.

They haven't been functional (and won't be before fixing genfb abi).
In a new drm update, we haven't prioritized fixing the build either.


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-futex-base
# 1.90 25-Mar-2021 nia

don't restrict pad module to i386 and amd64.

- module build tested on amiga, vax, i386, amd64, evbarm.
- build.sh release tested on i386.
- pad module functionality tested on aarch64.


# 1.89 08-Sep-2020 yamaguchi

branches: 1.89.2;
Added iavf(4) that is based on OpenBSD's iavf(4) implementation

reviewed by msaitoh@n.o and knakahara@n.o


# 1.88 27-Aug-2020 riastradh

Sort and deduplicate set lists.


# 1.87 04-Jul-2020 chs

the x86 xen and non-xen modules are identical,
so remove the unneeded extra copies.
Xen kernels now use the same modules as native kernels.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406
# 1.86 29-Feb-2020 skrll

if_ixl is MD


# 1.85 11-Feb-2020 uki

PR misc/46937: add modules package, from Lloyd Parkes.


# 1.84 09-Feb-2020 jmcneill

Retire azalia(4).


# 1.83 04-Dec-2019 jmcneill

Move dtrace_syscall_linux out of mi set list


Revision tags: netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930
# 1.82 19-Sep-2018 maxv

branches: 1.82.2;
Don't build the module sets for non-pae-32bit-pv. Noted by John D. Baker
on port-i386@, thanks.


Revision tags: pgoyette-compat-0906
# 1.81 28-Aug-2018 martin

Add drmkms_agp module


Revision tags: pgoyette-compat-0728
# 1.80 24-Jul-2018 maxv

Merge the tprof_pmi and tprof_amdpmi modules into a single tprof_x86
module.


# 1.79 10-Jul-2018 maya

Remove viadrm(4), superseded by viadrmums.

Aside from viadrm using older drm code, it's also dysfunctional right now.
See PR port-i386/53364.


Revision tags: phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.78 26-Feb-2018 pgoyette

branches: 1.78.2; 1.78.4;
Update sets lists for new modular ichsmb(4)


# 1.77 25-Feb-2018 pgoyette

Update for newly added imcsmb driver modules.


# 1.76 25-Jan-2018 pgoyette

Update sets lists for new amdsmn(4) and amdzentemp(4) modules


# 1.75 09-Aug-2017 maxv

Remove compat_ibcs2 from i386. After a discussion on port-vax, it turns
out that compat_ibcs2 does not implement the iBCS2 standard - which is
x86-specific - but rather SVR3. Our real iBCS2 implementation was a
mixture of compat_ibcs2 and compat_svr4, and was only partial. Keeping
support for this in i386 is totally irrelevant today. I also asked on
port-i386 but didn't wait long.

The main issue is that compat_ibcs2 should have been called compat_svr3.
But CVS does not support renaming files, and moving things around is both
painful and tiring, even more so when no one seems to be interested in
doing this work or in the feature at all. For now compat_ibcs2 is available
on Vax and will stay, until someone (not me) cleans it up.


# 1.74 01-Aug-2017 maya

Mark the compat_svr4 module obsolete.

hopefully fixes the build, this is a blind commit.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.73 15-Dec-2016 kre

branches: 1.73.6;

More sets list sorting (maybe this time they're really all done)


# 1.72 15-Dec-2016 pgoyette

Update for the new "universal" spkr module.

Note that entries in the md.i386 and md.amd64 lists are actually deleted
(rather than being marked "obsolete" as directed in the comments). This
is OK, since there is now a new module in the mi list to replace them.


Revision tags: pgoyette-localcount-20161104
# 1.71 27-Sep-2016 pgoyette

For now, disable all the newly-created ld(4) related modules. We need
to come up with a better way to handle attachment-specific modules, and
possibly a better directory structure for modules in general, as the
current mechanism doesn't scale.


# 1.70 27-Sep-2016 pgoyette

Update sets lists for all the new modules (for l4(4) and its attachments)


# 1.69 17-Sep-2016 pgoyette

Fix sets lists for nvme module. Since it is being built only for the
i386 and amd64 platforms, the entries belong in the md.xxx lists, not
in the mi list.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.68 23-Jun-2015 matt

branches: 1.68.2;
Remove compatmodules lines since they are now autogenerated


# 1.67 17-May-2015 pgoyette

Add spkr(4) module to the sets lists.


# 1.66 13-May-2015 pgoyette

Update sets lists for new sysv_ipc module


# 1.65 10-May-2015 pgoyette

Update sets lists for new compat_sysv module.


# 1.64 03-May-2015 pgoyette

Put the '/' back, but put it in the correct location!


# 1.63 03-May-2015 pgoyette

Fix typo, fix the build-break. One '/' is enough in path names.


# 1.62 03-May-2015 pgoyette

Include the new tco module on i386 and amd64 builds


# 1.61 29-Apr-2015 riastradh

Forgot to commit set list update for viadrmums.


# 1.60 23-Apr-2015 pgoyette

Update sets lists for new sysmon modules


# 1.59 18-Apr-2015 pgoyette

Update sets lists for new swwdog module


# 1.58 28-Mar-2015 jmcneill

Split hdaudio and PCI attach glue. Even though the driver was written with
this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move
common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.


# 1.57 08-Mar-2015 christos

change dtrace_foo_syscall -> dtrace_syscall_foo


# 1.56 07-Mar-2015 christos

Add dtrace syscalls


# 1.55 07-Mar-2015 jmcneill

i2c devices don't actually have a dependency on "iic" (the bus driver)
but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the
dependencies in files.i2c and switch device drivers to depend on "i2cexec"
module instead.

A kernel with a USB stack and no I2C controller / bus attachment would spit
out a bunch of "WARNING: module error: can't find builtin dependency `iic'"
messages at boot. This change solves that problem.


# 1.54 21-Feb-2015 ozaki-r

Add missing dtrace modules to md.i386 set list


# 1.53 21-Feb-2015 ozaki-r

Add missing tags (zfs, solaris and lvm) to md.i386


# 1.52 16-Nov-2014 riastradh

Tag the Xen iSCSI modules with `iscsi' in the md.x86 lists.


# 1.51 12-Nov-2014 enami

Add compatmodules keyword so that build.sh -V MKCOMPATMODULES=no won't fail.


# 1.50 11-Nov-2014 nonaka

fix drmkms module path for xen.


# 1.49 10-Nov-2014 christos

add the drmkms modules


# 1.48 19-Sep-2014 christos

missed an hdaudio change.


# 1.47 19-Sep-2014 christos

Add hdaudioverbose


Revision tags: netbsd-7-base tls-maxphys-base
# 1.46 11-Aug-2014 jnemeth

branches: 1.46.2;
remove debug cruft, the example module is not normally built


# 1.45 11-Aug-2014 jnemeth

Add the infrastructure for MODULAR support for Xen kernels. At
the moment, this can only load very simple modules due to missing
symbols. It is being add at this time to make pullups to the
netbsd-7 branch easier. It is not enabled by default in any kernels.


# 1.44 09-Aug-2014 bad

Build ubsec(4) as a module on all arches where it was obivous how to do so.
That excludes powerpc because evppc OEA is missing definitions for
PPC_INTR_IMPL and PPC_PCI_MACHDEP_IMPL.
Adjust set lists.

Compile tested for most arches only.


Revision tags: yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.43 17-Nov-2013 alnsn

Build and install sljit.kmod and bpfjit.kmod iff ${MKSLJIT} != "no".


# 1.42 11-Aug-2013 joerg

Sort entries in strcmp order.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.41 28-Oct-2012 alnsn

Build bpfjit on i386.


# 1.40 06-Aug-2012 martin

branches: 1.40.2;
The hdaudio and hdafg modules are not MI (they at least require PCI)


# 1.39 30-Jun-2012 reinoud

Move i386 and amd64 usermode configurations to their respective directories
and make the usermode kernels buildalbe under build.sh.

The resulting kernels are build and packaged correctly as are the associated
modules.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base
# 1.38 17-Jan-2012 jakllsch

Add lm, lm_isa_common, lm_isa, lm_wbsio and wbsio modules to the x86 build.


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.37 18-Oct-2011 jmcneill

branches: 1.37.2;
add & enable vmt module


# 1.36 29-Aug-2011 jruoho

Add Zarlink ZL10353 DVB demodulator (or as it is now know, Intel CE623x).


# 1.35 28-Aug-2011 jmcneill

add mach64drm, mgadrm, r128drm, savagedrm, sisdrm, and tdfxdrm modules


# 1.34 28-Aug-2011 jmcneill

Split out ati_pcigart into a separate module so it can be shared with r128drm


# 1.33 11-Aug-2011 mbalmer

pwdog is not mi, but it only in the lists we build it for.


# 1.32 09-Aug-2011 jruoho

Build acpiwdrt(4) as a module on x86.


# 1.31 09-Aug-2011 jmcneill

include cx24227, lg3303, mt2131, nxt2k, tvpll, xc3028, coram, cxdtv, and emdtv
modules in x86 build


# 1.30 31-Jul-2011 jmcneill

build and install finsio module on i386 and amd64


# 1.29 29-Jul-2011 jmcneill

build and install itesio module on i386 and amd64


# 1.28 15-Jul-2011 jmcneill

add nsclpcsio module to i386 build


# 1.27 13-Jul-2011 jruoho

A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on
HP NC4400. Like aps(4), this is commented out in the GENERIC kernels.


# 1.26 15-Jun-2011 jruoho

Modularize hpet(4). Works nicely with the multiple bus locations.


# 1.25 15-Jun-2011 jruoho

Modularize amdtemp(4).


Revision tags: cherry-xenmp-base
# 1.24 14-Apr-2011 yamt

branches: 1.24.2;
re-enable tprof_amdpmi


Revision tags: bouyer-quota2-nbase
# 1.23 04-Mar-2011 jruoho

Add module build glue for odcm(4).


# 1.22 24-Feb-2011 jruoho

Build glue for viac7temp(4).


# 1.21 24-Feb-2011 jruoho

Add build glue for powernow(4).


# 1.20 23-Feb-2011 jruoho

Build glue for est(4).


# 1.19 20-Feb-2011 jruoho

Add build glue for coretemp(4).


# 1.18 20-Feb-2011 jruoho

hpqlb(4) was accidentally removed in the previous commit. Put it back.


# 1.17 20-Feb-2011 jruoho

Build fujbp(4), fujhk(4), and wmieeepc(4) as modules.


# 1.16 19-Feb-2011 jmcneill

build padlock module on i386


Revision tags: bouyer-quota2-base
# 1.15 07-Feb-2011 pooka

not here yet either (mirror amd64 commit)


# 1.14 05-Feb-2011 yamt

build tprof_amdpmi


# 1.13 16-Jan-2011 jmcneill

branches: 1.13.2;
build and install aps module on i386 and amd64


# 1.12 09-Jan-2011 jruoho

Add a dummy-driver for ACPI fans.


# 1.11 05-Jan-2011 jruoho

Add build files for acpipmtr(4) module.


Revision tags: matt-mips64-premerge-20101231
# 1.10 29-Dec-2010 jmcneill

some platforms don't have bus_dma, so only build these modules on x86


# 1.9 26-Oct-2010 jruoho

Build asus(x) and hpqlb(4) as modules on x86.


# 1.8 25-Oct-2010 jruoho

Update for new ACPI modules.


# 1.7 25-Oct-2010 jruoho

Build acpiacad(4), acpibat(4), acpibut(4), acpicpu(4), acpilid(4), and
thinkpad(4) as modules on x86. More to come later.


# 1.6 24-Oct-2010 jmcneill

build acpiwmi as a module on x86


# 1.5 24-Oct-2010 jmcneill

build wmi drivers as modules on x86


# 1.4 31-May-2010 pgoyette

Extract ACPIVERBOSE into a kernel module. The module can be builtin
by defining 'options ACPIVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

ACPIVERBOSE also includes code to dump acpi/wmi data.


# 1.3 09-Apr-2010 ahoka

Connect the pad(4) kernel module to the build on i386 and amd64.


Revision tags: matt-premerge-20091211
# 1.2 27-Sep-2009 jmcneill

enable viadrm kmod for i386


# 1.1 07-Sep-2009 jnemeth

Create a modules.tgz set and move kernel modules into it.


# 1.97 26-Dec-2023 pgoyette

Unhook radeondrm module from the build; it doesn't work, and
it's just tempting someone to try it. Leave the files around
in case someone wants to pursue making this work.

Should address kern/57793

XXX Related modules from the same legacy era should probably be
XXX removed, too, but so far only radeondrm has been reported
XXX as an issue. Kep an eye out for sisdrm, savagedrm, tdfxdrm,
XXX and r128drm.


Revision tags: netbsd-10-0-RC1 netbsd-10-base
# 1.96 07-Sep-2022 martin

Comment out emuxki here for now - I don't think they belong here and
something else(tm) is wrong with the setup anyway, so better fix the build
for now and leave cleanup to somebody else.


# 1.95 07-Sep-2022 khorben

emuxki(4): allow building as a module

Tested on NetBSD/amd64 with a Sound Blaster Live! Value (CT4870)

Note that this required setting outputs.master to the maximum value
allowed (255) to get sound out, and then cranking the volume pretty
high.

Additional sound cards sponsored by the NetBSD Foundation; thanks!


# 1.94 05-Aug-2022 riastradh

i915: Restore non-obsolete set list entries.


# 1.93 28-Jul-2022 riastradh

drm: Hook up the drmkms modules to the build.


# 1.92 27-Jul-2022 maya

Enable amdgpu module & firmware on x86

Make it easier to test this one out, add `load amdgpu` before boot netbsd.

XXX there should probably be a drm block in sys/modules/Makefile which
includes aarch64.


# 1.91 25-Sep-2021 maya

Disable drmkms module builds.

They haven't been functional (and won't be before fixing genfb abi).
In a new drm update, we haven't prioritized fixing the build either.


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-futex-base
# 1.90 25-Mar-2021 nia

don't restrict pad module to i386 and amd64.

- module build tested on amiga, vax, i386, amd64, evbarm.
- build.sh release tested on i386.
- pad module functionality tested on aarch64.


# 1.89 08-Sep-2020 yamaguchi

branches: 1.89.2;
Added iavf(4) that is based on OpenBSD's iavf(4) implementation

reviewed by msaitoh@n.o and knakahara@n.o


# 1.88 27-Aug-2020 riastradh

Sort and deduplicate set lists.


# 1.87 04-Jul-2020 chs

the x86 xen and non-xen modules are identical,
so remove the unneeded extra copies.
Xen kernels now use the same modules as native kernels.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406
# 1.86 29-Feb-2020 skrll

if_ixl is MD


# 1.85 11-Feb-2020 uki

PR misc/46937: add modules package, from Lloyd Parkes.


# 1.84 09-Feb-2020 jmcneill

Retire azalia(4).


# 1.83 04-Dec-2019 jmcneill

Move dtrace_syscall_linux out of mi set list


Revision tags: netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930
# 1.82 19-Sep-2018 maxv

branches: 1.82.2;
Don't build the module sets for non-pae-32bit-pv. Noted by John D. Baker
on port-i386@, thanks.


Revision tags: pgoyette-compat-0906
# 1.81 28-Aug-2018 martin

Add drmkms_agp module


Revision tags: pgoyette-compat-0728
# 1.80 24-Jul-2018 maxv

Merge the tprof_pmi and tprof_amdpmi modules into a single tprof_x86
module.


# 1.79 10-Jul-2018 maya

Remove viadrm(4), superseded by viadrmums.

Aside from viadrm using older drm code, it's also dysfunctional right now.
See PR port-i386/53364.


Revision tags: phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.78 26-Feb-2018 pgoyette

branches: 1.78.2; 1.78.4;
Update sets lists for new modular ichsmb(4)


# 1.77 25-Feb-2018 pgoyette

Update for newly added imcsmb driver modules.


# 1.76 25-Jan-2018 pgoyette

Update sets lists for new amdsmn(4) and amdzentemp(4) modules


# 1.75 09-Aug-2017 maxv

Remove compat_ibcs2 from i386. After a discussion on port-vax, it turns
out that compat_ibcs2 does not implement the iBCS2 standard - which is
x86-specific - but rather SVR3. Our real iBCS2 implementation was a
mixture of compat_ibcs2 and compat_svr4, and was only partial. Keeping
support for this in i386 is totally irrelevant today. I also asked on
port-i386 but didn't wait long.

The main issue is that compat_ibcs2 should have been called compat_svr3.
But CVS does not support renaming files, and moving things around is both
painful and tiring, even more so when no one seems to be interested in
doing this work or in the feature at all. For now compat_ibcs2 is available
on Vax and will stay, until someone (not me) cleans it up.


# 1.74 01-Aug-2017 maya

Mark the compat_svr4 module obsolete.

hopefully fixes the build, this is a blind commit.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.73 15-Dec-2016 kre

branches: 1.73.6;

More sets list sorting (maybe this time they're really all done)


# 1.72 15-Dec-2016 pgoyette

Update for the new "universal" spkr module.

Note that entries in the md.i386 and md.amd64 lists are actually deleted
(rather than being marked "obsolete" as directed in the comments). This
is OK, since there is now a new module in the mi list to replace them.


Revision tags: pgoyette-localcount-20161104
# 1.71 27-Sep-2016 pgoyette

For now, disable all the newly-created ld(4) related modules. We need
to come up with a better way to handle attachment-specific modules, and
possibly a better directory structure for modules in general, as the
current mechanism doesn't scale.


# 1.70 27-Sep-2016 pgoyette

Update sets lists for all the new modules (for l4(4) and its attachments)


# 1.69 17-Sep-2016 pgoyette

Fix sets lists for nvme module. Since it is being built only for the
i386 and amd64 platforms, the entries belong in the md.xxx lists, not
in the mi list.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.68 23-Jun-2015 matt

branches: 1.68.2;
Remove compatmodules lines since they are now autogenerated


# 1.67 17-May-2015 pgoyette

Add spkr(4) module to the sets lists.


# 1.66 13-May-2015 pgoyette

Update sets lists for new sysv_ipc module


# 1.65 10-May-2015 pgoyette

Update sets lists for new compat_sysv module.


# 1.64 03-May-2015 pgoyette

Put the '/' back, but put it in the correct location!


# 1.63 03-May-2015 pgoyette

Fix typo, fix the build-break. One '/' is enough in path names.


# 1.62 03-May-2015 pgoyette

Include the new tco module on i386 and amd64 builds


# 1.61 29-Apr-2015 riastradh

Forgot to commit set list update for viadrmums.


# 1.60 23-Apr-2015 pgoyette

Update sets lists for new sysmon modules


# 1.59 18-Apr-2015 pgoyette

Update sets lists for new swwdog module


# 1.58 28-Mar-2015 jmcneill

Split hdaudio and PCI attach glue. Even though the driver was written with
this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move
common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.


# 1.57 08-Mar-2015 christos

change dtrace_foo_syscall -> dtrace_syscall_foo


# 1.56 07-Mar-2015 christos

Add dtrace syscalls


# 1.55 07-Mar-2015 jmcneill

i2c devices don't actually have a dependency on "iic" (the bus driver)
but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the
dependencies in files.i2c and switch device drivers to depend on "i2cexec"
module instead.

A kernel with a USB stack and no I2C controller / bus attachment would spit
out a bunch of "WARNING: module error: can't find builtin dependency `iic'"
messages at boot. This change solves that problem.


# 1.54 21-Feb-2015 ozaki-r

Add missing dtrace modules to md.i386 set list


# 1.53 21-Feb-2015 ozaki-r

Add missing tags (zfs, solaris and lvm) to md.i386


# 1.52 16-Nov-2014 riastradh

Tag the Xen iSCSI modules with `iscsi' in the md.x86 lists.


# 1.51 12-Nov-2014 enami

Add compatmodules keyword so that build.sh -V MKCOMPATMODULES=no won't fail.


# 1.50 11-Nov-2014 nonaka

fix drmkms module path for xen.


# 1.49 10-Nov-2014 christos

add the drmkms modules


# 1.48 19-Sep-2014 christos

missed an hdaudio change.


# 1.47 19-Sep-2014 christos

Add hdaudioverbose


Revision tags: netbsd-7-base tls-maxphys-base
# 1.46 11-Aug-2014 jnemeth

branches: 1.46.2;
remove debug cruft, the example module is not normally built


# 1.45 11-Aug-2014 jnemeth

Add the infrastructure for MODULAR support for Xen kernels. At
the moment, this can only load very simple modules due to missing
symbols. It is being add at this time to make pullups to the
netbsd-7 branch easier. It is not enabled by default in any kernels.


# 1.44 09-Aug-2014 bad

Build ubsec(4) as a module on all arches where it was obivous how to do so.
That excludes powerpc because evppc OEA is missing definitions for
PPC_INTR_IMPL and PPC_PCI_MACHDEP_IMPL.
Adjust set lists.

Compile tested for most arches only.


Revision tags: yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.43 17-Nov-2013 alnsn

Build and install sljit.kmod and bpfjit.kmod iff ${MKSLJIT} != "no".


# 1.42 11-Aug-2013 joerg

Sort entries in strcmp order.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.41 28-Oct-2012 alnsn

Build bpfjit on i386.


# 1.40 06-Aug-2012 martin

branches: 1.40.2;
The hdaudio and hdafg modules are not MI (they at least require PCI)


# 1.39 30-Jun-2012 reinoud

Move i386 and amd64 usermode configurations to their respective directories
and make the usermode kernels buildalbe under build.sh.

The resulting kernels are build and packaged correctly as are the associated
modules.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base
# 1.38 17-Jan-2012 jakllsch

Add lm, lm_isa_common, lm_isa, lm_wbsio and wbsio modules to the x86 build.


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.37 18-Oct-2011 jmcneill

branches: 1.37.2;
add & enable vmt module


# 1.36 29-Aug-2011 jruoho

Add Zarlink ZL10353 DVB demodulator (or as it is now know, Intel CE623x).


# 1.35 28-Aug-2011 jmcneill

add mach64drm, mgadrm, r128drm, savagedrm, sisdrm, and tdfxdrm modules


# 1.34 28-Aug-2011 jmcneill

Split out ati_pcigart into a separate module so it can be shared with r128drm


# 1.33 11-Aug-2011 mbalmer

pwdog is not mi, but it only in the lists we build it for.


# 1.32 09-Aug-2011 jruoho

Build acpiwdrt(4) as a module on x86.


# 1.31 09-Aug-2011 jmcneill

include cx24227, lg3303, mt2131, nxt2k, tvpll, xc3028, coram, cxdtv, and emdtv
modules in x86 build


# 1.30 31-Jul-2011 jmcneill

build and install finsio module on i386 and amd64


# 1.29 29-Jul-2011 jmcneill

build and install itesio module on i386 and amd64


# 1.28 15-Jul-2011 jmcneill

add nsclpcsio module to i386 build


# 1.27 13-Jul-2011 jruoho

A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on
HP NC4400. Like aps(4), this is commented out in the GENERIC kernels.


# 1.26 15-Jun-2011 jruoho

Modularize hpet(4). Works nicely with the multiple bus locations.


# 1.25 15-Jun-2011 jruoho

Modularize amdtemp(4).


Revision tags: cherry-xenmp-base
# 1.24 14-Apr-2011 yamt

branches: 1.24.2;
re-enable tprof_amdpmi


Revision tags: bouyer-quota2-nbase
# 1.23 04-Mar-2011 jruoho

Add module build glue for odcm(4).


# 1.22 24-Feb-2011 jruoho

Build glue for viac7temp(4).


# 1.21 24-Feb-2011 jruoho

Add build glue for powernow(4).


# 1.20 23-Feb-2011 jruoho

Build glue for est(4).


# 1.19 20-Feb-2011 jruoho

Add build glue for coretemp(4).


# 1.18 20-Feb-2011 jruoho

hpqlb(4) was accidentally removed in the previous commit. Put it back.


# 1.17 20-Feb-2011 jruoho

Build fujbp(4), fujhk(4), and wmieeepc(4) as modules.


# 1.16 19-Feb-2011 jmcneill

build padlock module on i386


Revision tags: bouyer-quota2-base
# 1.15 07-Feb-2011 pooka

not here yet either (mirror amd64 commit)


# 1.14 05-Feb-2011 yamt

build tprof_amdpmi


# 1.13 16-Jan-2011 jmcneill

branches: 1.13.2;
build and install aps module on i386 and amd64


# 1.12 09-Jan-2011 jruoho

Add a dummy-driver for ACPI fans.


# 1.11 05-Jan-2011 jruoho

Add build files for acpipmtr(4) module.


Revision tags: matt-mips64-premerge-20101231
# 1.10 29-Dec-2010 jmcneill

some platforms don't have bus_dma, so only build these modules on x86


# 1.9 26-Oct-2010 jruoho

Build asus(x) and hpqlb(4) as modules on x86.


# 1.8 25-Oct-2010 jruoho

Update for new ACPI modules.


# 1.7 25-Oct-2010 jruoho

Build acpiacad(4), acpibat(4), acpibut(4), acpicpu(4), acpilid(4), and
thinkpad(4) as modules on x86. More to come later.


# 1.6 24-Oct-2010 jmcneill

build acpiwmi as a module on x86


# 1.5 24-Oct-2010 jmcneill

build wmi drivers as modules on x86


# 1.4 31-May-2010 pgoyette

Extract ACPIVERBOSE into a kernel module. The module can be builtin
by defining 'options ACPIVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

ACPIVERBOSE also includes code to dump acpi/wmi data.


# 1.3 09-Apr-2010 ahoka

Connect the pad(4) kernel module to the build on i386 and amd64.


Revision tags: matt-premerge-20091211
# 1.2 27-Sep-2009 jmcneill

enable viadrm kmod for i386


# 1.1 07-Sep-2009 jnemeth

Create a modules.tgz set and move kernel modules into it.


# 1.96 07-Sep-2022 martin

Comment out emuxki here for now - I don't think they belong here and
something else(tm) is wrong with the setup anyway, so better fix the build
for now and leave cleanup to somebody else.


# 1.95 07-Sep-2022 khorben

emuxki(4): allow building as a module

Tested on NetBSD/amd64 with a Sound Blaster Live! Value (CT4870)

Note that this required setting outputs.master to the maximum value
allowed (255) to get sound out, and then cranking the volume pretty
high.

Additional sound cards sponsored by the NetBSD Foundation; thanks!


# 1.94 05-Aug-2022 riastradh

i915: Restore non-obsolete set list entries.


# 1.93 28-Jul-2022 riastradh

drm: Hook up the drmkms modules to the build.


# 1.92 27-Jul-2022 maya

Enable amdgpu module & firmware on x86

Make it easier to test this one out, add `load amdgpu` before boot netbsd.

XXX there should probably be a drm block in sys/modules/Makefile which
includes aarch64.


# 1.91 25-Sep-2021 maya

Disable drmkms module builds.

They haven't been functional (and won't be before fixing genfb abi).
In a new drm update, we haven't prioritized fixing the build either.


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-futex-base
# 1.90 25-Mar-2021 nia

don't restrict pad module to i386 and amd64.

- module build tested on amiga, vax, i386, amd64, evbarm.
- build.sh release tested on i386.
- pad module functionality tested on aarch64.


# 1.89 08-Sep-2020 yamaguchi

branches: 1.89.2;
Added iavf(4) that is based on OpenBSD's iavf(4) implementation

reviewed by msaitoh@n.o and knakahara@n.o


# 1.88 27-Aug-2020 riastradh

Sort and deduplicate set lists.


# 1.87 04-Jul-2020 chs

the x86 xen and non-xen modules are identical,
so remove the unneeded extra copies.
Xen kernels now use the same modules as native kernels.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406
# 1.86 29-Feb-2020 skrll

if_ixl is MD


# 1.85 11-Feb-2020 uki

PR misc/46937: add modules package, from Lloyd Parkes.


# 1.84 09-Feb-2020 jmcneill

Retire azalia(4).


# 1.83 04-Dec-2019 jmcneill

Move dtrace_syscall_linux out of mi set list


Revision tags: netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930
# 1.82 19-Sep-2018 maxv

branches: 1.82.2;
Don't build the module sets for non-pae-32bit-pv. Noted by John D. Baker
on port-i386@, thanks.


Revision tags: pgoyette-compat-0906
# 1.81 28-Aug-2018 martin

Add drmkms_agp module


Revision tags: pgoyette-compat-0728
# 1.80 24-Jul-2018 maxv

Merge the tprof_pmi and tprof_amdpmi modules into a single tprof_x86
module.


# 1.79 10-Jul-2018 maya

Remove viadrm(4), superseded by viadrmums.

Aside from viadrm using older drm code, it's also dysfunctional right now.
See PR port-i386/53364.


Revision tags: phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.78 26-Feb-2018 pgoyette

branches: 1.78.2; 1.78.4;
Update sets lists for new modular ichsmb(4)


# 1.77 25-Feb-2018 pgoyette

Update for newly added imcsmb driver modules.


# 1.76 25-Jan-2018 pgoyette

Update sets lists for new amdsmn(4) and amdzentemp(4) modules


# 1.75 09-Aug-2017 maxv

Remove compat_ibcs2 from i386. After a discussion on port-vax, it turns
out that compat_ibcs2 does not implement the iBCS2 standard - which is
x86-specific - but rather SVR3. Our real iBCS2 implementation was a
mixture of compat_ibcs2 and compat_svr4, and was only partial. Keeping
support for this in i386 is totally irrelevant today. I also asked on
port-i386 but didn't wait long.

The main issue is that compat_ibcs2 should have been called compat_svr3.
But CVS does not support renaming files, and moving things around is both
painful and tiring, even more so when no one seems to be interested in
doing this work or in the feature at all. For now compat_ibcs2 is available
on Vax and will stay, until someone (not me) cleans it up.


# 1.74 01-Aug-2017 maya

Mark the compat_svr4 module obsolete.

hopefully fixes the build, this is a blind commit.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.73 15-Dec-2016 kre

branches: 1.73.6;

More sets list sorting (maybe this time they're really all done)


# 1.72 15-Dec-2016 pgoyette

Update for the new "universal" spkr module.

Note that entries in the md.i386 and md.amd64 lists are actually deleted
(rather than being marked "obsolete" as directed in the comments). This
is OK, since there is now a new module in the mi list to replace them.


Revision tags: pgoyette-localcount-20161104
# 1.71 27-Sep-2016 pgoyette

For now, disable all the newly-created ld(4) related modules. We need
to come up with a better way to handle attachment-specific modules, and
possibly a better directory structure for modules in general, as the
current mechanism doesn't scale.


# 1.70 27-Sep-2016 pgoyette

Update sets lists for all the new modules (for l4(4) and its attachments)


# 1.69 17-Sep-2016 pgoyette

Fix sets lists for nvme module. Since it is being built only for the
i386 and amd64 platforms, the entries belong in the md.xxx lists, not
in the mi list.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.68 23-Jun-2015 matt

branches: 1.68.2;
Remove compatmodules lines since they are now autogenerated


# 1.67 17-May-2015 pgoyette

Add spkr(4) module to the sets lists.


# 1.66 13-May-2015 pgoyette

Update sets lists for new sysv_ipc module


# 1.65 10-May-2015 pgoyette

Update sets lists for new compat_sysv module.


# 1.64 03-May-2015 pgoyette

Put the '/' back, but put it in the correct location!


# 1.63 03-May-2015 pgoyette

Fix typo, fix the build-break. One '/' is enough in path names.


# 1.62 03-May-2015 pgoyette

Include the new tco module on i386 and amd64 builds


# 1.61 29-Apr-2015 riastradh

Forgot to commit set list update for viadrmums.


# 1.60 23-Apr-2015 pgoyette

Update sets lists for new sysmon modules


# 1.59 18-Apr-2015 pgoyette

Update sets lists for new swwdog module


# 1.58 28-Mar-2015 jmcneill

Split hdaudio and PCI attach glue. Even though the driver was written with
this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move
common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.


# 1.57 08-Mar-2015 christos

change dtrace_foo_syscall -> dtrace_syscall_foo


# 1.56 07-Mar-2015 christos

Add dtrace syscalls


# 1.55 07-Mar-2015 jmcneill

i2c devices don't actually have a dependency on "iic" (the bus driver)
but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the
dependencies in files.i2c and switch device drivers to depend on "i2cexec"
module instead.

A kernel with a USB stack and no I2C controller / bus attachment would spit
out a bunch of "WARNING: module error: can't find builtin dependency `iic'"
messages at boot. This change solves that problem.


# 1.54 21-Feb-2015 ozaki-r

Add missing dtrace modules to md.i386 set list


# 1.53 21-Feb-2015 ozaki-r

Add missing tags (zfs, solaris and lvm) to md.i386


# 1.52 16-Nov-2014 riastradh

Tag the Xen iSCSI modules with `iscsi' in the md.x86 lists.


# 1.51 12-Nov-2014 enami

Add compatmodules keyword so that build.sh -V MKCOMPATMODULES=no won't fail.


# 1.50 11-Nov-2014 nonaka

fix drmkms module path for xen.


# 1.49 10-Nov-2014 christos

add the drmkms modules


# 1.48 19-Sep-2014 christos

missed an hdaudio change.


# 1.47 19-Sep-2014 christos

Add hdaudioverbose


Revision tags: netbsd-7-base tls-maxphys-base
# 1.46 11-Aug-2014 jnemeth

branches: 1.46.2;
remove debug cruft, the example module is not normally built


# 1.45 11-Aug-2014 jnemeth

Add the infrastructure for MODULAR support for Xen kernels. At
the moment, this can only load very simple modules due to missing
symbols. It is being add at this time to make pullups to the
netbsd-7 branch easier. It is not enabled by default in any kernels.


# 1.44 09-Aug-2014 bad

Build ubsec(4) as a module on all arches where it was obivous how to do so.
That excludes powerpc because evppc OEA is missing definitions for
PPC_INTR_IMPL and PPC_PCI_MACHDEP_IMPL.
Adjust set lists.

Compile tested for most arches only.


Revision tags: yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.43 17-Nov-2013 alnsn

Build and install sljit.kmod and bpfjit.kmod iff ${MKSLJIT} != "no".


# 1.42 11-Aug-2013 joerg

Sort entries in strcmp order.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.41 28-Oct-2012 alnsn

Build bpfjit on i386.


# 1.40 06-Aug-2012 martin

branches: 1.40.2;
The hdaudio and hdafg modules are not MI (they at least require PCI)


# 1.39 30-Jun-2012 reinoud

Move i386 and amd64 usermode configurations to their respective directories
and make the usermode kernels buildalbe under build.sh.

The resulting kernels are build and packaged correctly as are the associated
modules.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base
# 1.38 17-Jan-2012 jakllsch

Add lm, lm_isa_common, lm_isa, lm_wbsio and wbsio modules to the x86 build.


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.37 18-Oct-2011 jmcneill

branches: 1.37.2;
add & enable vmt module


# 1.36 29-Aug-2011 jruoho

Add Zarlink ZL10353 DVB demodulator (or as it is now know, Intel CE623x).


# 1.35 28-Aug-2011 jmcneill

add mach64drm, mgadrm, r128drm, savagedrm, sisdrm, and tdfxdrm modules


# 1.34 28-Aug-2011 jmcneill

Split out ati_pcigart into a separate module so it can be shared with r128drm


# 1.33 11-Aug-2011 mbalmer

pwdog is not mi, but it only in the lists we build it for.


# 1.32 09-Aug-2011 jruoho

Build acpiwdrt(4) as a module on x86.


# 1.31 09-Aug-2011 jmcneill

include cx24227, lg3303, mt2131, nxt2k, tvpll, xc3028, coram, cxdtv, and emdtv
modules in x86 build


# 1.30 31-Jul-2011 jmcneill

build and install finsio module on i386 and amd64


# 1.29 29-Jul-2011 jmcneill

build and install itesio module on i386 and amd64


# 1.28 15-Jul-2011 jmcneill

add nsclpcsio module to i386 build


# 1.27 13-Jul-2011 jruoho

A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on
HP NC4400. Like aps(4), this is commented out in the GENERIC kernels.


# 1.26 15-Jun-2011 jruoho

Modularize hpet(4). Works nicely with the multiple bus locations.


# 1.25 15-Jun-2011 jruoho

Modularize amdtemp(4).


Revision tags: cherry-xenmp-base
# 1.24 14-Apr-2011 yamt

branches: 1.24.2;
re-enable tprof_amdpmi


Revision tags: bouyer-quota2-nbase
# 1.23 04-Mar-2011 jruoho

Add module build glue for odcm(4).


# 1.22 24-Feb-2011 jruoho

Build glue for viac7temp(4).


# 1.21 24-Feb-2011 jruoho

Add build glue for powernow(4).


# 1.20 23-Feb-2011 jruoho

Build glue for est(4).


# 1.19 20-Feb-2011 jruoho

Add build glue for coretemp(4).


# 1.18 20-Feb-2011 jruoho

hpqlb(4) was accidentally removed in the previous commit. Put it back.


# 1.17 20-Feb-2011 jruoho

Build fujbp(4), fujhk(4), and wmieeepc(4) as modules.


# 1.16 19-Feb-2011 jmcneill

build padlock module on i386


Revision tags: bouyer-quota2-base
# 1.15 07-Feb-2011 pooka

not here yet either (mirror amd64 commit)


# 1.14 05-Feb-2011 yamt

build tprof_amdpmi


# 1.13 16-Jan-2011 jmcneill

branches: 1.13.2;
build and install aps module on i386 and amd64


# 1.12 09-Jan-2011 jruoho

Add a dummy-driver for ACPI fans.


# 1.11 05-Jan-2011 jruoho

Add build files for acpipmtr(4) module.


Revision tags: matt-mips64-premerge-20101231
# 1.10 29-Dec-2010 jmcneill

some platforms don't have bus_dma, so only build these modules on x86


# 1.9 26-Oct-2010 jruoho

Build asus(x) and hpqlb(4) as modules on x86.


# 1.8 25-Oct-2010 jruoho

Update for new ACPI modules.


# 1.7 25-Oct-2010 jruoho

Build acpiacad(4), acpibat(4), acpibut(4), acpicpu(4), acpilid(4), and
thinkpad(4) as modules on x86. More to come later.


# 1.6 24-Oct-2010 jmcneill

build acpiwmi as a module on x86


# 1.5 24-Oct-2010 jmcneill

build wmi drivers as modules on x86


# 1.4 31-May-2010 pgoyette

Extract ACPIVERBOSE into a kernel module. The module can be builtin
by defining 'options ACPIVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

ACPIVERBOSE also includes code to dump acpi/wmi data.


# 1.3 09-Apr-2010 ahoka

Connect the pad(4) kernel module to the build on i386 and amd64.


Revision tags: matt-premerge-20091211
# 1.2 27-Sep-2009 jmcneill

enable viadrm kmod for i386


# 1.1 07-Sep-2009 jnemeth

Create a modules.tgz set and move kernel modules into it.


# 1.96 07-Sep-2022 martin

Comment out emuxki here for now - I don't think they belong here and
something else(tm) is wrong with the setup anyway, so better fix the build
for now and leave cleanup to somebody else.


# 1.95 07-Sep-2022 khorben

emuxki(4): allow building as a module

Tested on NetBSD/amd64 with a Sound Blaster Live! Value (CT4870)

Note that this required setting outputs.master to the maximum value
allowed (255) to get sound out, and then cranking the volume pretty
high.

Additional sound cards sponsored by the NetBSD Foundation; thanks!


# 1.94 05-Aug-2022 riastradh

i915: Restore non-obsolete set list entries.


# 1.93 28-Jul-2022 riastradh

drm: Hook up the drmkms modules to the build.


# 1.92 27-Jul-2022 maya

Enable amdgpu module & firmware on x86

Make it easier to test this one out, add `load amdgpu` before boot netbsd.

XXX there should probably be a drm block in sys/modules/Makefile which
includes aarch64.


# 1.91 25-Sep-2021 maya

Disable drmkms module builds.

They haven't been functional (and won't be before fixing genfb abi).
In a new drm update, we haven't prioritized fixing the build either.


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-futex-base
# 1.90 25-Mar-2021 nia

don't restrict pad module to i386 and amd64.

- module build tested on amiga, vax, i386, amd64, evbarm.
- build.sh release tested on i386.
- pad module functionality tested on aarch64.


# 1.89 08-Sep-2020 yamaguchi

branches: 1.89.2;
Added iavf(4) that is based on OpenBSD's iavf(4) implementation

reviewed by msaitoh@n.o and knakahara@n.o


# 1.88 27-Aug-2020 riastradh

Sort and deduplicate set lists.


# 1.87 04-Jul-2020 chs

the x86 xen and non-xen modules are identical,
so remove the unneeded extra copies.
Xen kernels now use the same modules as native kernels.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406
# 1.86 29-Feb-2020 skrll

if_ixl is MD


# 1.85 11-Feb-2020 uki

PR misc/46937: add modules package, from Lloyd Parkes.


# 1.84 09-Feb-2020 jmcneill

Retire azalia(4).


# 1.83 04-Dec-2019 jmcneill

Move dtrace_syscall_linux out of mi set list


Revision tags: netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930
# 1.82 19-Sep-2018 maxv

branches: 1.82.2;
Don't build the module sets for non-pae-32bit-pv. Noted by John D. Baker
on port-i386@, thanks.


Revision tags: pgoyette-compat-0906
# 1.81 28-Aug-2018 martin

Add drmkms_agp module


Revision tags: pgoyette-compat-0728
# 1.80 24-Jul-2018 maxv

Merge the tprof_pmi and tprof_amdpmi modules into a single tprof_x86
module.


# 1.79 10-Jul-2018 maya

Remove viadrm(4), superseded by viadrmums.

Aside from viadrm using older drm code, it's also dysfunctional right now.
See PR port-i386/53364.


Revision tags: phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.78 26-Feb-2018 pgoyette

branches: 1.78.2; 1.78.4;
Update sets lists for new modular ichsmb(4)


# 1.77 25-Feb-2018 pgoyette

Update for newly added imcsmb driver modules.


# 1.76 25-Jan-2018 pgoyette

Update sets lists for new amdsmn(4) and amdzentemp(4) modules


# 1.75 09-Aug-2017 maxv

Remove compat_ibcs2 from i386. After a discussion on port-vax, it turns
out that compat_ibcs2 does not implement the iBCS2 standard - which is
x86-specific - but rather SVR3. Our real iBCS2 implementation was a
mixture of compat_ibcs2 and compat_svr4, and was only partial. Keeping
support for this in i386 is totally irrelevant today. I also asked on
port-i386 but didn't wait long.

The main issue is that compat_ibcs2 should have been called compat_svr3.
But CVS does not support renaming files, and moving things around is both
painful and tiring, even more so when no one seems to be interested in
doing this work or in the feature at all. For now compat_ibcs2 is available
on Vax and will stay, until someone (not me) cleans it up.


# 1.74 01-Aug-2017 maya

Mark the compat_svr4 module obsolete.

hopefully fixes the build, this is a blind commit.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.73 15-Dec-2016 kre

branches: 1.73.6;

More sets list sorting (maybe this time they're really all done)


# 1.72 15-Dec-2016 pgoyette

Update for the new "universal" spkr module.

Note that entries in the md.i386 and md.amd64 lists are actually deleted
(rather than being marked "obsolete" as directed in the comments). This
is OK, since there is now a new module in the mi list to replace them.


Revision tags: pgoyette-localcount-20161104
# 1.71 27-Sep-2016 pgoyette

For now, disable all the newly-created ld(4) related modules. We need
to come up with a better way to handle attachment-specific modules, and
possibly a better directory structure for modules in general, as the
current mechanism doesn't scale.


# 1.70 27-Sep-2016 pgoyette

Update sets lists for all the new modules (for l4(4) and its attachments)


# 1.69 17-Sep-2016 pgoyette

Fix sets lists for nvme module. Since it is being built only for the
i386 and amd64 platforms, the entries belong in the md.xxx lists, not
in the mi list.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.68 23-Jun-2015 matt

branches: 1.68.2;
Remove compatmodules lines since they are now autogenerated


# 1.67 17-May-2015 pgoyette

Add spkr(4) module to the sets lists.


# 1.66 13-May-2015 pgoyette

Update sets lists for new sysv_ipc module


# 1.65 10-May-2015 pgoyette

Update sets lists for new compat_sysv module.


# 1.64 03-May-2015 pgoyette

Put the '/' back, but put it in the correct location!


# 1.63 03-May-2015 pgoyette

Fix typo, fix the build-break. One '/' is enough in path names.


# 1.62 03-May-2015 pgoyette

Include the new tco module on i386 and amd64 builds


# 1.61 29-Apr-2015 riastradh

Forgot to commit set list update for viadrmums.


# 1.60 23-Apr-2015 pgoyette

Update sets lists for new sysmon modules


# 1.59 18-Apr-2015 pgoyette

Update sets lists for new swwdog module


# 1.58 28-Mar-2015 jmcneill

Split hdaudio and PCI attach glue. Even though the driver was written with
this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move
common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.


# 1.57 08-Mar-2015 christos

change dtrace_foo_syscall -> dtrace_syscall_foo


# 1.56 07-Mar-2015 christos

Add dtrace syscalls


# 1.55 07-Mar-2015 jmcneill

i2c devices don't actually have a dependency on "iic" (the bus driver)
but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the
dependencies in files.i2c and switch device drivers to depend on "i2cexec"
module instead.

A kernel with a USB stack and no I2C controller / bus attachment would spit
out a bunch of "WARNING: module error: can't find builtin dependency `iic'"
messages at boot. This change solves that problem.


# 1.54 21-Feb-2015 ozaki-r

Add missing dtrace modules to md.i386 set list


# 1.53 21-Feb-2015 ozaki-r

Add missing tags (zfs, solaris and lvm) to md.i386


# 1.52 16-Nov-2014 riastradh

Tag the Xen iSCSI modules with `iscsi' in the md.x86 lists.


# 1.51 12-Nov-2014 enami

Add compatmodules keyword so that build.sh -V MKCOMPATMODULES=no won't fail.


# 1.50 11-Nov-2014 nonaka

fix drmkms module path for xen.


# 1.49 10-Nov-2014 christos

add the drmkms modules


# 1.48 19-Sep-2014 christos

missed an hdaudio change.


# 1.47 19-Sep-2014 christos

Add hdaudioverbose


Revision tags: netbsd-7-base tls-maxphys-base
# 1.46 11-Aug-2014 jnemeth

branches: 1.46.2;
remove debug cruft, the example module is not normally built


# 1.45 11-Aug-2014 jnemeth

Add the infrastructure for MODULAR support for Xen kernels. At
the moment, this can only load very simple modules due to missing
symbols. It is being add at this time to make pullups to the
netbsd-7 branch easier. It is not enabled by default in any kernels.


# 1.44 09-Aug-2014 bad

Build ubsec(4) as a module on all arches where it was obivous how to do so.
That excludes powerpc because evppc OEA is missing definitions for
PPC_INTR_IMPL and PPC_PCI_MACHDEP_IMPL.
Adjust set lists.

Compile tested for most arches only.


Revision tags: yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.43 17-Nov-2013 alnsn

Build and install sljit.kmod and bpfjit.kmod iff ${MKSLJIT} != "no".


# 1.42 11-Aug-2013 joerg

Sort entries in strcmp order.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.41 28-Oct-2012 alnsn

Build bpfjit on i386.


# 1.40 06-Aug-2012 martin

branches: 1.40.2;
The hdaudio and hdafg modules are not MI (they at least require PCI)


# 1.39 30-Jun-2012 reinoud

Move i386 and amd64 usermode configurations to their respective directories
and make the usermode kernels buildalbe under build.sh.

The resulting kernels are build and packaged correctly as are the associated
modules.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base
# 1.38 17-Jan-2012 jakllsch

Add lm, lm_isa_common, lm_isa, lm_wbsio and wbsio modules to the x86 build.


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.37 18-Oct-2011 jmcneill

branches: 1.37.2;
add & enable vmt module


# 1.36 29-Aug-2011 jruoho

Add Zarlink ZL10353 DVB demodulator (or as it is now know, Intel CE623x).


# 1.35 28-Aug-2011 jmcneill

add mach64drm, mgadrm, r128drm, savagedrm, sisdrm, and tdfxdrm modules


# 1.34 28-Aug-2011 jmcneill

Split out ati_pcigart into a separate module so it can be shared with r128drm


# 1.33 11-Aug-2011 mbalmer

pwdog is not mi, but it only in the lists we build it for.


# 1.32 09-Aug-2011 jruoho

Build acpiwdrt(4) as a module on x86.


# 1.31 09-Aug-2011 jmcneill

include cx24227, lg3303, mt2131, nxt2k, tvpll, xc3028, coram, cxdtv, and emdtv
modules in x86 build


# 1.30 31-Jul-2011 jmcneill

build and install finsio module on i386 and amd64


# 1.29 29-Jul-2011 jmcneill

build and install itesio module on i386 and amd64


# 1.28 15-Jul-2011 jmcneill

add nsclpcsio module to i386 build


# 1.27 13-Jul-2011 jruoho

A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on
HP NC4400. Like aps(4), this is commented out in the GENERIC kernels.


# 1.26 15-Jun-2011 jruoho

Modularize hpet(4). Works nicely with the multiple bus locations.


# 1.25 15-Jun-2011 jruoho

Modularize amdtemp(4).


Revision tags: cherry-xenmp-base
# 1.24 14-Apr-2011 yamt

branches: 1.24.2;
re-enable tprof_amdpmi


Revision tags: bouyer-quota2-nbase
# 1.23 04-Mar-2011 jruoho

Add module build glue for odcm(4).


# 1.22 24-Feb-2011 jruoho

Build glue for viac7temp(4).


# 1.21 24-Feb-2011 jruoho

Add build glue for powernow(4).


# 1.20 23-Feb-2011 jruoho

Build glue for est(4).


# 1.19 20-Feb-2011 jruoho

Add build glue for coretemp(4).


# 1.18 20-Feb-2011 jruoho

hpqlb(4) was accidentally removed in the previous commit. Put it back.


# 1.17 20-Feb-2011 jruoho

Build fujbp(4), fujhk(4), and wmieeepc(4) as modules.


# 1.16 19-Feb-2011 jmcneill

build padlock module on i386


Revision tags: bouyer-quota2-base
# 1.15 07-Feb-2011 pooka

not here yet either (mirror amd64 commit)


# 1.14 05-Feb-2011 yamt

build tprof_amdpmi


# 1.13 16-Jan-2011 jmcneill

branches: 1.13.2;
build and install aps module on i386 and amd64


# 1.12 09-Jan-2011 jruoho

Add a dummy-driver for ACPI fans.


# 1.11 05-Jan-2011 jruoho

Add build files for acpipmtr(4) module.


Revision tags: matt-mips64-premerge-20101231
# 1.10 29-Dec-2010 jmcneill

some platforms don't have bus_dma, so only build these modules on x86


# 1.9 26-Oct-2010 jruoho

Build asus(x) and hpqlb(4) as modules on x86.


# 1.8 25-Oct-2010 jruoho

Update for new ACPI modules.


# 1.7 25-Oct-2010 jruoho

Build acpiacad(4), acpibat(4), acpibut(4), acpicpu(4), acpilid(4), and
thinkpad(4) as modules on x86. More to come later.


# 1.6 24-Oct-2010 jmcneill

build acpiwmi as a module on x86


# 1.5 24-Oct-2010 jmcneill

build wmi drivers as modules on x86


# 1.4 31-May-2010 pgoyette

Extract ACPIVERBOSE into a kernel module. The module can be builtin
by defining 'options ACPIVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

ACPIVERBOSE also includes code to dump acpi/wmi data.


# 1.3 09-Apr-2010 ahoka

Connect the pad(4) kernel module to the build on i386 and amd64.


Revision tags: matt-premerge-20091211
# 1.2 27-Sep-2009 jmcneill

enable viadrm kmod for i386


# 1.1 07-Sep-2009 jnemeth

Create a modules.tgz set and move kernel modules into it.


# 1.94 05-Aug-2022 riastradh

i915: Restore non-obsolete set list entries.


# 1.93 28-Jul-2022 riastradh

drm: Hook up the drmkms modules to the build.


# 1.92 27-Jul-2022 maya

Enable amdgpu module & firmware on x86

Make it easier to test this one out, add `load amdgpu` before boot netbsd.

XXX there should probably be a drm block in sys/modules/Makefile which
includes aarch64.


# 1.91 25-Sep-2021 maya

Disable drmkms module builds.

They haven't been functional (and won't be before fixing genfb abi).
In a new drm update, we haven't prioritized fixing the build either.


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-futex-base
# 1.90 25-Mar-2021 nia

don't restrict pad module to i386 and amd64.

- module build tested on amiga, vax, i386, amd64, evbarm.
- build.sh release tested on i386.
- pad module functionality tested on aarch64.


# 1.89 08-Sep-2020 yamaguchi

branches: 1.89.2;
Added iavf(4) that is based on OpenBSD's iavf(4) implementation

reviewed by msaitoh@n.o and knakahara@n.o


# 1.88 27-Aug-2020 riastradh

Sort and deduplicate set lists.


# 1.87 04-Jul-2020 chs

the x86 xen and non-xen modules are identical,
so remove the unneeded extra copies.
Xen kernels now use the same modules as native kernels.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406
# 1.86 29-Feb-2020 skrll

if_ixl is MD


# 1.85 11-Feb-2020 uki

PR misc/46937: add modules package, from Lloyd Parkes.


# 1.84 09-Feb-2020 jmcneill

Retire azalia(4).


# 1.83 04-Dec-2019 jmcneill

Move dtrace_syscall_linux out of mi set list


Revision tags: netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930
# 1.82 19-Sep-2018 maxv

branches: 1.82.2;
Don't build the module sets for non-pae-32bit-pv. Noted by John D. Baker
on port-i386@, thanks.


Revision tags: pgoyette-compat-0906
# 1.81 28-Aug-2018 martin

Add drmkms_agp module


Revision tags: pgoyette-compat-0728
# 1.80 24-Jul-2018 maxv

Merge the tprof_pmi and tprof_amdpmi modules into a single tprof_x86
module.


# 1.79 10-Jul-2018 maya

Remove viadrm(4), superseded by viadrmums.

Aside from viadrm using older drm code, it's also dysfunctional right now.
See PR port-i386/53364.


Revision tags: phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.78 26-Feb-2018 pgoyette

branches: 1.78.2; 1.78.4;
Update sets lists for new modular ichsmb(4)


# 1.77 25-Feb-2018 pgoyette

Update for newly added imcsmb driver modules.


# 1.76 25-Jan-2018 pgoyette

Update sets lists for new amdsmn(4) and amdzentemp(4) modules


# 1.75 09-Aug-2017 maxv

Remove compat_ibcs2 from i386. After a discussion on port-vax, it turns
out that compat_ibcs2 does not implement the iBCS2 standard - which is
x86-specific - but rather SVR3. Our real iBCS2 implementation was a
mixture of compat_ibcs2 and compat_svr4, and was only partial. Keeping
support for this in i386 is totally irrelevant today. I also asked on
port-i386 but didn't wait long.

The main issue is that compat_ibcs2 should have been called compat_svr3.
But CVS does not support renaming files, and moving things around is both
painful and tiring, even more so when no one seems to be interested in
doing this work or in the feature at all. For now compat_ibcs2 is available
on Vax and will stay, until someone (not me) cleans it up.


# 1.74 01-Aug-2017 maya

Mark the compat_svr4 module obsolete.

hopefully fixes the build, this is a blind commit.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.73 15-Dec-2016 kre

branches: 1.73.6;

More sets list sorting (maybe this time they're really all done)


# 1.72 15-Dec-2016 pgoyette

Update for the new "universal" spkr module.

Note that entries in the md.i386 and md.amd64 lists are actually deleted
(rather than being marked "obsolete" as directed in the comments). This
is OK, since there is now a new module in the mi list to replace them.


Revision tags: pgoyette-localcount-20161104
# 1.71 27-Sep-2016 pgoyette

For now, disable all the newly-created ld(4) related modules. We need
to come up with a better way to handle attachment-specific modules, and
possibly a better directory structure for modules in general, as the
current mechanism doesn't scale.


# 1.70 27-Sep-2016 pgoyette

Update sets lists for all the new modules (for l4(4) and its attachments)


# 1.69 17-Sep-2016 pgoyette

Fix sets lists for nvme module. Since it is being built only for the
i386 and amd64 platforms, the entries belong in the md.xxx lists, not
in the mi list.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.68 23-Jun-2015 matt

branches: 1.68.2;
Remove compatmodules lines since they are now autogenerated


# 1.67 17-May-2015 pgoyette

Add spkr(4) module to the sets lists.


# 1.66 13-May-2015 pgoyette

Update sets lists for new sysv_ipc module


# 1.65 10-May-2015 pgoyette

Update sets lists for new compat_sysv module.


# 1.64 03-May-2015 pgoyette

Put the '/' back, but put it in the correct location!


# 1.63 03-May-2015 pgoyette

Fix typo, fix the build-break. One '/' is enough in path names.


# 1.62 03-May-2015 pgoyette

Include the new tco module on i386 and amd64 builds


# 1.61 29-Apr-2015 riastradh

Forgot to commit set list update for viadrmums.


# 1.60 23-Apr-2015 pgoyette

Update sets lists for new sysmon modules


# 1.59 18-Apr-2015 pgoyette

Update sets lists for new swwdog module


# 1.58 28-Mar-2015 jmcneill

Split hdaudio and PCI attach glue. Even though the driver was written with
this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move
common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.


# 1.57 08-Mar-2015 christos

change dtrace_foo_syscall -> dtrace_syscall_foo


# 1.56 07-Mar-2015 christos

Add dtrace syscalls


# 1.55 07-Mar-2015 jmcneill

i2c devices don't actually have a dependency on "iic" (the bus driver)
but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the
dependencies in files.i2c and switch device drivers to depend on "i2cexec"
module instead.

A kernel with a USB stack and no I2C controller / bus attachment would spit
out a bunch of "WARNING: module error: can't find builtin dependency `iic'"
messages at boot. This change solves that problem.


# 1.54 21-Feb-2015 ozaki-r

Add missing dtrace modules to md.i386 set list


# 1.53 21-Feb-2015 ozaki-r

Add missing tags (zfs, solaris and lvm) to md.i386


# 1.52 16-Nov-2014 riastradh

Tag the Xen iSCSI modules with `iscsi' in the md.x86 lists.


# 1.51 12-Nov-2014 enami

Add compatmodules keyword so that build.sh -V MKCOMPATMODULES=no won't fail.


# 1.50 11-Nov-2014 nonaka

fix drmkms module path for xen.


# 1.49 10-Nov-2014 christos

add the drmkms modules


# 1.48 19-Sep-2014 christos

missed an hdaudio change.


# 1.47 19-Sep-2014 christos

Add hdaudioverbose


Revision tags: netbsd-7-base tls-maxphys-base
# 1.46 11-Aug-2014 jnemeth

branches: 1.46.2;
remove debug cruft, the example module is not normally built


# 1.45 11-Aug-2014 jnemeth

Add the infrastructure for MODULAR support for Xen kernels. At
the moment, this can only load very simple modules due to missing
symbols. It is being add at this time to make pullups to the
netbsd-7 branch easier. It is not enabled by default in any kernels.


# 1.44 09-Aug-2014 bad

Build ubsec(4) as a module on all arches where it was obivous how to do so.
That excludes powerpc because evppc OEA is missing definitions for
PPC_INTR_IMPL and PPC_PCI_MACHDEP_IMPL.
Adjust set lists.

Compile tested for most arches only.


Revision tags: yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.43 17-Nov-2013 alnsn

Build and install sljit.kmod and bpfjit.kmod iff ${MKSLJIT} != "no".


# 1.42 11-Aug-2013 joerg

Sort entries in strcmp order.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.41 28-Oct-2012 alnsn

Build bpfjit on i386.


# 1.40 06-Aug-2012 martin

branches: 1.40.2;
The hdaudio and hdafg modules are not MI (they at least require PCI)


# 1.39 30-Jun-2012 reinoud

Move i386 and amd64 usermode configurations to their respective directories
and make the usermode kernels buildalbe under build.sh.

The resulting kernels are build and packaged correctly as are the associated
modules.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base
# 1.38 17-Jan-2012 jakllsch

Add lm, lm_isa_common, lm_isa, lm_wbsio and wbsio modules to the x86 build.


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.37 18-Oct-2011 jmcneill

branches: 1.37.2;
add & enable vmt module


# 1.36 29-Aug-2011 jruoho

Add Zarlink ZL10353 DVB demodulator (or as it is now know, Intel CE623x).


# 1.35 28-Aug-2011 jmcneill

add mach64drm, mgadrm, r128drm, savagedrm, sisdrm, and tdfxdrm modules


# 1.34 28-Aug-2011 jmcneill

Split out ati_pcigart into a separate module so it can be shared with r128drm


# 1.33 11-Aug-2011 mbalmer

pwdog is not mi, but it only in the lists we build it for.


# 1.32 09-Aug-2011 jruoho

Build acpiwdrt(4) as a module on x86.


# 1.31 09-Aug-2011 jmcneill

include cx24227, lg3303, mt2131, nxt2k, tvpll, xc3028, coram, cxdtv, and emdtv
modules in x86 build


# 1.30 31-Jul-2011 jmcneill

build and install finsio module on i386 and amd64


# 1.29 29-Jul-2011 jmcneill

build and install itesio module on i386 and amd64


# 1.28 15-Jul-2011 jmcneill

add nsclpcsio module to i386 build


# 1.27 13-Jul-2011 jruoho

A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on
HP NC4400. Like aps(4), this is commented out in the GENERIC kernels.


# 1.26 15-Jun-2011 jruoho

Modularize hpet(4). Works nicely with the multiple bus locations.


# 1.25 15-Jun-2011 jruoho

Modularize amdtemp(4).


Revision tags: cherry-xenmp-base
# 1.24 14-Apr-2011 yamt

branches: 1.24.2;
re-enable tprof_amdpmi


Revision tags: bouyer-quota2-nbase
# 1.23 04-Mar-2011 jruoho

Add module build glue for odcm(4).


# 1.22 24-Feb-2011 jruoho

Build glue for viac7temp(4).


# 1.21 24-Feb-2011 jruoho

Add build glue for powernow(4).


# 1.20 23-Feb-2011 jruoho

Build glue for est(4).


# 1.19 20-Feb-2011 jruoho

Add build glue for coretemp(4).


# 1.18 20-Feb-2011 jruoho

hpqlb(4) was accidentally removed in the previous commit. Put it back.


# 1.17 20-Feb-2011 jruoho

Build fujbp(4), fujhk(4), and wmieeepc(4) as modules.


# 1.16 19-Feb-2011 jmcneill

build padlock module on i386


Revision tags: bouyer-quota2-base
# 1.15 07-Feb-2011 pooka

not here yet either (mirror amd64 commit)


# 1.14 05-Feb-2011 yamt

build tprof_amdpmi


# 1.13 16-Jan-2011 jmcneill

branches: 1.13.2;
build and install aps module on i386 and amd64


# 1.12 09-Jan-2011 jruoho

Add a dummy-driver for ACPI fans.


# 1.11 05-Jan-2011 jruoho

Add build files for acpipmtr(4) module.


Revision tags: matt-mips64-premerge-20101231
# 1.10 29-Dec-2010 jmcneill

some platforms don't have bus_dma, so only build these modules on x86


# 1.9 26-Oct-2010 jruoho

Build asus(x) and hpqlb(4) as modules on x86.


# 1.8 25-Oct-2010 jruoho

Update for new ACPI modules.


# 1.7 25-Oct-2010 jruoho

Build acpiacad(4), acpibat(4), acpibut(4), acpicpu(4), acpilid(4), and
thinkpad(4) as modules on x86. More to come later.


# 1.6 24-Oct-2010 jmcneill

build acpiwmi as a module on x86


# 1.5 24-Oct-2010 jmcneill

build wmi drivers as modules on x86


# 1.4 31-May-2010 pgoyette

Extract ACPIVERBOSE into a kernel module. The module can be builtin
by defining 'options ACPIVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

ACPIVERBOSE also includes code to dump acpi/wmi data.


# 1.3 09-Apr-2010 ahoka

Connect the pad(4) kernel module to the build on i386 and amd64.


Revision tags: matt-premerge-20091211
# 1.2 27-Sep-2009 jmcneill

enable viadrm kmod for i386


# 1.1 07-Sep-2009 jnemeth

Create a modules.tgz set and move kernel modules into it.


# 1.93 28-Jul-2022 riastradh

drm: Hook up the drmkms modules to the build.


# 1.92 27-Jul-2022 maya

Enable amdgpu module & firmware on x86

Make it easier to test this one out, add `load amdgpu` before boot netbsd.

XXX there should probably be a drm block in sys/modules/Makefile which
includes aarch64.


# 1.91 25-Sep-2021 maya

Disable drmkms module builds.

They haven't been functional (and won't be before fixing genfb abi).
In a new drm update, we haven't prioritized fixing the build either.


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-futex-base
# 1.90 25-Mar-2021 nia

don't restrict pad module to i386 and amd64.

- module build tested on amiga, vax, i386, amd64, evbarm.
- build.sh release tested on i386.
- pad module functionality tested on aarch64.


# 1.89 08-Sep-2020 yamaguchi

branches: 1.89.2;
Added iavf(4) that is based on OpenBSD's iavf(4) implementation

reviewed by msaitoh@n.o and knakahara@n.o


# 1.88 27-Aug-2020 riastradh

Sort and deduplicate set lists.


# 1.87 04-Jul-2020 chs

the x86 xen and non-xen modules are identical,
so remove the unneeded extra copies.
Xen kernels now use the same modules as native kernels.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406
# 1.86 29-Feb-2020 skrll

if_ixl is MD


# 1.85 11-Feb-2020 uki

PR misc/46937: add modules package, from Lloyd Parkes.


# 1.84 09-Feb-2020 jmcneill

Retire azalia(4).


# 1.83 04-Dec-2019 jmcneill

Move dtrace_syscall_linux out of mi set list


Revision tags: netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930
# 1.82 19-Sep-2018 maxv

branches: 1.82.2;
Don't build the module sets for non-pae-32bit-pv. Noted by John D. Baker
on port-i386@, thanks.


Revision tags: pgoyette-compat-0906
# 1.81 28-Aug-2018 martin

Add drmkms_agp module


Revision tags: pgoyette-compat-0728
# 1.80 24-Jul-2018 maxv

Merge the tprof_pmi and tprof_amdpmi modules into a single tprof_x86
module.


# 1.79 10-Jul-2018 maya

Remove viadrm(4), superseded by viadrmums.

Aside from viadrm using older drm code, it's also dysfunctional right now.
See PR port-i386/53364.


Revision tags: phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.78 26-Feb-2018 pgoyette

branches: 1.78.2; 1.78.4;
Update sets lists for new modular ichsmb(4)


# 1.77 25-Feb-2018 pgoyette

Update for newly added imcsmb driver modules.


# 1.76 25-Jan-2018 pgoyette

Update sets lists for new amdsmn(4) and amdzentemp(4) modules


# 1.75 09-Aug-2017 maxv

Remove compat_ibcs2 from i386. After a discussion on port-vax, it turns
out that compat_ibcs2 does not implement the iBCS2 standard - which is
x86-specific - but rather SVR3. Our real iBCS2 implementation was a
mixture of compat_ibcs2 and compat_svr4, and was only partial. Keeping
support for this in i386 is totally irrelevant today. I also asked on
port-i386 but didn't wait long.

The main issue is that compat_ibcs2 should have been called compat_svr3.
But CVS does not support renaming files, and moving things around is both
painful and tiring, even more so when no one seems to be interested in
doing this work or in the feature at all. For now compat_ibcs2 is available
on Vax and will stay, until someone (not me) cleans it up.


# 1.74 01-Aug-2017 maya

Mark the compat_svr4 module obsolete.

hopefully fixes the build, this is a blind commit.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.73 15-Dec-2016 kre

branches: 1.73.6;

More sets list sorting (maybe this time they're really all done)


# 1.72 15-Dec-2016 pgoyette

Update for the new "universal" spkr module.

Note that entries in the md.i386 and md.amd64 lists are actually deleted
(rather than being marked "obsolete" as directed in the comments). This
is OK, since there is now a new module in the mi list to replace them.


Revision tags: pgoyette-localcount-20161104
# 1.71 27-Sep-2016 pgoyette

For now, disable all the newly-created ld(4) related modules. We need
to come up with a better way to handle attachment-specific modules, and
possibly a better directory structure for modules in general, as the
current mechanism doesn't scale.


# 1.70 27-Sep-2016 pgoyette

Update sets lists for all the new modules (for l4(4) and its attachments)


# 1.69 17-Sep-2016 pgoyette

Fix sets lists for nvme module. Since it is being built only for the
i386 and amd64 platforms, the entries belong in the md.xxx lists, not
in the mi list.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.68 23-Jun-2015 matt

branches: 1.68.2;
Remove compatmodules lines since they are now autogenerated


# 1.67 17-May-2015 pgoyette

Add spkr(4) module to the sets lists.


# 1.66 13-May-2015 pgoyette

Update sets lists for new sysv_ipc module


# 1.65 10-May-2015 pgoyette

Update sets lists for new compat_sysv module.


# 1.64 03-May-2015 pgoyette

Put the '/' back, but put it in the correct location!


# 1.63 03-May-2015 pgoyette

Fix typo, fix the build-break. One '/' is enough in path names.


# 1.62 03-May-2015 pgoyette

Include the new tco module on i386 and amd64 builds


# 1.61 29-Apr-2015 riastradh

Forgot to commit set list update for viadrmums.


# 1.60 23-Apr-2015 pgoyette

Update sets lists for new sysmon modules


# 1.59 18-Apr-2015 pgoyette

Update sets lists for new swwdog module


# 1.58 28-Mar-2015 jmcneill

Split hdaudio and PCI attach glue. Even though the driver was written with
this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move
common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.


# 1.57 08-Mar-2015 christos

change dtrace_foo_syscall -> dtrace_syscall_foo


# 1.56 07-Mar-2015 christos

Add dtrace syscalls


# 1.55 07-Mar-2015 jmcneill

i2c devices don't actually have a dependency on "iic" (the bus driver)
but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the
dependencies in files.i2c and switch device drivers to depend on "i2cexec"
module instead.

A kernel with a USB stack and no I2C controller / bus attachment would spit
out a bunch of "WARNING: module error: can't find builtin dependency `iic'"
messages at boot. This change solves that problem.


# 1.54 21-Feb-2015 ozaki-r

Add missing dtrace modules to md.i386 set list


# 1.53 21-Feb-2015 ozaki-r

Add missing tags (zfs, solaris and lvm) to md.i386


# 1.52 16-Nov-2014 riastradh

Tag the Xen iSCSI modules with `iscsi' in the md.x86 lists.


# 1.51 12-Nov-2014 enami

Add compatmodules keyword so that build.sh -V MKCOMPATMODULES=no won't fail.


# 1.50 11-Nov-2014 nonaka

fix drmkms module path for xen.


# 1.49 10-Nov-2014 christos

add the drmkms modules


# 1.48 19-Sep-2014 christos

missed an hdaudio change.


# 1.47 19-Sep-2014 christos

Add hdaudioverbose


Revision tags: netbsd-7-base tls-maxphys-base
# 1.46 11-Aug-2014 jnemeth

branches: 1.46.2;
remove debug cruft, the example module is not normally built


# 1.45 11-Aug-2014 jnemeth

Add the infrastructure for MODULAR support for Xen kernels. At
the moment, this can only load very simple modules due to missing
symbols. It is being add at this time to make pullups to the
netbsd-7 branch easier. It is not enabled by default in any kernels.


# 1.44 09-Aug-2014 bad

Build ubsec(4) as a module on all arches where it was obivous how to do so.
That excludes powerpc because evppc OEA is missing definitions for
PPC_INTR_IMPL and PPC_PCI_MACHDEP_IMPL.
Adjust set lists.

Compile tested for most arches only.


Revision tags: yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.43 17-Nov-2013 alnsn

Build and install sljit.kmod and bpfjit.kmod iff ${MKSLJIT} != "no".


# 1.42 11-Aug-2013 joerg

Sort entries in strcmp order.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.41 28-Oct-2012 alnsn

Build bpfjit on i386.


# 1.40 06-Aug-2012 martin

branches: 1.40.2;
The hdaudio and hdafg modules are not MI (they at least require PCI)


# 1.39 30-Jun-2012 reinoud

Move i386 and amd64 usermode configurations to their respective directories
and make the usermode kernels buildalbe under build.sh.

The resulting kernels are build and packaged correctly as are the associated
modules.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base
# 1.38 17-Jan-2012 jakllsch

Add lm, lm_isa_common, lm_isa, lm_wbsio and wbsio modules to the x86 build.


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.37 18-Oct-2011 jmcneill

branches: 1.37.2;
add & enable vmt module


# 1.36 29-Aug-2011 jruoho

Add Zarlink ZL10353 DVB demodulator (or as it is now know, Intel CE623x).


# 1.35 28-Aug-2011 jmcneill

add mach64drm, mgadrm, r128drm, savagedrm, sisdrm, and tdfxdrm modules


# 1.34 28-Aug-2011 jmcneill

Split out ati_pcigart into a separate module so it can be shared with r128drm


# 1.33 11-Aug-2011 mbalmer

pwdog is not mi, but it only in the lists we build it for.


# 1.32 09-Aug-2011 jruoho

Build acpiwdrt(4) as a module on x86.


# 1.31 09-Aug-2011 jmcneill

include cx24227, lg3303, mt2131, nxt2k, tvpll, xc3028, coram, cxdtv, and emdtv
modules in x86 build


# 1.30 31-Jul-2011 jmcneill

build and install finsio module on i386 and amd64


# 1.29 29-Jul-2011 jmcneill

build and install itesio module on i386 and amd64


# 1.28 15-Jul-2011 jmcneill

add nsclpcsio module to i386 build


# 1.27 13-Jul-2011 jruoho

A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on
HP NC4400. Like aps(4), this is commented out in the GENERIC kernels.


# 1.26 15-Jun-2011 jruoho

Modularize hpet(4). Works nicely with the multiple bus locations.


# 1.25 15-Jun-2011 jruoho

Modularize amdtemp(4).


Revision tags: cherry-xenmp-base
# 1.24 14-Apr-2011 yamt

branches: 1.24.2;
re-enable tprof_amdpmi


Revision tags: bouyer-quota2-nbase
# 1.23 04-Mar-2011 jruoho

Add module build glue for odcm(4).


# 1.22 24-Feb-2011 jruoho

Build glue for viac7temp(4).


# 1.21 24-Feb-2011 jruoho

Add build glue for powernow(4).


# 1.20 23-Feb-2011 jruoho

Build glue for est(4).


# 1.19 20-Feb-2011 jruoho

Add build glue for coretemp(4).


# 1.18 20-Feb-2011 jruoho

hpqlb(4) was accidentally removed in the previous commit. Put it back.


# 1.17 20-Feb-2011 jruoho

Build fujbp(4), fujhk(4), and wmieeepc(4) as modules.


# 1.16 19-Feb-2011 jmcneill

build padlock module on i386


Revision tags: bouyer-quota2-base
# 1.15 07-Feb-2011 pooka

not here yet either (mirror amd64 commit)


# 1.14 05-Feb-2011 yamt

build tprof_amdpmi


# 1.13 16-Jan-2011 jmcneill

branches: 1.13.2;
build and install aps module on i386 and amd64


# 1.12 09-Jan-2011 jruoho

Add a dummy-driver for ACPI fans.


# 1.11 05-Jan-2011 jruoho

Add build files for acpipmtr(4) module.


Revision tags: matt-mips64-premerge-20101231
# 1.10 29-Dec-2010 jmcneill

some platforms don't have bus_dma, so only build these modules on x86


# 1.9 26-Oct-2010 jruoho

Build asus(x) and hpqlb(4) as modules on x86.


# 1.8 25-Oct-2010 jruoho

Update for new ACPI modules.


# 1.7 25-Oct-2010 jruoho

Build acpiacad(4), acpibat(4), acpibut(4), acpicpu(4), acpilid(4), and
thinkpad(4) as modules on x86. More to come later.


# 1.6 24-Oct-2010 jmcneill

build acpiwmi as a module on x86


# 1.5 24-Oct-2010 jmcneill

build wmi drivers as modules on x86


# 1.4 31-May-2010 pgoyette

Extract ACPIVERBOSE into a kernel module. The module can be builtin
by defining 'options ACPIVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

ACPIVERBOSE also includes code to dump acpi/wmi data.


# 1.3 09-Apr-2010 ahoka

Connect the pad(4) kernel module to the build on i386 and amd64.


Revision tags: matt-premerge-20091211
# 1.2 27-Sep-2009 jmcneill

enable viadrm kmod for i386


# 1.1 07-Sep-2009 jnemeth

Create a modules.tgz set and move kernel modules into it.


# 1.92 27-Jul-2022 maya

Enable amdgpu module & firmware on x86

Make it easier to test this one out, add `load amdgpu` before boot netbsd.

XXX there should probably be a drm block in sys/modules/Makefile which
includes aarch64.


# 1.91 25-Sep-2021 maya

Disable drmkms module builds.

They haven't been functional (and won't be before fixing genfb abi).
In a new drm update, we haven't prioritized fixing the build either.


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-futex-base
# 1.90 25-Mar-2021 nia

don't restrict pad module to i386 and amd64.

- module build tested on amiga, vax, i386, amd64, evbarm.
- build.sh release tested on i386.
- pad module functionality tested on aarch64.


# 1.89 08-Sep-2020 yamaguchi

branches: 1.89.2;
Added iavf(4) that is based on OpenBSD's iavf(4) implementation

reviewed by msaitoh@n.o and knakahara@n.o


# 1.88 27-Aug-2020 riastradh

Sort and deduplicate set lists.


# 1.87 04-Jul-2020 chs

the x86 xen and non-xen modules are identical,
so remove the unneeded extra copies.
Xen kernels now use the same modules as native kernels.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406
# 1.86 29-Feb-2020 skrll

if_ixl is MD


# 1.85 11-Feb-2020 uki

PR misc/46937: add modules package, from Lloyd Parkes.


# 1.84 09-Feb-2020 jmcneill

Retire azalia(4).


# 1.83 04-Dec-2019 jmcneill

Move dtrace_syscall_linux out of mi set list


Revision tags: netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930
# 1.82 19-Sep-2018 maxv

branches: 1.82.2;
Don't build the module sets for non-pae-32bit-pv. Noted by John D. Baker
on port-i386@, thanks.


Revision tags: pgoyette-compat-0906
# 1.81 28-Aug-2018 martin

Add drmkms_agp module


Revision tags: pgoyette-compat-0728
# 1.80 24-Jul-2018 maxv

Merge the tprof_pmi and tprof_amdpmi modules into a single tprof_x86
module.


# 1.79 10-Jul-2018 maya

Remove viadrm(4), superseded by viadrmums.

Aside from viadrm using older drm code, it's also dysfunctional right now.
See PR port-i386/53364.


Revision tags: phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.78 26-Feb-2018 pgoyette

branches: 1.78.2; 1.78.4;
Update sets lists for new modular ichsmb(4)


# 1.77 25-Feb-2018 pgoyette

Update for newly added imcsmb driver modules.


# 1.76 25-Jan-2018 pgoyette

Update sets lists for new amdsmn(4) and amdzentemp(4) modules


# 1.75 09-Aug-2017 maxv

Remove compat_ibcs2 from i386. After a discussion on port-vax, it turns
out that compat_ibcs2 does not implement the iBCS2 standard - which is
x86-specific - but rather SVR3. Our real iBCS2 implementation was a
mixture of compat_ibcs2 and compat_svr4, and was only partial. Keeping
support for this in i386 is totally irrelevant today. I also asked on
port-i386 but didn't wait long.

The main issue is that compat_ibcs2 should have been called compat_svr3.
But CVS does not support renaming files, and moving things around is both
painful and tiring, even more so when no one seems to be interested in
doing this work or in the feature at all. For now compat_ibcs2 is available
on Vax and will stay, until someone (not me) cleans it up.


# 1.74 01-Aug-2017 maya

Mark the compat_svr4 module obsolete.

hopefully fixes the build, this is a blind commit.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.73 15-Dec-2016 kre

branches: 1.73.6;

More sets list sorting (maybe this time they're really all done)


# 1.72 15-Dec-2016 pgoyette

Update for the new "universal" spkr module.

Note that entries in the md.i386 and md.amd64 lists are actually deleted
(rather than being marked "obsolete" as directed in the comments). This
is OK, since there is now a new module in the mi list to replace them.


Revision tags: pgoyette-localcount-20161104
# 1.71 27-Sep-2016 pgoyette

For now, disable all the newly-created ld(4) related modules. We need
to come up with a better way to handle attachment-specific modules, and
possibly a better directory structure for modules in general, as the
current mechanism doesn't scale.


# 1.70 27-Sep-2016 pgoyette

Update sets lists for all the new modules (for l4(4) and its attachments)


# 1.69 17-Sep-2016 pgoyette

Fix sets lists for nvme module. Since it is being built only for the
i386 and amd64 platforms, the entries belong in the md.xxx lists, not
in the mi list.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.68 23-Jun-2015 matt

branches: 1.68.2;
Remove compatmodules lines since they are now autogenerated


# 1.67 17-May-2015 pgoyette

Add spkr(4) module to the sets lists.


# 1.66 13-May-2015 pgoyette

Update sets lists for new sysv_ipc module


# 1.65 10-May-2015 pgoyette

Update sets lists for new compat_sysv module.


# 1.64 03-May-2015 pgoyette

Put the '/' back, but put it in the correct location!


# 1.63 03-May-2015 pgoyette

Fix typo, fix the build-break. One '/' is enough in path names.


# 1.62 03-May-2015 pgoyette

Include the new tco module on i386 and amd64 builds


# 1.61 29-Apr-2015 riastradh

Forgot to commit set list update for viadrmums.


# 1.60 23-Apr-2015 pgoyette

Update sets lists for new sysmon modules


# 1.59 18-Apr-2015 pgoyette

Update sets lists for new swwdog module


# 1.58 28-Mar-2015 jmcneill

Split hdaudio and PCI attach glue. Even though the driver was written with
this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move
common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.


# 1.57 08-Mar-2015 christos

change dtrace_foo_syscall -> dtrace_syscall_foo


# 1.56 07-Mar-2015 christos

Add dtrace syscalls


# 1.55 07-Mar-2015 jmcneill

i2c devices don't actually have a dependency on "iic" (the bus driver)
but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the
dependencies in files.i2c and switch device drivers to depend on "i2cexec"
module instead.

A kernel with a USB stack and no I2C controller / bus attachment would spit
out a bunch of "WARNING: module error: can't find builtin dependency `iic'"
messages at boot. This change solves that problem.


# 1.54 21-Feb-2015 ozaki-r

Add missing dtrace modules to md.i386 set list


# 1.53 21-Feb-2015 ozaki-r

Add missing tags (zfs, solaris and lvm) to md.i386


# 1.52 16-Nov-2014 riastradh

Tag the Xen iSCSI modules with `iscsi' in the md.x86 lists.


# 1.51 12-Nov-2014 enami

Add compatmodules keyword so that build.sh -V MKCOMPATMODULES=no won't fail.


# 1.50 11-Nov-2014 nonaka

fix drmkms module path for xen.


# 1.49 10-Nov-2014 christos

add the drmkms modules


# 1.48 19-Sep-2014 christos

missed an hdaudio change.


# 1.47 19-Sep-2014 christos

Add hdaudioverbose


Revision tags: netbsd-7-base tls-maxphys-base
# 1.46 11-Aug-2014 jnemeth

branches: 1.46.2;
remove debug cruft, the example module is not normally built


# 1.45 11-Aug-2014 jnemeth

Add the infrastructure for MODULAR support for Xen kernels. At
the moment, this can only load very simple modules due to missing
symbols. It is being add at this time to make pullups to the
netbsd-7 branch easier. It is not enabled by default in any kernels.


# 1.44 09-Aug-2014 bad

Build ubsec(4) as a module on all arches where it was obivous how to do so.
That excludes powerpc because evppc OEA is missing definitions for
PPC_INTR_IMPL and PPC_PCI_MACHDEP_IMPL.
Adjust set lists.

Compile tested for most arches only.


Revision tags: yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.43 17-Nov-2013 alnsn

Build and install sljit.kmod and bpfjit.kmod iff ${MKSLJIT} != "no".


# 1.42 11-Aug-2013 joerg

Sort entries in strcmp order.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.41 28-Oct-2012 alnsn

Build bpfjit on i386.


# 1.40 06-Aug-2012 martin

branches: 1.40.2;
The hdaudio and hdafg modules are not MI (they at least require PCI)


# 1.39 30-Jun-2012 reinoud

Move i386 and amd64 usermode configurations to their respective directories
and make the usermode kernels buildalbe under build.sh.

The resulting kernels are build and packaged correctly as are the associated
modules.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base
# 1.38 17-Jan-2012 jakllsch

Add lm, lm_isa_common, lm_isa, lm_wbsio and wbsio modules to the x86 build.


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.37 18-Oct-2011 jmcneill

branches: 1.37.2;
add & enable vmt module


# 1.36 29-Aug-2011 jruoho

Add Zarlink ZL10353 DVB demodulator (or as it is now know, Intel CE623x).


# 1.35 28-Aug-2011 jmcneill

add mach64drm, mgadrm, r128drm, savagedrm, sisdrm, and tdfxdrm modules


# 1.34 28-Aug-2011 jmcneill

Split out ati_pcigart into a separate module so it can be shared with r128drm


# 1.33 11-Aug-2011 mbalmer

pwdog is not mi, but it only in the lists we build it for.


# 1.32 09-Aug-2011 jruoho

Build acpiwdrt(4) as a module on x86.


# 1.31 09-Aug-2011 jmcneill

include cx24227, lg3303, mt2131, nxt2k, tvpll, xc3028, coram, cxdtv, and emdtv
modules in x86 build


# 1.30 31-Jul-2011 jmcneill

build and install finsio module on i386 and amd64


# 1.29 29-Jul-2011 jmcneill

build and install itesio module on i386 and amd64


# 1.28 15-Jul-2011 jmcneill

add nsclpcsio module to i386 build


# 1.27 13-Jul-2011 jruoho

A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on
HP NC4400. Like aps(4), this is commented out in the GENERIC kernels.


# 1.26 15-Jun-2011 jruoho

Modularize hpet(4). Works nicely with the multiple bus locations.


# 1.25 15-Jun-2011 jruoho

Modularize amdtemp(4).


Revision tags: cherry-xenmp-base
# 1.24 14-Apr-2011 yamt

branches: 1.24.2;
re-enable tprof_amdpmi


Revision tags: bouyer-quota2-nbase
# 1.23 04-Mar-2011 jruoho

Add module build glue for odcm(4).


# 1.22 24-Feb-2011 jruoho

Build glue for viac7temp(4).


# 1.21 24-Feb-2011 jruoho

Add build glue for powernow(4).


# 1.20 23-Feb-2011 jruoho

Build glue for est(4).


# 1.19 20-Feb-2011 jruoho

Add build glue for coretemp(4).


# 1.18 20-Feb-2011 jruoho

hpqlb(4) was accidentally removed in the previous commit. Put it back.


# 1.17 20-Feb-2011 jruoho

Build fujbp(4), fujhk(4), and wmieeepc(4) as modules.


# 1.16 19-Feb-2011 jmcneill

build padlock module on i386


Revision tags: bouyer-quota2-base
# 1.15 07-Feb-2011 pooka

not here yet either (mirror amd64 commit)


# 1.14 05-Feb-2011 yamt

build tprof_amdpmi


# 1.13 16-Jan-2011 jmcneill

branches: 1.13.2;
build and install aps module on i386 and amd64


# 1.12 09-Jan-2011 jruoho

Add a dummy-driver for ACPI fans.


# 1.11 05-Jan-2011 jruoho

Add build files for acpipmtr(4) module.


Revision tags: matt-mips64-premerge-20101231
# 1.10 29-Dec-2010 jmcneill

some platforms don't have bus_dma, so only build these modules on x86


# 1.9 26-Oct-2010 jruoho

Build asus(x) and hpqlb(4) as modules on x86.


# 1.8 25-Oct-2010 jruoho

Update for new ACPI modules.


# 1.7 25-Oct-2010 jruoho

Build acpiacad(4), acpibat(4), acpibut(4), acpicpu(4), acpilid(4), and
thinkpad(4) as modules on x86. More to come later.


# 1.6 24-Oct-2010 jmcneill

build acpiwmi as a module on x86


# 1.5 24-Oct-2010 jmcneill

build wmi drivers as modules on x86


# 1.4 31-May-2010 pgoyette

Extract ACPIVERBOSE into a kernel module. The module can be builtin
by defining 'options ACPIVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

ACPIVERBOSE also includes code to dump acpi/wmi data.


# 1.3 09-Apr-2010 ahoka

Connect the pad(4) kernel module to the build on i386 and amd64.


Revision tags: matt-premerge-20091211
# 1.2 27-Sep-2009 jmcneill

enable viadrm kmod for i386


# 1.1 07-Sep-2009 jnemeth

Create a modules.tgz set and move kernel modules into it.


# 1.91 25-Sep-2021 maya

Disable drmkms module builds.

They haven't been functional (and won't be before fixing genfb abi).
In a new drm update, we haven't prioritized fixing the build either.


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-futex-base
# 1.90 25-Mar-2021 nia

don't restrict pad module to i386 and amd64.

- module build tested on amiga, vax, i386, amd64, evbarm.
- build.sh release tested on i386.
- pad module functionality tested on aarch64.


# 1.89 08-Sep-2020 yamaguchi

branches: 1.89.2;
Added iavf(4) that is based on OpenBSD's iavf(4) implementation

reviewed by msaitoh@n.o and knakahara@n.o


# 1.88 27-Aug-2020 riastradh

Sort and deduplicate set lists.


# 1.87 04-Jul-2020 chs

the x86 xen and non-xen modules are identical,
so remove the unneeded extra copies.
Xen kernels now use the same modules as native kernels.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406
# 1.86 29-Feb-2020 skrll

if_ixl is MD


# 1.85 11-Feb-2020 uki

PR misc/46937: add modules package, from Lloyd Parkes.


# 1.84 09-Feb-2020 jmcneill

Retire azalia(4).


# 1.83 04-Dec-2019 jmcneill

Move dtrace_syscall_linux out of mi set list


Revision tags: netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930
# 1.82 19-Sep-2018 maxv

branches: 1.82.2;
Don't build the module sets for non-pae-32bit-pv. Noted by John D. Baker
on port-i386@, thanks.


Revision tags: pgoyette-compat-0906
# 1.81 28-Aug-2018 martin

Add drmkms_agp module


Revision tags: pgoyette-compat-0728
# 1.80 24-Jul-2018 maxv

Merge the tprof_pmi and tprof_amdpmi modules into a single tprof_x86
module.


# 1.79 10-Jul-2018 maya

Remove viadrm(4), superseded by viadrmums.

Aside from viadrm using older drm code, it's also dysfunctional right now.
See PR port-i386/53364.


Revision tags: phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.78 26-Feb-2018 pgoyette

branches: 1.78.2; 1.78.4;
Update sets lists for new modular ichsmb(4)


# 1.77 25-Feb-2018 pgoyette

Update for newly added imcsmb driver modules.


# 1.76 25-Jan-2018 pgoyette

Update sets lists for new amdsmn(4) and amdzentemp(4) modules


# 1.75 09-Aug-2017 maxv

Remove compat_ibcs2 from i386. After a discussion on port-vax, it turns
out that compat_ibcs2 does not implement the iBCS2 standard - which is
x86-specific - but rather SVR3. Our real iBCS2 implementation was a
mixture of compat_ibcs2 and compat_svr4, and was only partial. Keeping
support for this in i386 is totally irrelevant today. I also asked on
port-i386 but didn't wait long.

The main issue is that compat_ibcs2 should have been called compat_svr3.
But CVS does not support renaming files, and moving things around is both
painful and tiring, even more so when no one seems to be interested in
doing this work or in the feature at all. For now compat_ibcs2 is available
on Vax and will stay, until someone (not me) cleans it up.


# 1.74 01-Aug-2017 maya

Mark the compat_svr4 module obsolete.

hopefully fixes the build, this is a blind commit.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.73 15-Dec-2016 kre

branches: 1.73.6;

More sets list sorting (maybe this time they're really all done)


# 1.72 15-Dec-2016 pgoyette

Update for the new "universal" spkr module.

Note that entries in the md.i386 and md.amd64 lists are actually deleted
(rather than being marked "obsolete" as directed in the comments). This
is OK, since there is now a new module in the mi list to replace them.


Revision tags: pgoyette-localcount-20161104
# 1.71 27-Sep-2016 pgoyette

For now, disable all the newly-created ld(4) related modules. We need
to come up with a better way to handle attachment-specific modules, and
possibly a better directory structure for modules in general, as the
current mechanism doesn't scale.


# 1.70 27-Sep-2016 pgoyette

Update sets lists for all the new modules (for l4(4) and its attachments)


# 1.69 17-Sep-2016 pgoyette

Fix sets lists for nvme module. Since it is being built only for the
i386 and amd64 platforms, the entries belong in the md.xxx lists, not
in the mi list.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.68 23-Jun-2015 matt

branches: 1.68.2;
Remove compatmodules lines since they are now autogenerated


# 1.67 17-May-2015 pgoyette

Add spkr(4) module to the sets lists.


# 1.66 13-May-2015 pgoyette

Update sets lists for new sysv_ipc module


# 1.65 10-May-2015 pgoyette

Update sets lists for new compat_sysv module.


# 1.64 03-May-2015 pgoyette

Put the '/' back, but put it in the correct location!


# 1.63 03-May-2015 pgoyette

Fix typo, fix the build-break. One '/' is enough in path names.


# 1.62 03-May-2015 pgoyette

Include the new tco module on i386 and amd64 builds


# 1.61 29-Apr-2015 riastradh

Forgot to commit set list update for viadrmums.


# 1.60 23-Apr-2015 pgoyette

Update sets lists for new sysmon modules


# 1.59 18-Apr-2015 pgoyette

Update sets lists for new swwdog module


# 1.58 28-Mar-2015 jmcneill

Split hdaudio and PCI attach glue. Even though the driver was written with
this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move
common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.


# 1.57 08-Mar-2015 christos

change dtrace_foo_syscall -> dtrace_syscall_foo


# 1.56 07-Mar-2015 christos

Add dtrace syscalls


# 1.55 07-Mar-2015 jmcneill

i2c devices don't actually have a dependency on "iic" (the bus driver)
but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the
dependencies in files.i2c and switch device drivers to depend on "i2cexec"
module instead.

A kernel with a USB stack and no I2C controller / bus attachment would spit
out a bunch of "WARNING: module error: can't find builtin dependency `iic'"
messages at boot. This change solves that problem.


# 1.54 21-Feb-2015 ozaki-r

Add missing dtrace modules to md.i386 set list


# 1.53 21-Feb-2015 ozaki-r

Add missing tags (zfs, solaris and lvm) to md.i386


# 1.52 16-Nov-2014 riastradh

Tag the Xen iSCSI modules with `iscsi' in the md.x86 lists.


# 1.51 12-Nov-2014 enami

Add compatmodules keyword so that build.sh -V MKCOMPATMODULES=no won't fail.


# 1.50 11-Nov-2014 nonaka

fix drmkms module path for xen.


# 1.49 10-Nov-2014 christos

add the drmkms modules


# 1.48 19-Sep-2014 christos

missed an hdaudio change.


# 1.47 19-Sep-2014 christos

Add hdaudioverbose


Revision tags: netbsd-7-base tls-maxphys-base
# 1.46 11-Aug-2014 jnemeth

branches: 1.46.2;
remove debug cruft, the example module is not normally built


# 1.45 11-Aug-2014 jnemeth

Add the infrastructure for MODULAR support for Xen kernels. At
the moment, this can only load very simple modules due to missing
symbols. It is being add at this time to make pullups to the
netbsd-7 branch easier. It is not enabled by default in any kernels.


# 1.44 09-Aug-2014 bad

Build ubsec(4) as a module on all arches where it was obivous how to do so.
That excludes powerpc because evppc OEA is missing definitions for
PPC_INTR_IMPL and PPC_PCI_MACHDEP_IMPL.
Adjust set lists.

Compile tested for most arches only.


Revision tags: yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.43 17-Nov-2013 alnsn

Build and install sljit.kmod and bpfjit.kmod iff ${MKSLJIT} != "no".


# 1.42 11-Aug-2013 joerg

Sort entries in strcmp order.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.41 28-Oct-2012 alnsn

Build bpfjit on i386.


# 1.40 06-Aug-2012 martin

branches: 1.40.2;
The hdaudio and hdafg modules are not MI (they at least require PCI)


# 1.39 30-Jun-2012 reinoud

Move i386 and amd64 usermode configurations to their respective directories
and make the usermode kernels buildalbe under build.sh.

The resulting kernels are build and packaged correctly as are the associated
modules.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base
# 1.38 17-Jan-2012 jakllsch

Add lm, lm_isa_common, lm_isa, lm_wbsio and wbsio modules to the x86 build.


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.37 18-Oct-2011 jmcneill

branches: 1.37.2;
add & enable vmt module


# 1.36 29-Aug-2011 jruoho

Add Zarlink ZL10353 DVB demodulator (or as it is now know, Intel CE623x).


# 1.35 28-Aug-2011 jmcneill

add mach64drm, mgadrm, r128drm, savagedrm, sisdrm, and tdfxdrm modules


# 1.34 28-Aug-2011 jmcneill

Split out ati_pcigart into a separate module so it can be shared with r128drm


# 1.33 11-Aug-2011 mbalmer

pwdog is not mi, but it only in the lists we build it for.


# 1.32 09-Aug-2011 jruoho

Build acpiwdrt(4) as a module on x86.


# 1.31 09-Aug-2011 jmcneill

include cx24227, lg3303, mt2131, nxt2k, tvpll, xc3028, coram, cxdtv, and emdtv
modules in x86 build


# 1.30 31-Jul-2011 jmcneill

build and install finsio module on i386 and amd64


# 1.29 29-Jul-2011 jmcneill

build and install itesio module on i386 and amd64


# 1.28 15-Jul-2011 jmcneill

add nsclpcsio module to i386 build


# 1.27 13-Jul-2011 jruoho

A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on
HP NC4400. Like aps(4), this is commented out in the GENERIC kernels.


# 1.26 15-Jun-2011 jruoho

Modularize hpet(4). Works nicely with the multiple bus locations.


# 1.25 15-Jun-2011 jruoho

Modularize amdtemp(4).


Revision tags: cherry-xenmp-base
# 1.24 14-Apr-2011 yamt

branches: 1.24.2;
re-enable tprof_amdpmi


Revision tags: bouyer-quota2-nbase
# 1.23 04-Mar-2011 jruoho

Add module build glue for odcm(4).


# 1.22 24-Feb-2011 jruoho

Build glue for viac7temp(4).


# 1.21 24-Feb-2011 jruoho

Add build glue for powernow(4).


# 1.20 23-Feb-2011 jruoho

Build glue for est(4).


# 1.19 20-Feb-2011 jruoho

Add build glue for coretemp(4).


# 1.18 20-Feb-2011 jruoho

hpqlb(4) was accidentally removed in the previous commit. Put it back.


# 1.17 20-Feb-2011 jruoho

Build fujbp(4), fujhk(4), and wmieeepc(4) as modules.


# 1.16 19-Feb-2011 jmcneill

build padlock module on i386


Revision tags: bouyer-quota2-base
# 1.15 07-Feb-2011 pooka

not here yet either (mirror amd64 commit)


# 1.14 05-Feb-2011 yamt

build tprof_amdpmi


# 1.13 16-Jan-2011 jmcneill

branches: 1.13.2;
build and install aps module on i386 and amd64


# 1.12 09-Jan-2011 jruoho

Add a dummy-driver for ACPI fans.


# 1.11 05-Jan-2011 jruoho

Add build files for acpipmtr(4) module.


Revision tags: matt-mips64-premerge-20101231
# 1.10 29-Dec-2010 jmcneill

some platforms don't have bus_dma, so only build these modules on x86


# 1.9 26-Oct-2010 jruoho

Build asus(x) and hpqlb(4) as modules on x86.


# 1.8 25-Oct-2010 jruoho

Update for new ACPI modules.


# 1.7 25-Oct-2010 jruoho

Build acpiacad(4), acpibat(4), acpibut(4), acpicpu(4), acpilid(4), and
thinkpad(4) as modules on x86. More to come later.


# 1.6 24-Oct-2010 jmcneill

build acpiwmi as a module on x86


# 1.5 24-Oct-2010 jmcneill

build wmi drivers as modules on x86


# 1.4 31-May-2010 pgoyette

Extract ACPIVERBOSE into a kernel module. The module can be builtin
by defining 'options ACPIVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

ACPIVERBOSE also includes code to dump acpi/wmi data.


# 1.3 09-Apr-2010 ahoka

Connect the pad(4) kernel module to the build on i386 and amd64.


Revision tags: matt-premerge-20091211
# 1.2 27-Sep-2009 jmcneill

enable viadrm kmod for i386


# 1.1 07-Sep-2009 jnemeth

Create a modules.tgz set and move kernel modules into it.


# 1.90 25-Mar-2021 nia

don't restrict pad module to i386 and amd64.

- module build tested on amiga, vax, i386, amd64, evbarm.
- build.sh release tested on i386.
- pad module functionality tested on aarch64.


Revision tags: thorpej-futex-base
# 1.89 08-Sep-2020 yamaguchi

Added iavf(4) that is based on OpenBSD's iavf(4) implementation

reviewed by msaitoh@n.o and knakahara@n.o


# 1.88 27-Aug-2020 riastradh

Sort and deduplicate set lists.


# 1.87 04-Jul-2020 chs

the x86 xen and non-xen modules are identical,
so remove the unneeded extra copies.
Xen kernels now use the same modules as native kernels.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406
# 1.86 29-Feb-2020 skrll

if_ixl is MD


# 1.85 11-Feb-2020 uki

PR misc/46937: add modules package, from Lloyd Parkes.


# 1.84 09-Feb-2020 jmcneill

Retire azalia(4).


# 1.83 04-Dec-2019 jmcneill

Move dtrace_syscall_linux out of mi set list


Revision tags: netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930
# 1.82 19-Sep-2018 maxv

branches: 1.82.2;
Don't build the module sets for non-pae-32bit-pv. Noted by John D. Baker
on port-i386@, thanks.


Revision tags: pgoyette-compat-0906
# 1.81 28-Aug-2018 martin

Add drmkms_agp module


Revision tags: pgoyette-compat-0728
# 1.80 24-Jul-2018 maxv

Merge the tprof_pmi and tprof_amdpmi modules into a single tprof_x86
module.


# 1.79 10-Jul-2018 maya

Remove viadrm(4), superseded by viadrmums.

Aside from viadrm using older drm code, it's also dysfunctional right now.
See PR port-i386/53364.


Revision tags: phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.78 26-Feb-2018 pgoyette

branches: 1.78.2; 1.78.4;
Update sets lists for new modular ichsmb(4)


# 1.77 25-Feb-2018 pgoyette

Update for newly added imcsmb driver modules.


# 1.76 25-Jan-2018 pgoyette

Update sets lists for new amdsmn(4) and amdzentemp(4) modules


# 1.75 09-Aug-2017 maxv

Remove compat_ibcs2 from i386. After a discussion on port-vax, it turns
out that compat_ibcs2 does not implement the iBCS2 standard - which is
x86-specific - but rather SVR3. Our real iBCS2 implementation was a
mixture of compat_ibcs2 and compat_svr4, and was only partial. Keeping
support for this in i386 is totally irrelevant today. I also asked on
port-i386 but didn't wait long.

The main issue is that compat_ibcs2 should have been called compat_svr3.
But CVS does not support renaming files, and moving things around is both
painful and tiring, even more so when no one seems to be interested in
doing this work or in the feature at all. For now compat_ibcs2 is available
on Vax and will stay, until someone (not me) cleans it up.


# 1.74 01-Aug-2017 maya

Mark the compat_svr4 module obsolete.

hopefully fixes the build, this is a blind commit.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.73 15-Dec-2016 kre

branches: 1.73.6;

More sets list sorting (maybe this time they're really all done)


# 1.72 15-Dec-2016 pgoyette

Update for the new "universal" spkr module.

Note that entries in the md.i386 and md.amd64 lists are actually deleted
(rather than being marked "obsolete" as directed in the comments). This
is OK, since there is now a new module in the mi list to replace them.


Revision tags: pgoyette-localcount-20161104
# 1.71 27-Sep-2016 pgoyette

For now, disable all the newly-created ld(4) related modules. We need
to come up with a better way to handle attachment-specific modules, and
possibly a better directory structure for modules in general, as the
current mechanism doesn't scale.


# 1.70 27-Sep-2016 pgoyette

Update sets lists for all the new modules (for l4(4) and its attachments)


# 1.69 17-Sep-2016 pgoyette

Fix sets lists for nvme module. Since it is being built only for the
i386 and amd64 platforms, the entries belong in the md.xxx lists, not
in the mi list.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.68 23-Jun-2015 matt

branches: 1.68.2;
Remove compatmodules lines since they are now autogenerated


# 1.67 17-May-2015 pgoyette

Add spkr(4) module to the sets lists.


# 1.66 13-May-2015 pgoyette

Update sets lists for new sysv_ipc module


# 1.65 10-May-2015 pgoyette

Update sets lists for new compat_sysv module.


# 1.64 03-May-2015 pgoyette

Put the '/' back, but put it in the correct location!


# 1.63 03-May-2015 pgoyette

Fix typo, fix the build-break. One '/' is enough in path names.


# 1.62 03-May-2015 pgoyette

Include the new tco module on i386 and amd64 builds


# 1.61 29-Apr-2015 riastradh

Forgot to commit set list update for viadrmums.


# 1.60 23-Apr-2015 pgoyette

Update sets lists for new sysmon modules


# 1.59 18-Apr-2015 pgoyette

Update sets lists for new swwdog module


# 1.58 28-Mar-2015 jmcneill

Split hdaudio and PCI attach glue. Even though the driver was written with
this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move
common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.


# 1.57 08-Mar-2015 christos

change dtrace_foo_syscall -> dtrace_syscall_foo


# 1.56 07-Mar-2015 christos

Add dtrace syscalls


# 1.55 07-Mar-2015 jmcneill

i2c devices don't actually have a dependency on "iic" (the bus driver)
but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the
dependencies in files.i2c and switch device drivers to depend on "i2cexec"
module instead.

A kernel with a USB stack and no I2C controller / bus attachment would spit
out a bunch of "WARNING: module error: can't find builtin dependency `iic'"
messages at boot. This change solves that problem.


# 1.54 21-Feb-2015 ozaki-r

Add missing dtrace modules to md.i386 set list


# 1.53 21-Feb-2015 ozaki-r

Add missing tags (zfs, solaris and lvm) to md.i386


# 1.52 16-Nov-2014 riastradh

Tag the Xen iSCSI modules with `iscsi' in the md.x86 lists.


# 1.51 12-Nov-2014 enami

Add compatmodules keyword so that build.sh -V MKCOMPATMODULES=no won't fail.


# 1.50 11-Nov-2014 nonaka

fix drmkms module path for xen.


# 1.49 10-Nov-2014 christos

add the drmkms modules


# 1.48 19-Sep-2014 christos

missed an hdaudio change.


# 1.47 19-Sep-2014 christos

Add hdaudioverbose


Revision tags: netbsd-7-base tls-maxphys-base
# 1.46 11-Aug-2014 jnemeth

branches: 1.46.2;
remove debug cruft, the example module is not normally built


# 1.45 11-Aug-2014 jnemeth

Add the infrastructure for MODULAR support for Xen kernels. At
the moment, this can only load very simple modules due to missing
symbols. It is being add at this time to make pullups to the
netbsd-7 branch easier. It is not enabled by default in any kernels.


# 1.44 09-Aug-2014 bad

Build ubsec(4) as a module on all arches where it was obivous how to do so.
That excludes powerpc because evppc OEA is missing definitions for
PPC_INTR_IMPL and PPC_PCI_MACHDEP_IMPL.
Adjust set lists.

Compile tested for most arches only.


Revision tags: yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.43 17-Nov-2013 alnsn

Build and install sljit.kmod and bpfjit.kmod iff ${MKSLJIT} != "no".


# 1.42 11-Aug-2013 joerg

Sort entries in strcmp order.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.41 28-Oct-2012 alnsn

Build bpfjit on i386.


# 1.40 06-Aug-2012 martin

branches: 1.40.2;
The hdaudio and hdafg modules are not MI (they at least require PCI)


# 1.39 30-Jun-2012 reinoud

Move i386 and amd64 usermode configurations to their respective directories
and make the usermode kernels buildalbe under build.sh.

The resulting kernels are build and packaged correctly as are the associated
modules.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base
# 1.38 17-Jan-2012 jakllsch

Add lm, lm_isa_common, lm_isa, lm_wbsio and wbsio modules to the x86 build.


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.37 18-Oct-2011 jmcneill

branches: 1.37.2;
add & enable vmt module


# 1.36 29-Aug-2011 jruoho

Add Zarlink ZL10353 DVB demodulator (or as it is now know, Intel CE623x).


# 1.35 28-Aug-2011 jmcneill

add mach64drm, mgadrm, r128drm, savagedrm, sisdrm, and tdfxdrm modules


# 1.34 28-Aug-2011 jmcneill

Split out ati_pcigart into a separate module so it can be shared with r128drm


# 1.33 11-Aug-2011 mbalmer

pwdog is not mi, but it only in the lists we build it for.


# 1.32 09-Aug-2011 jruoho

Build acpiwdrt(4) as a module on x86.


# 1.31 09-Aug-2011 jmcneill

include cx24227, lg3303, mt2131, nxt2k, tvpll, xc3028, coram, cxdtv, and emdtv
modules in x86 build


# 1.30 31-Jul-2011 jmcneill

build and install finsio module on i386 and amd64


# 1.29 29-Jul-2011 jmcneill

build and install itesio module on i386 and amd64


# 1.28 15-Jul-2011 jmcneill

add nsclpcsio module to i386 build


# 1.27 13-Jul-2011 jruoho

A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on
HP NC4400. Like aps(4), this is commented out in the GENERIC kernels.


# 1.26 15-Jun-2011 jruoho

Modularize hpet(4). Works nicely with the multiple bus locations.


# 1.25 15-Jun-2011 jruoho

Modularize amdtemp(4).


Revision tags: cherry-xenmp-base
# 1.24 14-Apr-2011 yamt

branches: 1.24.2;
re-enable tprof_amdpmi


Revision tags: bouyer-quota2-nbase
# 1.23 04-Mar-2011 jruoho

Add module build glue for odcm(4).


# 1.22 24-Feb-2011 jruoho

Build glue for viac7temp(4).


# 1.21 24-Feb-2011 jruoho

Add build glue for powernow(4).


# 1.20 23-Feb-2011 jruoho

Build glue for est(4).


# 1.19 20-Feb-2011 jruoho

Add build glue for coretemp(4).


# 1.18 20-Feb-2011 jruoho

hpqlb(4) was accidentally removed in the previous commit. Put it back.


# 1.17 20-Feb-2011 jruoho

Build fujbp(4), fujhk(4), and wmieeepc(4) as modules.


# 1.16 19-Feb-2011 jmcneill

build padlock module on i386


Revision tags: bouyer-quota2-base
# 1.15 07-Feb-2011 pooka

not here yet either (mirror amd64 commit)


# 1.14 05-Feb-2011 yamt

build tprof_amdpmi


# 1.13 16-Jan-2011 jmcneill

branches: 1.13.2;
build and install aps module on i386 and amd64


# 1.12 09-Jan-2011 jruoho

Add a dummy-driver for ACPI fans.


# 1.11 05-Jan-2011 jruoho

Add build files for acpipmtr(4) module.


Revision tags: matt-mips64-premerge-20101231
# 1.10 29-Dec-2010 jmcneill

some platforms don't have bus_dma, so only build these modules on x86


# 1.9 26-Oct-2010 jruoho

Build asus(x) and hpqlb(4) as modules on x86.


# 1.8 25-Oct-2010 jruoho

Update for new ACPI modules.


# 1.7 25-Oct-2010 jruoho

Build acpiacad(4), acpibat(4), acpibut(4), acpicpu(4), acpilid(4), and
thinkpad(4) as modules on x86. More to come later.


# 1.6 24-Oct-2010 jmcneill

build acpiwmi as a module on x86


# 1.5 24-Oct-2010 jmcneill

build wmi drivers as modules on x86


# 1.4 31-May-2010 pgoyette

Extract ACPIVERBOSE into a kernel module. The module can be builtin
by defining 'options ACPIVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

ACPIVERBOSE also includes code to dump acpi/wmi data.


# 1.3 09-Apr-2010 ahoka

Connect the pad(4) kernel module to the build on i386 and amd64.


Revision tags: matt-premerge-20091211
# 1.2 27-Sep-2009 jmcneill

enable viadrm kmod for i386


# 1.1 07-Sep-2009 jnemeth

Create a modules.tgz set and move kernel modules into it.


# 1.89 08-Sep-2020 yamaguchi

Added iavf(4) that is based on OpenBSD's iavf(4) implementation

reviewed by msaitoh@n.o and knakahara@n.o


# 1.88 27-Aug-2020 riastradh

Sort and deduplicate set lists.


# 1.87 04-Jul-2020 chs

the x86 xen and non-xen modules are identical,
so remove the unneeded extra copies.
Xen kernels now use the same modules as native kernels.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406
# 1.86 29-Feb-2020 skrll

if_ixl is MD


# 1.85 11-Feb-2020 uki

PR misc/46937: add modules package, from Lloyd Parkes.


# 1.84 09-Feb-2020 jmcneill

Retire azalia(4).


# 1.83 04-Dec-2019 jmcneill

Move dtrace_syscall_linux out of mi set list


Revision tags: netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930
# 1.82 19-Sep-2018 maxv

branches: 1.82.2;
Don't build the module sets for non-pae-32bit-pv. Noted by John D. Baker
on port-i386@, thanks.


Revision tags: pgoyette-compat-0906
# 1.81 28-Aug-2018 martin

Add drmkms_agp module


Revision tags: pgoyette-compat-0728
# 1.80 24-Jul-2018 maxv

Merge the tprof_pmi and tprof_amdpmi modules into a single tprof_x86
module.


# 1.79 10-Jul-2018 maya

Remove viadrm(4), superseded by viadrmums.

Aside from viadrm using older drm code, it's also dysfunctional right now.
See PR port-i386/53364.


Revision tags: phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.78 26-Feb-2018 pgoyette

branches: 1.78.2; 1.78.4;
Update sets lists for new modular ichsmb(4)


# 1.77 25-Feb-2018 pgoyette

Update for newly added imcsmb driver modules.


# 1.76 25-Jan-2018 pgoyette

Update sets lists for new amdsmn(4) and amdzentemp(4) modules


# 1.75 09-Aug-2017 maxv

Remove compat_ibcs2 from i386. After a discussion on port-vax, it turns
out that compat_ibcs2 does not implement the iBCS2 standard - which is
x86-specific - but rather SVR3. Our real iBCS2 implementation was a
mixture of compat_ibcs2 and compat_svr4, and was only partial. Keeping
support for this in i386 is totally irrelevant today. I also asked on
port-i386 but didn't wait long.

The main issue is that compat_ibcs2 should have been called compat_svr3.
But CVS does not support renaming files, and moving things around is both
painful and tiring, even more so when no one seems to be interested in
doing this work or in the feature at all. For now compat_ibcs2 is available
on Vax and will stay, until someone (not me) cleans it up.


# 1.74 01-Aug-2017 maya

Mark the compat_svr4 module obsolete.

hopefully fixes the build, this is a blind commit.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.73 15-Dec-2016 kre

branches: 1.73.6;

More sets list sorting (maybe this time they're really all done)


# 1.72 15-Dec-2016 pgoyette

Update for the new "universal" spkr module.

Note that entries in the md.i386 and md.amd64 lists are actually deleted
(rather than being marked "obsolete" as directed in the comments). This
is OK, since there is now a new module in the mi list to replace them.


Revision tags: pgoyette-localcount-20161104
# 1.71 27-Sep-2016 pgoyette

For now, disable all the newly-created ld(4) related modules. We need
to come up with a better way to handle attachment-specific modules, and
possibly a better directory structure for modules in general, as the
current mechanism doesn't scale.


# 1.70 27-Sep-2016 pgoyette

Update sets lists for all the new modules (for l4(4) and its attachments)


# 1.69 17-Sep-2016 pgoyette

Fix sets lists for nvme module. Since it is being built only for the
i386 and amd64 platforms, the entries belong in the md.xxx lists, not
in the mi list.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.68 23-Jun-2015 matt

branches: 1.68.2;
Remove compatmodules lines since they are now autogenerated


# 1.67 17-May-2015 pgoyette

Add spkr(4) module to the sets lists.


# 1.66 13-May-2015 pgoyette

Update sets lists for new sysv_ipc module


# 1.65 10-May-2015 pgoyette

Update sets lists for new compat_sysv module.


# 1.64 03-May-2015 pgoyette

Put the '/' back, but put it in the correct location!


# 1.63 03-May-2015 pgoyette

Fix typo, fix the build-break. One '/' is enough in path names.


# 1.62 03-May-2015 pgoyette

Include the new tco module on i386 and amd64 builds


# 1.61 29-Apr-2015 riastradh

Forgot to commit set list update for viadrmums.


# 1.60 23-Apr-2015 pgoyette

Update sets lists for new sysmon modules


# 1.59 18-Apr-2015 pgoyette

Update sets lists for new swwdog module


# 1.58 28-Mar-2015 jmcneill

Split hdaudio and PCI attach glue. Even though the driver was written with
this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move
common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.


# 1.57 08-Mar-2015 christos

change dtrace_foo_syscall -> dtrace_syscall_foo


# 1.56 07-Mar-2015 christos

Add dtrace syscalls


# 1.55 07-Mar-2015 jmcneill

i2c devices don't actually have a dependency on "iic" (the bus driver)
but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the
dependencies in files.i2c and switch device drivers to depend on "i2cexec"
module instead.

A kernel with a USB stack and no I2C controller / bus attachment would spit
out a bunch of "WARNING: module error: can't find builtin dependency `iic'"
messages at boot. This change solves that problem.


# 1.54 21-Feb-2015 ozaki-r

Add missing dtrace modules to md.i386 set list


# 1.53 21-Feb-2015 ozaki-r

Add missing tags (zfs, solaris and lvm) to md.i386


# 1.52 16-Nov-2014 riastradh

Tag the Xen iSCSI modules with `iscsi' in the md.x86 lists.


# 1.51 12-Nov-2014 enami

Add compatmodules keyword so that build.sh -V MKCOMPATMODULES=no won't fail.


# 1.50 11-Nov-2014 nonaka

fix drmkms module path for xen.


# 1.49 10-Nov-2014 christos

add the drmkms modules


# 1.48 19-Sep-2014 christos

missed an hdaudio change.


# 1.47 19-Sep-2014 christos

Add hdaudioverbose


Revision tags: netbsd-7-base tls-maxphys-base
# 1.46 11-Aug-2014 jnemeth

branches: 1.46.2;
remove debug cruft, the example module is not normally built


# 1.45 11-Aug-2014 jnemeth

Add the infrastructure for MODULAR support for Xen kernels. At
the moment, this can only load very simple modules due to missing
symbols. It is being add at this time to make pullups to the
netbsd-7 branch easier. It is not enabled by default in any kernels.


# 1.44 09-Aug-2014 bad

Build ubsec(4) as a module on all arches where it was obivous how to do so.
That excludes powerpc because evppc OEA is missing definitions for
PPC_INTR_IMPL and PPC_PCI_MACHDEP_IMPL.
Adjust set lists.

Compile tested for most arches only.


Revision tags: yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.43 17-Nov-2013 alnsn

Build and install sljit.kmod and bpfjit.kmod iff ${MKSLJIT} != "no".


# 1.42 11-Aug-2013 joerg

Sort entries in strcmp order.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.41 28-Oct-2012 alnsn

Build bpfjit on i386.


# 1.40 06-Aug-2012 martin

branches: 1.40.2;
The hdaudio and hdafg modules are not MI (they at least require PCI)


# 1.39 30-Jun-2012 reinoud

Move i386 and amd64 usermode configurations to their respective directories
and make the usermode kernels buildalbe under build.sh.

The resulting kernels are build and packaged correctly as are the associated
modules.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base
# 1.38 17-Jan-2012 jakllsch

Add lm, lm_isa_common, lm_isa, lm_wbsio and wbsio modules to the x86 build.


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.37 18-Oct-2011 jmcneill

branches: 1.37.2;
add & enable vmt module


# 1.36 29-Aug-2011 jruoho

Add Zarlink ZL10353 DVB demodulator (or as it is now know, Intel CE623x).


# 1.35 28-Aug-2011 jmcneill

add mach64drm, mgadrm, r128drm, savagedrm, sisdrm, and tdfxdrm modules


# 1.34 28-Aug-2011 jmcneill

Split out ati_pcigart into a separate module so it can be shared with r128drm


# 1.33 11-Aug-2011 mbalmer

pwdog is not mi, but it only in the lists we build it for.


# 1.32 09-Aug-2011 jruoho

Build acpiwdrt(4) as a module on x86.


# 1.31 09-Aug-2011 jmcneill

include cx24227, lg3303, mt2131, nxt2k, tvpll, xc3028, coram, cxdtv, and emdtv
modules in x86 build


# 1.30 31-Jul-2011 jmcneill

build and install finsio module on i386 and amd64


# 1.29 29-Jul-2011 jmcneill

build and install itesio module on i386 and amd64


# 1.28 15-Jul-2011 jmcneill

add nsclpcsio module to i386 build


# 1.27 13-Jul-2011 jruoho

A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on
HP NC4400. Like aps(4), this is commented out in the GENERIC kernels.


# 1.26 15-Jun-2011 jruoho

Modularize hpet(4). Works nicely with the multiple bus locations.


# 1.25 15-Jun-2011 jruoho

Modularize amdtemp(4).


Revision tags: cherry-xenmp-base
# 1.24 14-Apr-2011 yamt

branches: 1.24.2;
re-enable tprof_amdpmi


Revision tags: bouyer-quota2-nbase
# 1.23 04-Mar-2011 jruoho

Add module build glue for odcm(4).


# 1.22 24-Feb-2011 jruoho

Build glue for viac7temp(4).


# 1.21 24-Feb-2011 jruoho

Add build glue for powernow(4).


# 1.20 23-Feb-2011 jruoho

Build glue for est(4).


# 1.19 20-Feb-2011 jruoho

Add build glue for coretemp(4).


# 1.18 20-Feb-2011 jruoho

hpqlb(4) was accidentally removed in the previous commit. Put it back.


# 1.17 20-Feb-2011 jruoho

Build fujbp(4), fujhk(4), and wmieeepc(4) as modules.


# 1.16 19-Feb-2011 jmcneill

build padlock module on i386


Revision tags: bouyer-quota2-base
# 1.15 07-Feb-2011 pooka

not here yet either (mirror amd64 commit)


# 1.14 05-Feb-2011 yamt

build tprof_amdpmi


# 1.13 16-Jan-2011 jmcneill

branches: 1.13.2;
build and install aps module on i386 and amd64


# 1.12 09-Jan-2011 jruoho

Add a dummy-driver for ACPI fans.


# 1.11 05-Jan-2011 jruoho

Add build files for acpipmtr(4) module.


Revision tags: matt-mips64-premerge-20101231
# 1.10 29-Dec-2010 jmcneill

some platforms don't have bus_dma, so only build these modules on x86


# 1.9 26-Oct-2010 jruoho

Build asus(x) and hpqlb(4) as modules on x86.


# 1.8 25-Oct-2010 jruoho

Update for new ACPI modules.


# 1.7 25-Oct-2010 jruoho

Build acpiacad(4), acpibat(4), acpibut(4), acpicpu(4), acpilid(4), and
thinkpad(4) as modules on x86. More to come later.


# 1.6 24-Oct-2010 jmcneill

build acpiwmi as a module on x86


# 1.5 24-Oct-2010 jmcneill

build wmi drivers as modules on x86


# 1.4 31-May-2010 pgoyette

Extract ACPIVERBOSE into a kernel module. The module can be builtin
by defining 'options ACPIVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

ACPIVERBOSE also includes code to dump acpi/wmi data.


# 1.3 09-Apr-2010 ahoka

Connect the pad(4) kernel module to the build on i386 and amd64.


Revision tags: matt-premerge-20091211
# 1.2 27-Sep-2009 jmcneill

enable viadrm kmod for i386


# 1.1 07-Sep-2009 jnemeth

Create a modules.tgz set and move kernel modules into it.


# 1.88 27-Aug-2020 riastradh

Sort and deduplicate set lists.


# 1.87 04-Jul-2020 chs

the x86 xen and non-xen modules are identical,
so remove the unneeded extra copies.
Xen kernels now use the same modules as native kernels.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406
# 1.86 29-Feb-2020 skrll

if_ixl is MD


# 1.85 11-Feb-2020 uki

PR misc/46937: add modules package, from Lloyd Parkes.


# 1.84 09-Feb-2020 jmcneill

Retire azalia(4).


# 1.83 04-Dec-2019 jmcneill

Move dtrace_syscall_linux out of mi set list


Revision tags: netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930
# 1.82 19-Sep-2018 maxv

branches: 1.82.2;
Don't build the module sets for non-pae-32bit-pv. Noted by John D. Baker
on port-i386@, thanks.


Revision tags: pgoyette-compat-0906
# 1.81 28-Aug-2018 martin

Add drmkms_agp module


Revision tags: pgoyette-compat-0728
# 1.80 24-Jul-2018 maxv

Merge the tprof_pmi and tprof_amdpmi modules into a single tprof_x86
module.


# 1.79 10-Jul-2018 maya

Remove viadrm(4), superseded by viadrmums.

Aside from viadrm using older drm code, it's also dysfunctional right now.
See PR port-i386/53364.


Revision tags: phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.78 26-Feb-2018 pgoyette

branches: 1.78.2; 1.78.4;
Update sets lists for new modular ichsmb(4)


# 1.77 25-Feb-2018 pgoyette

Update for newly added imcsmb driver modules.


# 1.76 25-Jan-2018 pgoyette

Update sets lists for new amdsmn(4) and amdzentemp(4) modules


# 1.75 09-Aug-2017 maxv

Remove compat_ibcs2 from i386. After a discussion on port-vax, it turns
out that compat_ibcs2 does not implement the iBCS2 standard - which is
x86-specific - but rather SVR3. Our real iBCS2 implementation was a
mixture of compat_ibcs2 and compat_svr4, and was only partial. Keeping
support for this in i386 is totally irrelevant today. I also asked on
port-i386 but didn't wait long.

The main issue is that compat_ibcs2 should have been called compat_svr3.
But CVS does not support renaming files, and moving things around is both
painful and tiring, even more so when no one seems to be interested in
doing this work or in the feature at all. For now compat_ibcs2 is available
on Vax and will stay, until someone (not me) cleans it up.


# 1.74 01-Aug-2017 maya

Mark the compat_svr4 module obsolete.

hopefully fixes the build, this is a blind commit.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.73 15-Dec-2016 kre

branches: 1.73.6;

More sets list sorting (maybe this time they're really all done)


# 1.72 15-Dec-2016 pgoyette

Update for the new "universal" spkr module.

Note that entries in the md.i386 and md.amd64 lists are actually deleted
(rather than being marked "obsolete" as directed in the comments). This
is OK, since there is now a new module in the mi list to replace them.


Revision tags: pgoyette-localcount-20161104
# 1.71 27-Sep-2016 pgoyette

For now, disable all the newly-created ld(4) related modules. We need
to come up with a better way to handle attachment-specific modules, and
possibly a better directory structure for modules in general, as the
current mechanism doesn't scale.


# 1.70 27-Sep-2016 pgoyette

Update sets lists for all the new modules (for l4(4) and its attachments)


# 1.69 17-Sep-2016 pgoyette

Fix sets lists for nvme module. Since it is being built only for the
i386 and amd64 platforms, the entries belong in the md.xxx lists, not
in the mi list.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.68 23-Jun-2015 matt

branches: 1.68.2;
Remove compatmodules lines since they are now autogenerated


# 1.67 17-May-2015 pgoyette

Add spkr(4) module to the sets lists.


# 1.66 13-May-2015 pgoyette

Update sets lists for new sysv_ipc module


# 1.65 10-May-2015 pgoyette

Update sets lists for new compat_sysv module.


# 1.64 03-May-2015 pgoyette

Put the '/' back, but put it in the correct location!


# 1.63 03-May-2015 pgoyette

Fix typo, fix the build-break. One '/' is enough in path names.


# 1.62 03-May-2015 pgoyette

Include the new tco module on i386 and amd64 builds


# 1.61 29-Apr-2015 riastradh

Forgot to commit set list update for viadrmums.


# 1.60 23-Apr-2015 pgoyette

Update sets lists for new sysmon modules


# 1.59 18-Apr-2015 pgoyette

Update sets lists for new swwdog module


# 1.58 28-Mar-2015 jmcneill

Split hdaudio and PCI attach glue. Even though the driver was written with
this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move
common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.


# 1.57 08-Mar-2015 christos

change dtrace_foo_syscall -> dtrace_syscall_foo


# 1.56 07-Mar-2015 christos

Add dtrace syscalls


# 1.55 07-Mar-2015 jmcneill

i2c devices don't actually have a dependency on "iic" (the bus driver)
but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the
dependencies in files.i2c and switch device drivers to depend on "i2cexec"
module instead.

A kernel with a USB stack and no I2C controller / bus attachment would spit
out a bunch of "WARNING: module error: can't find builtin dependency `iic'"
messages at boot. This change solves that problem.


# 1.54 21-Feb-2015 ozaki-r

Add missing dtrace modules to md.i386 set list


# 1.53 21-Feb-2015 ozaki-r

Add missing tags (zfs, solaris and lvm) to md.i386


# 1.52 16-Nov-2014 riastradh

Tag the Xen iSCSI modules with `iscsi' in the md.x86 lists.


# 1.51 12-Nov-2014 enami

Add compatmodules keyword so that build.sh -V MKCOMPATMODULES=no won't fail.


# 1.50 11-Nov-2014 nonaka

fix drmkms module path for xen.


# 1.49 10-Nov-2014 christos

add the drmkms modules


# 1.48 19-Sep-2014 christos

missed an hdaudio change.


# 1.47 19-Sep-2014 christos

Add hdaudioverbose


Revision tags: netbsd-7-base tls-maxphys-base
# 1.46 11-Aug-2014 jnemeth

branches: 1.46.2;
remove debug cruft, the example module is not normally built


# 1.45 11-Aug-2014 jnemeth

Add the infrastructure for MODULAR support for Xen kernels. At
the moment, this can only load very simple modules due to missing
symbols. It is being add at this time to make pullups to the
netbsd-7 branch easier. It is not enabled by default in any kernels.


# 1.44 09-Aug-2014 bad

Build ubsec(4) as a module on all arches where it was obivous how to do so.
That excludes powerpc because evppc OEA is missing definitions for
PPC_INTR_IMPL and PPC_PCI_MACHDEP_IMPL.
Adjust set lists.

Compile tested for most arches only.


Revision tags: yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.43 17-Nov-2013 alnsn

Build and install sljit.kmod and bpfjit.kmod iff ${MKSLJIT} != "no".


# 1.42 11-Aug-2013 joerg

Sort entries in strcmp order.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.41 28-Oct-2012 alnsn

Build bpfjit on i386.


# 1.40 06-Aug-2012 martin

branches: 1.40.2;
The hdaudio and hdafg modules are not MI (they at least require PCI)


# 1.39 30-Jun-2012 reinoud

Move i386 and amd64 usermode configurations to their respective directories
and make the usermode kernels buildalbe under build.sh.

The resulting kernels are build and packaged correctly as are the associated
modules.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base
# 1.38 17-Jan-2012 jakllsch

Add lm, lm_isa_common, lm_isa, lm_wbsio and wbsio modules to the x86 build.


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.37 18-Oct-2011 jmcneill

branches: 1.37.2;
add & enable vmt module


# 1.36 29-Aug-2011 jruoho

Add Zarlink ZL10353 DVB demodulator (or as it is now know, Intel CE623x).


# 1.35 28-Aug-2011 jmcneill

add mach64drm, mgadrm, r128drm, savagedrm, sisdrm, and tdfxdrm modules


# 1.34 28-Aug-2011 jmcneill

Split out ati_pcigart into a separate module so it can be shared with r128drm


# 1.33 11-Aug-2011 mbalmer

pwdog is not mi, but it only in the lists we build it for.


# 1.32 09-Aug-2011 jruoho

Build acpiwdrt(4) as a module on x86.


# 1.31 09-Aug-2011 jmcneill

include cx24227, lg3303, mt2131, nxt2k, tvpll, xc3028, coram, cxdtv, and emdtv
modules in x86 build


# 1.30 31-Jul-2011 jmcneill

build and install finsio module on i386 and amd64


# 1.29 29-Jul-2011 jmcneill

build and install itesio module on i386 and amd64


# 1.28 15-Jul-2011 jmcneill

add nsclpcsio module to i386 build


# 1.27 13-Jul-2011 jruoho

A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on
HP NC4400. Like aps(4), this is commented out in the GENERIC kernels.


# 1.26 15-Jun-2011 jruoho

Modularize hpet(4). Works nicely with the multiple bus locations.


# 1.25 15-Jun-2011 jruoho

Modularize amdtemp(4).


Revision tags: cherry-xenmp-base
# 1.24 14-Apr-2011 yamt

branches: 1.24.2;
re-enable tprof_amdpmi


Revision tags: bouyer-quota2-nbase
# 1.23 04-Mar-2011 jruoho

Add module build glue for odcm(4).


# 1.22 24-Feb-2011 jruoho

Build glue for viac7temp(4).


# 1.21 24-Feb-2011 jruoho

Add build glue for powernow(4).


# 1.20 23-Feb-2011 jruoho

Build glue for est(4).


# 1.19 20-Feb-2011 jruoho

Add build glue for coretemp(4).


# 1.18 20-Feb-2011 jruoho

hpqlb(4) was accidentally removed in the previous commit. Put it back.


# 1.17 20-Feb-2011 jruoho

Build fujbp(4), fujhk(4), and wmieeepc(4) as modules.


# 1.16 19-Feb-2011 jmcneill

build padlock module on i386


Revision tags: bouyer-quota2-base
# 1.15 07-Feb-2011 pooka

not here yet either (mirror amd64 commit)


# 1.14 05-Feb-2011 yamt

build tprof_amdpmi


# 1.13 16-Jan-2011 jmcneill

branches: 1.13.2;
build and install aps module on i386 and amd64


# 1.12 09-Jan-2011 jruoho

Add a dummy-driver for ACPI fans.


# 1.11 05-Jan-2011 jruoho

Add build files for acpipmtr(4) module.


Revision tags: matt-mips64-premerge-20101231
# 1.10 29-Dec-2010 jmcneill

some platforms don't have bus_dma, so only build these modules on x86


# 1.9 26-Oct-2010 jruoho

Build asus(x) and hpqlb(4) as modules on x86.


# 1.8 25-Oct-2010 jruoho

Update for new ACPI modules.


# 1.7 25-Oct-2010 jruoho

Build acpiacad(4), acpibat(4), acpibut(4), acpicpu(4), acpilid(4), and
thinkpad(4) as modules on x86. More to come later.


# 1.6 24-Oct-2010 jmcneill

build acpiwmi as a module on x86


# 1.5 24-Oct-2010 jmcneill

build wmi drivers as modules on x86


# 1.4 31-May-2010 pgoyette

Extract ACPIVERBOSE into a kernel module. The module can be builtin
by defining 'options ACPIVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

ACPIVERBOSE also includes code to dump acpi/wmi data.


# 1.3 09-Apr-2010 ahoka

Connect the pad(4) kernel module to the build on i386 and amd64.


Revision tags: matt-premerge-20091211
# 1.2 27-Sep-2009 jmcneill

enable viadrm kmod for i386


# 1.1 07-Sep-2009 jnemeth

Create a modules.tgz set and move kernel modules into it.


# 1.87 04-Jul-2020 chs

the x86 xen and non-xen modules are identical,
so remove the unneeded extra copies.
Xen kernels now use the same modules as native kernels.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406
# 1.86 29-Feb-2020 skrll

if_ixl is MD


# 1.85 11-Feb-2020 uki

PR misc/46937: add modules package, from Lloyd Parkes.


# 1.84 09-Feb-2020 jmcneill

Retire azalia(4).


# 1.83 04-Dec-2019 jmcneill

Move dtrace_syscall_linux out of mi set list


Revision tags: netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930
# 1.82 19-Sep-2018 maxv

branches: 1.82.2;
Don't build the module sets for non-pae-32bit-pv. Noted by John D. Baker
on port-i386@, thanks.


Revision tags: pgoyette-compat-0906
# 1.81 28-Aug-2018 martin

Add drmkms_agp module


Revision tags: pgoyette-compat-0728
# 1.80 24-Jul-2018 maxv

Merge the tprof_pmi and tprof_amdpmi modules into a single tprof_x86
module.


# 1.79 10-Jul-2018 maya

Remove viadrm(4), superseded by viadrmums.

Aside from viadrm using older drm code, it's also dysfunctional right now.
See PR port-i386/53364.


Revision tags: phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.78 26-Feb-2018 pgoyette

branches: 1.78.2; 1.78.4;
Update sets lists for new modular ichsmb(4)


# 1.77 25-Feb-2018 pgoyette

Update for newly added imcsmb driver modules.


# 1.76 25-Jan-2018 pgoyette

Update sets lists for new amdsmn(4) and amdzentemp(4) modules


# 1.75 09-Aug-2017 maxv

Remove compat_ibcs2 from i386. After a discussion on port-vax, it turns
out that compat_ibcs2 does not implement the iBCS2 standard - which is
x86-specific - but rather SVR3. Our real iBCS2 implementation was a
mixture of compat_ibcs2 and compat_svr4, and was only partial. Keeping
support for this in i386 is totally irrelevant today. I also asked on
port-i386 but didn't wait long.

The main issue is that compat_ibcs2 should have been called compat_svr3.
But CVS does not support renaming files, and moving things around is both
painful and tiring, even more so when no one seems to be interested in
doing this work or in the feature at all. For now compat_ibcs2 is available
on Vax and will stay, until someone (not me) cleans it up.


# 1.74 01-Aug-2017 maya

Mark the compat_svr4 module obsolete.

hopefully fixes the build, this is a blind commit.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.73 15-Dec-2016 kre

branches: 1.73.6;

More sets list sorting (maybe this time they're really all done)


# 1.72 15-Dec-2016 pgoyette

Update for the new "universal" spkr module.

Note that entries in the md.i386 and md.amd64 lists are actually deleted
(rather than being marked "obsolete" as directed in the comments). This
is OK, since there is now a new module in the mi list to replace them.


Revision tags: pgoyette-localcount-20161104
# 1.71 27-Sep-2016 pgoyette

For now, disable all the newly-created ld(4) related modules. We need
to come up with a better way to handle attachment-specific modules, and
possibly a better directory structure for modules in general, as the
current mechanism doesn't scale.


# 1.70 27-Sep-2016 pgoyette

Update sets lists for all the new modules (for l4(4) and its attachments)


# 1.69 17-Sep-2016 pgoyette

Fix sets lists for nvme module. Since it is being built only for the
i386 and amd64 platforms, the entries belong in the md.xxx lists, not
in the mi list.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.68 23-Jun-2015 matt

branches: 1.68.2;
Remove compatmodules lines since they are now autogenerated


# 1.67 17-May-2015 pgoyette

Add spkr(4) module to the sets lists.


# 1.66 13-May-2015 pgoyette

Update sets lists for new sysv_ipc module


# 1.65 10-May-2015 pgoyette

Update sets lists for new compat_sysv module.


# 1.64 03-May-2015 pgoyette

Put the '/' back, but put it in the correct location!


# 1.63 03-May-2015 pgoyette

Fix typo, fix the build-break. One '/' is enough in path names.


# 1.62 03-May-2015 pgoyette

Include the new tco module on i386 and amd64 builds


# 1.61 29-Apr-2015 riastradh

Forgot to commit set list update for viadrmums.


# 1.60 23-Apr-2015 pgoyette

Update sets lists for new sysmon modules


# 1.59 18-Apr-2015 pgoyette

Update sets lists for new swwdog module


# 1.58 28-Mar-2015 jmcneill

Split hdaudio and PCI attach glue. Even though the driver was written with
this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move
common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.


# 1.57 08-Mar-2015 christos

change dtrace_foo_syscall -> dtrace_syscall_foo


# 1.56 07-Mar-2015 christos

Add dtrace syscalls


# 1.55 07-Mar-2015 jmcneill

i2c devices don't actually have a dependency on "iic" (the bus driver)
but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the
dependencies in files.i2c and switch device drivers to depend on "i2cexec"
module instead.

A kernel with a USB stack and no I2C controller / bus attachment would spit
out a bunch of "WARNING: module error: can't find builtin dependency `iic'"
messages at boot. This change solves that problem.


# 1.54 21-Feb-2015 ozaki-r

Add missing dtrace modules to md.i386 set list


# 1.53 21-Feb-2015 ozaki-r

Add missing tags (zfs, solaris and lvm) to md.i386


# 1.52 16-Nov-2014 riastradh

Tag the Xen iSCSI modules with `iscsi' in the md.x86 lists.


# 1.51 12-Nov-2014 enami

Add compatmodules keyword so that build.sh -V MKCOMPATMODULES=no won't fail.


# 1.50 11-Nov-2014 nonaka

fix drmkms module path for xen.


# 1.49 10-Nov-2014 christos

add the drmkms modules


# 1.48 19-Sep-2014 christos

missed an hdaudio change.


# 1.47 19-Sep-2014 christos

Add hdaudioverbose


Revision tags: netbsd-7-base tls-maxphys-base
# 1.46 11-Aug-2014 jnemeth

branches: 1.46.2;
remove debug cruft, the example module is not normally built


# 1.45 11-Aug-2014 jnemeth

Add the infrastructure for MODULAR support for Xen kernels. At
the moment, this can only load very simple modules due to missing
symbols. It is being add at this time to make pullups to the
netbsd-7 branch easier. It is not enabled by default in any kernels.


# 1.44 09-Aug-2014 bad

Build ubsec(4) as a module on all arches where it was obivous how to do so.
That excludes powerpc because evppc OEA is missing definitions for
PPC_INTR_IMPL and PPC_PCI_MACHDEP_IMPL.
Adjust set lists.

Compile tested for most arches only.


Revision tags: yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.43 17-Nov-2013 alnsn

Build and install sljit.kmod and bpfjit.kmod iff ${MKSLJIT} != "no".


# 1.42 11-Aug-2013 joerg

Sort entries in strcmp order.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.41 28-Oct-2012 alnsn

Build bpfjit on i386.


# 1.40 06-Aug-2012 martin

branches: 1.40.2;
The hdaudio and hdafg modules are not MI (they at least require PCI)


# 1.39 30-Jun-2012 reinoud

Move i386 and amd64 usermode configurations to their respective directories
and make the usermode kernels buildalbe under build.sh.

The resulting kernels are build and packaged correctly as are the associated
modules.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base
# 1.38 17-Jan-2012 jakllsch

Add lm, lm_isa_common, lm_isa, lm_wbsio and wbsio modules to the x86 build.


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.37 18-Oct-2011 jmcneill

branches: 1.37.2;
add & enable vmt module


# 1.36 29-Aug-2011 jruoho

Add Zarlink ZL10353 DVB demodulator (or as it is now know, Intel CE623x).


# 1.35 28-Aug-2011 jmcneill

add mach64drm, mgadrm, r128drm, savagedrm, sisdrm, and tdfxdrm modules


# 1.34 28-Aug-2011 jmcneill

Split out ati_pcigart into a separate module so it can be shared with r128drm


# 1.33 11-Aug-2011 mbalmer

pwdog is not mi, but it only in the lists we build it for.


# 1.32 09-Aug-2011 jruoho

Build acpiwdrt(4) as a module on x86.


# 1.31 09-Aug-2011 jmcneill

include cx24227, lg3303, mt2131, nxt2k, tvpll, xc3028, coram, cxdtv, and emdtv
modules in x86 build


# 1.30 31-Jul-2011 jmcneill

build and install finsio module on i386 and amd64


# 1.29 29-Jul-2011 jmcneill

build and install itesio module on i386 and amd64


# 1.28 15-Jul-2011 jmcneill

add nsclpcsio module to i386 build


# 1.27 13-Jul-2011 jruoho

A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on
HP NC4400. Like aps(4), this is commented out in the GENERIC kernels.


# 1.26 15-Jun-2011 jruoho

Modularize hpet(4). Works nicely with the multiple bus locations.


# 1.25 15-Jun-2011 jruoho

Modularize amdtemp(4).


Revision tags: cherry-xenmp-base
# 1.24 14-Apr-2011 yamt

branches: 1.24.2;
re-enable tprof_amdpmi


Revision tags: bouyer-quota2-nbase
# 1.23 04-Mar-2011 jruoho

Add module build glue for odcm(4).


# 1.22 24-Feb-2011 jruoho

Build glue for viac7temp(4).


# 1.21 24-Feb-2011 jruoho

Add build glue for powernow(4).


# 1.20 23-Feb-2011 jruoho

Build glue for est(4).


# 1.19 20-Feb-2011 jruoho

Add build glue for coretemp(4).


# 1.18 20-Feb-2011 jruoho

hpqlb(4) was accidentally removed in the previous commit. Put it back.


# 1.17 20-Feb-2011 jruoho

Build fujbp(4), fujhk(4), and wmieeepc(4) as modules.


# 1.16 19-Feb-2011 jmcneill

build padlock module on i386


Revision tags: bouyer-quota2-base
# 1.15 07-Feb-2011 pooka

not here yet either (mirror amd64 commit)


# 1.14 05-Feb-2011 yamt

build tprof_amdpmi


# 1.13 16-Jan-2011 jmcneill

branches: 1.13.2;
build and install aps module on i386 and amd64


# 1.12 09-Jan-2011 jruoho

Add a dummy-driver for ACPI fans.


# 1.11 05-Jan-2011 jruoho

Add build files for acpipmtr(4) module.


Revision tags: matt-mips64-premerge-20101231
# 1.10 29-Dec-2010 jmcneill

some platforms don't have bus_dma, so only build these modules on x86


# 1.9 26-Oct-2010 jruoho

Build asus(x) and hpqlb(4) as modules on x86.


# 1.8 25-Oct-2010 jruoho

Update for new ACPI modules.


# 1.7 25-Oct-2010 jruoho

Build acpiacad(4), acpibat(4), acpibut(4), acpicpu(4), acpilid(4), and
thinkpad(4) as modules on x86. More to come later.


# 1.6 24-Oct-2010 jmcneill

build acpiwmi as a module on x86


# 1.5 24-Oct-2010 jmcneill

build wmi drivers as modules on x86


# 1.4 31-May-2010 pgoyette

Extract ACPIVERBOSE into a kernel module. The module can be builtin
by defining 'options ACPIVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

ACPIVERBOSE also includes code to dump acpi/wmi data.


# 1.3 09-Apr-2010 ahoka

Connect the pad(4) kernel module to the build on i386 and amd64.


Revision tags: matt-premerge-20091211
# 1.2 27-Sep-2009 jmcneill

enable viadrm kmod for i386


# 1.1 07-Sep-2009 jnemeth

Create a modules.tgz set and move kernel modules into it.


# 1.86 29-Feb-2020 skrll

if_ixl is MD


# 1.85 11-Feb-2020 uki

PR misc/46937: add modules package, from Lloyd Parkes.


# 1.84 09-Feb-2020 jmcneill

Retire azalia(4).


# 1.83 04-Dec-2019 jmcneill

Move dtrace_syscall_linux out of mi set list


Revision tags: netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930
# 1.82 19-Sep-2018 maxv

branches: 1.82.2;
Don't build the module sets for non-pae-32bit-pv. Noted by John D. Baker
on port-i386@, thanks.


Revision tags: pgoyette-compat-0906
# 1.81 28-Aug-2018 martin

Add drmkms_agp module


Revision tags: pgoyette-compat-0728
# 1.80 24-Jul-2018 maxv

Merge the tprof_pmi and tprof_amdpmi modules into a single tprof_x86
module.


# 1.79 10-Jul-2018 maya

Remove viadrm(4), superseded by viadrmums.

Aside from viadrm using older drm code, it's also dysfunctional right now.
See PR port-i386/53364.


Revision tags: phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.78 26-Feb-2018 pgoyette

branches: 1.78.2; 1.78.4;
Update sets lists for new modular ichsmb(4)


# 1.77 25-Feb-2018 pgoyette

Update for newly added imcsmb driver modules.


# 1.76 25-Jan-2018 pgoyette

Update sets lists for new amdsmn(4) and amdzentemp(4) modules


# 1.75 09-Aug-2017 maxv

Remove compat_ibcs2 from i386. After a discussion on port-vax, it turns
out that compat_ibcs2 does not implement the iBCS2 standard - which is
x86-specific - but rather SVR3. Our real iBCS2 implementation was a
mixture of compat_ibcs2 and compat_svr4, and was only partial. Keeping
support for this in i386 is totally irrelevant today. I also asked on
port-i386 but didn't wait long.

The main issue is that compat_ibcs2 should have been called compat_svr3.
But CVS does not support renaming files, and moving things around is both
painful and tiring, even more so when no one seems to be interested in
doing this work or in the feature at all. For now compat_ibcs2 is available
on Vax and will stay, until someone (not me) cleans it up.


# 1.74 01-Aug-2017 maya

Mark the compat_svr4 module obsolete.

hopefully fixes the build, this is a blind commit.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.73 15-Dec-2016 kre

branches: 1.73.6;

More sets list sorting (maybe this time they're really all done)


# 1.72 15-Dec-2016 pgoyette

Update for the new "universal" spkr module.

Note that entries in the md.i386 and md.amd64 lists are actually deleted
(rather than being marked "obsolete" as directed in the comments). This
is OK, since there is now a new module in the mi list to replace them.


Revision tags: pgoyette-localcount-20161104
# 1.71 27-Sep-2016 pgoyette

For now, disable all the newly-created ld(4) related modules. We need
to come up with a better way to handle attachment-specific modules, and
possibly a better directory structure for modules in general, as the
current mechanism doesn't scale.


# 1.70 27-Sep-2016 pgoyette

Update sets lists for all the new modules (for l4(4) and its attachments)


# 1.69 17-Sep-2016 pgoyette

Fix sets lists for nvme module. Since it is being built only for the
i386 and amd64 platforms, the entries belong in the md.xxx lists, not
in the mi list.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.68 23-Jun-2015 matt

branches: 1.68.2;
Remove compatmodules lines since they are now autogenerated


# 1.67 17-May-2015 pgoyette

Add spkr(4) module to the sets lists.


# 1.66 13-May-2015 pgoyette

Update sets lists for new sysv_ipc module


# 1.65 10-May-2015 pgoyette

Update sets lists for new compat_sysv module.


# 1.64 03-May-2015 pgoyette

Put the '/' back, but put it in the correct location!


# 1.63 03-May-2015 pgoyette

Fix typo, fix the build-break. One '/' is enough in path names.


# 1.62 03-May-2015 pgoyette

Include the new tco module on i386 and amd64 builds


# 1.61 29-Apr-2015 riastradh

Forgot to commit set list update for viadrmums.


# 1.60 23-Apr-2015 pgoyette

Update sets lists for new sysmon modules


# 1.59 18-Apr-2015 pgoyette

Update sets lists for new swwdog module


# 1.58 28-Mar-2015 jmcneill

Split hdaudio and PCI attach glue. Even though the driver was written with
this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move
common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.


# 1.57 08-Mar-2015 christos

change dtrace_foo_syscall -> dtrace_syscall_foo


# 1.56 07-Mar-2015 christos

Add dtrace syscalls


# 1.55 07-Mar-2015 jmcneill

i2c devices don't actually have a dependency on "iic" (the bus driver)
but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the
dependencies in files.i2c and switch device drivers to depend on "i2cexec"
module instead.

A kernel with a USB stack and no I2C controller / bus attachment would spit
out a bunch of "WARNING: module error: can't find builtin dependency `iic'"
messages at boot. This change solves that problem.


# 1.54 21-Feb-2015 ozaki-r

Add missing dtrace modules to md.i386 set list


# 1.53 21-Feb-2015 ozaki-r

Add missing tags (zfs, solaris and lvm) to md.i386


# 1.52 16-Nov-2014 riastradh

Tag the Xen iSCSI modules with `iscsi' in the md.x86 lists.


# 1.51 12-Nov-2014 enami

Add compatmodules keyword so that build.sh -V MKCOMPATMODULES=no won't fail.


# 1.50 11-Nov-2014 nonaka

fix drmkms module path for xen.


# 1.49 10-Nov-2014 christos

add the drmkms modules


# 1.48 19-Sep-2014 christos

missed an hdaudio change.


# 1.47 19-Sep-2014 christos

Add hdaudioverbose


Revision tags: netbsd-7-base tls-maxphys-base
# 1.46 11-Aug-2014 jnemeth

branches: 1.46.2;
remove debug cruft, the example module is not normally built


# 1.45 11-Aug-2014 jnemeth

Add the infrastructure for MODULAR support for Xen kernels. At
the moment, this can only load very simple modules due to missing
symbols. It is being add at this time to make pullups to the
netbsd-7 branch easier. It is not enabled by default in any kernels.


# 1.44 09-Aug-2014 bad

Build ubsec(4) as a module on all arches where it was obivous how to do so.
That excludes powerpc because evppc OEA is missing definitions for
PPC_INTR_IMPL and PPC_PCI_MACHDEP_IMPL.
Adjust set lists.

Compile tested for most arches only.


Revision tags: yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.43 17-Nov-2013 alnsn

Build and install sljit.kmod and bpfjit.kmod iff ${MKSLJIT} != "no".


# 1.42 11-Aug-2013 joerg

Sort entries in strcmp order.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.41 28-Oct-2012 alnsn

Build bpfjit on i386.


# 1.40 06-Aug-2012 martin

branches: 1.40.2;
The hdaudio and hdafg modules are not MI (they at least require PCI)


# 1.39 30-Jun-2012 reinoud

Move i386 and amd64 usermode configurations to their respective directories
and make the usermode kernels buildalbe under build.sh.

The resulting kernels are build and packaged correctly as are the associated
modules.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base
# 1.38 17-Jan-2012 jakllsch

Add lm, lm_isa_common, lm_isa, lm_wbsio and wbsio modules to the x86 build.


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.37 18-Oct-2011 jmcneill

branches: 1.37.2;
add & enable vmt module


# 1.36 29-Aug-2011 jruoho

Add Zarlink ZL10353 DVB demodulator (or as it is now know, Intel CE623x).


# 1.35 28-Aug-2011 jmcneill

add mach64drm, mgadrm, r128drm, savagedrm, sisdrm, and tdfxdrm modules


# 1.34 28-Aug-2011 jmcneill

Split out ati_pcigart into a separate module so it can be shared with r128drm


# 1.33 11-Aug-2011 mbalmer

pwdog is not mi, but it only in the lists we build it for.


# 1.32 09-Aug-2011 jruoho

Build acpiwdrt(4) as a module on x86.


# 1.31 09-Aug-2011 jmcneill

include cx24227, lg3303, mt2131, nxt2k, tvpll, xc3028, coram, cxdtv, and emdtv
modules in x86 build


# 1.30 31-Jul-2011 jmcneill

build and install finsio module on i386 and amd64


# 1.29 29-Jul-2011 jmcneill

build and install itesio module on i386 and amd64


# 1.28 15-Jul-2011 jmcneill

add nsclpcsio module to i386 build


# 1.27 13-Jul-2011 jruoho

A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on
HP NC4400. Like aps(4), this is commented out in the GENERIC kernels.


# 1.26 15-Jun-2011 jruoho

Modularize hpet(4). Works nicely with the multiple bus locations.


# 1.25 15-Jun-2011 jruoho

Modularize amdtemp(4).


Revision tags: cherry-xenmp-base
# 1.24 14-Apr-2011 yamt

branches: 1.24.2;
re-enable tprof_amdpmi


Revision tags: bouyer-quota2-nbase
# 1.23 04-Mar-2011 jruoho

Add module build glue for odcm(4).


# 1.22 24-Feb-2011 jruoho

Build glue for viac7temp(4).


# 1.21 24-Feb-2011 jruoho

Add build glue for powernow(4).


# 1.20 23-Feb-2011 jruoho

Build glue for est(4).


# 1.19 20-Feb-2011 jruoho

Add build glue for coretemp(4).


# 1.18 20-Feb-2011 jruoho

hpqlb(4) was accidentally removed in the previous commit. Put it back.


# 1.17 20-Feb-2011 jruoho

Build fujbp(4), fujhk(4), and wmieeepc(4) as modules.


# 1.16 19-Feb-2011 jmcneill

build padlock module on i386


Revision tags: bouyer-quota2-base
# 1.15 07-Feb-2011 pooka

not here yet either (mirror amd64 commit)


# 1.14 05-Feb-2011 yamt

build tprof_amdpmi


# 1.13 16-Jan-2011 jmcneill

branches: 1.13.2;
build and install aps module on i386 and amd64


# 1.12 09-Jan-2011 jruoho

Add a dummy-driver for ACPI fans.


# 1.11 05-Jan-2011 jruoho

Add build files for acpipmtr(4) module.


Revision tags: matt-mips64-premerge-20101231
# 1.10 29-Dec-2010 jmcneill

some platforms don't have bus_dma, so only build these modules on x86


# 1.9 26-Oct-2010 jruoho

Build asus(x) and hpqlb(4) as modules on x86.


# 1.8 25-Oct-2010 jruoho

Update for new ACPI modules.


# 1.7 25-Oct-2010 jruoho

Build acpiacad(4), acpibat(4), acpibut(4), acpicpu(4), acpilid(4), and
thinkpad(4) as modules on x86. More to come later.


# 1.6 24-Oct-2010 jmcneill

build acpiwmi as a module on x86


# 1.5 24-Oct-2010 jmcneill

build wmi drivers as modules on x86


# 1.4 31-May-2010 pgoyette

Extract ACPIVERBOSE into a kernel module. The module can be builtin
by defining 'options ACPIVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

ACPIVERBOSE also includes code to dump acpi/wmi data.


# 1.3 09-Apr-2010 ahoka

Connect the pad(4) kernel module to the build on i386 and amd64.


Revision tags: matt-premerge-20091211
# 1.2 27-Sep-2009 jmcneill

enable viadrm kmod for i386


# 1.1 07-Sep-2009 jnemeth

Create a modules.tgz set and move kernel modules into it.


# 1.85 11-Feb-2020 uki

PR misc/46937: add modules package, from Lloyd Parkes.


# 1.84 09-Feb-2020 jmcneill

Retire azalia(4).


# 1.83 04-Dec-2019 jmcneill

Move dtrace_syscall_linux out of mi set list


Revision tags: netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930
# 1.82 19-Sep-2018 maxv

branches: 1.82.2;
Don't build the module sets for non-pae-32bit-pv. Noted by John D. Baker
on port-i386@, thanks.


Revision tags: pgoyette-compat-0906
# 1.81 28-Aug-2018 martin

Add drmkms_agp module


Revision tags: pgoyette-compat-0728
# 1.80 24-Jul-2018 maxv

Merge the tprof_pmi and tprof_amdpmi modules into a single tprof_x86
module.


# 1.79 10-Jul-2018 maya

Remove viadrm(4), superseded by viadrmums.

Aside from viadrm using older drm code, it's also dysfunctional right now.
See PR port-i386/53364.


Revision tags: phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.78 26-Feb-2018 pgoyette

branches: 1.78.2; 1.78.4;
Update sets lists for new modular ichsmb(4)


# 1.77 25-Feb-2018 pgoyette

Update for newly added imcsmb driver modules.


# 1.76 25-Jan-2018 pgoyette

Update sets lists for new amdsmn(4) and amdzentemp(4) modules


# 1.75 09-Aug-2017 maxv

Remove compat_ibcs2 from i386. After a discussion on port-vax, it turns
out that compat_ibcs2 does not implement the iBCS2 standard - which is
x86-specific - but rather SVR3. Our real iBCS2 implementation was a
mixture of compat_ibcs2 and compat_svr4, and was only partial. Keeping
support for this in i386 is totally irrelevant today. I also asked on
port-i386 but didn't wait long.

The main issue is that compat_ibcs2 should have been called compat_svr3.
But CVS does not support renaming files, and moving things around is both
painful and tiring, even more so when no one seems to be interested in
doing this work or in the feature at all. For now compat_ibcs2 is available
on Vax and will stay, until someone (not me) cleans it up.


# 1.74 01-Aug-2017 maya

Mark the compat_svr4 module obsolete.

hopefully fixes the build, this is a blind commit.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.73 15-Dec-2016 kre

branches: 1.73.6;

More sets list sorting (maybe this time they're really all done)


# 1.72 15-Dec-2016 pgoyette

Update for the new "universal" spkr module.

Note that entries in the md.i386 and md.amd64 lists are actually deleted
(rather than being marked "obsolete" as directed in the comments). This
is OK, since there is now a new module in the mi list to replace them.


Revision tags: pgoyette-localcount-20161104
# 1.71 27-Sep-2016 pgoyette

For now, disable all the newly-created ld(4) related modules. We need
to come up with a better way to handle attachment-specific modules, and
possibly a better directory structure for modules in general, as the
current mechanism doesn't scale.


# 1.70 27-Sep-2016 pgoyette

Update sets lists for all the new modules (for l4(4) and its attachments)


# 1.69 17-Sep-2016 pgoyette

Fix sets lists for nvme module. Since it is being built only for the
i386 and amd64 platforms, the entries belong in the md.xxx lists, not
in the mi list.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.68 23-Jun-2015 matt

branches: 1.68.2;
Remove compatmodules lines since they are now autogenerated


# 1.67 17-May-2015 pgoyette

Add spkr(4) module to the sets lists.


# 1.66 13-May-2015 pgoyette

Update sets lists for new sysv_ipc module


# 1.65 10-May-2015 pgoyette

Update sets lists for new compat_sysv module.


# 1.64 03-May-2015 pgoyette

Put the '/' back, but put it in the correct location!


# 1.63 03-May-2015 pgoyette

Fix typo, fix the build-break. One '/' is enough in path names.


# 1.62 03-May-2015 pgoyette

Include the new tco module on i386 and amd64 builds


# 1.61 29-Apr-2015 riastradh

Forgot to commit set list update for viadrmums.


# 1.60 23-Apr-2015 pgoyette

Update sets lists for new sysmon modules


# 1.59 18-Apr-2015 pgoyette

Update sets lists for new swwdog module


# 1.58 28-Mar-2015 jmcneill

Split hdaudio and PCI attach glue. Even though the driver was written with
this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move
common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.


# 1.57 08-Mar-2015 christos

change dtrace_foo_syscall -> dtrace_syscall_foo


# 1.56 07-Mar-2015 christos

Add dtrace syscalls


# 1.55 07-Mar-2015 jmcneill

i2c devices don't actually have a dependency on "iic" (the bus driver)
but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the
dependencies in files.i2c and switch device drivers to depend on "i2cexec"
module instead.

A kernel with a USB stack and no I2C controller / bus attachment would spit
out a bunch of "WARNING: module error: can't find builtin dependency `iic'"
messages at boot. This change solves that problem.


# 1.54 21-Feb-2015 ozaki-r

Add missing dtrace modules to md.i386 set list


# 1.53 21-Feb-2015 ozaki-r

Add missing tags (zfs, solaris and lvm) to md.i386


# 1.52 16-Nov-2014 riastradh

Tag the Xen iSCSI modules with `iscsi' in the md.x86 lists.


# 1.51 12-Nov-2014 enami

Add compatmodules keyword so that build.sh -V MKCOMPATMODULES=no won't fail.


# 1.50 11-Nov-2014 nonaka

fix drmkms module path for xen.


# 1.49 10-Nov-2014 christos

add the drmkms modules


# 1.48 19-Sep-2014 christos

missed an hdaudio change.


# 1.47 19-Sep-2014 christos

Add hdaudioverbose


Revision tags: netbsd-7-base tls-maxphys-base
# 1.46 11-Aug-2014 jnemeth

branches: 1.46.2;
remove debug cruft, the example module is not normally built


# 1.45 11-Aug-2014 jnemeth

Add the infrastructure for MODULAR support for Xen kernels. At
the moment, this can only load very simple modules due to missing
symbols. It is being add at this time to make pullups to the
netbsd-7 branch easier. It is not enabled by default in any kernels.


# 1.44 09-Aug-2014 bad

Build ubsec(4) as a module on all arches where it was obivous how to do so.
That excludes powerpc because evppc OEA is missing definitions for
PPC_INTR_IMPL and PPC_PCI_MACHDEP_IMPL.
Adjust set lists.

Compile tested for most arches only.


Revision tags: yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.43 17-Nov-2013 alnsn

Build and install sljit.kmod and bpfjit.kmod iff ${MKSLJIT} != "no".


# 1.42 11-Aug-2013 joerg

Sort entries in strcmp order.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.41 28-Oct-2012 alnsn

Build bpfjit on i386.


# 1.40 06-Aug-2012 martin

branches: 1.40.2;
The hdaudio and hdafg modules are not MI (they at least require PCI)


# 1.39 30-Jun-2012 reinoud

Move i386 and amd64 usermode configurations to their respective directories
and make the usermode kernels buildalbe under build.sh.

The resulting kernels are build and packaged correctly as are the associated
modules.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base
# 1.38 17-Jan-2012 jakllsch

Add lm, lm_isa_common, lm_isa, lm_wbsio and wbsio modules to the x86 build.


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.37 18-Oct-2011 jmcneill

branches: 1.37.2;
add & enable vmt module


# 1.36 29-Aug-2011 jruoho

Add Zarlink ZL10353 DVB demodulator (or as it is now know, Intel CE623x).


# 1.35 28-Aug-2011 jmcneill

add mach64drm, mgadrm, r128drm, savagedrm, sisdrm, and tdfxdrm modules


# 1.34 28-Aug-2011 jmcneill

Split out ati_pcigart into a separate module so it can be shared with r128drm


# 1.33 11-Aug-2011 mbalmer

pwdog is not mi, but it only in the lists we build it for.


# 1.32 09-Aug-2011 jruoho

Build acpiwdrt(4) as a module on x86.


# 1.31 09-Aug-2011 jmcneill

include cx24227, lg3303, mt2131, nxt2k, tvpll, xc3028, coram, cxdtv, and emdtv
modules in x86 build


# 1.30 31-Jul-2011 jmcneill

build and install finsio module on i386 and amd64


# 1.29 29-Jul-2011 jmcneill

build and install itesio module on i386 and amd64


# 1.28 15-Jul-2011 jmcneill

add nsclpcsio module to i386 build


# 1.27 13-Jul-2011 jruoho

A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on
HP NC4400. Like aps(4), this is commented out in the GENERIC kernels.


# 1.26 15-Jun-2011 jruoho

Modularize hpet(4). Works nicely with the multiple bus locations.


# 1.25 15-Jun-2011 jruoho

Modularize amdtemp(4).


Revision tags: cherry-xenmp-base
# 1.24 14-Apr-2011 yamt

branches: 1.24.2;
re-enable tprof_amdpmi


Revision tags: bouyer-quota2-nbase
# 1.23 04-Mar-2011 jruoho

Add module build glue for odcm(4).


# 1.22 24-Feb-2011 jruoho

Build glue for viac7temp(4).


# 1.21 24-Feb-2011 jruoho

Add build glue for powernow(4).


# 1.20 23-Feb-2011 jruoho

Build glue for est(4).


# 1.19 20-Feb-2011 jruoho

Add build glue for coretemp(4).


# 1.18 20-Feb-2011 jruoho

hpqlb(4) was accidentally removed in the previous commit. Put it back.


# 1.17 20-Feb-2011 jruoho

Build fujbp(4), fujhk(4), and wmieeepc(4) as modules.


# 1.16 19-Feb-2011 jmcneill

build padlock module on i386


Revision tags: bouyer-quota2-base
# 1.15 07-Feb-2011 pooka

not here yet either (mirror amd64 commit)


# 1.14 05-Feb-2011 yamt

build tprof_amdpmi


# 1.13 16-Jan-2011 jmcneill

branches: 1.13.2;
build and install aps module on i386 and amd64


# 1.12 09-Jan-2011 jruoho

Add a dummy-driver for ACPI fans.


# 1.11 05-Jan-2011 jruoho

Add build files for acpipmtr(4) module.


Revision tags: matt-mips64-premerge-20101231
# 1.10 29-Dec-2010 jmcneill

some platforms don't have bus_dma, so only build these modules on x86


# 1.9 26-Oct-2010 jruoho

Build asus(x) and hpqlb(4) as modules on x86.


# 1.8 25-Oct-2010 jruoho

Update for new ACPI modules.


# 1.7 25-Oct-2010 jruoho

Build acpiacad(4), acpibat(4), acpibut(4), acpicpu(4), acpilid(4), and
thinkpad(4) as modules on x86. More to come later.


# 1.6 24-Oct-2010 jmcneill

build acpiwmi as a module on x86


# 1.5 24-Oct-2010 jmcneill

build wmi drivers as modules on x86


# 1.4 31-May-2010 pgoyette

Extract ACPIVERBOSE into a kernel module. The module can be builtin
by defining 'options ACPIVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

ACPIVERBOSE also includes code to dump acpi/wmi data.


# 1.3 09-Apr-2010 ahoka

Connect the pad(4) kernel module to the build on i386 and amd64.


Revision tags: matt-premerge-20091211
# 1.2 27-Sep-2009 jmcneill

enable viadrm kmod for i386


# 1.1 07-Sep-2009 jnemeth

Create a modules.tgz set and move kernel modules into it.


# 1.84 09-Feb-2020 jmcneill

Retire azalia(4).


# 1.83 04-Dec-2019 jmcneill

Move dtrace_syscall_linux out of mi set list


Revision tags: netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930
# 1.82 19-Sep-2018 maxv

branches: 1.82.2;
Don't build the module sets for non-pae-32bit-pv. Noted by John D. Baker
on port-i386@, thanks.


Revision tags: pgoyette-compat-0906
# 1.81 28-Aug-2018 martin

Add drmkms_agp module


Revision tags: pgoyette-compat-0728
# 1.80 24-Jul-2018 maxv

Merge the tprof_pmi and tprof_amdpmi modules into a single tprof_x86
module.


# 1.79 10-Jul-2018 maya

Remove viadrm(4), superseded by viadrmums.

Aside from viadrm using older drm code, it's also dysfunctional right now.
See PR port-i386/53364.


Revision tags: phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.78 26-Feb-2018 pgoyette

branches: 1.78.2; 1.78.4;
Update sets lists for new modular ichsmb(4)


# 1.77 25-Feb-2018 pgoyette

Update for newly added imcsmb driver modules.


# 1.76 25-Jan-2018 pgoyette

Update sets lists for new amdsmn(4) and amdzentemp(4) modules


# 1.75 09-Aug-2017 maxv

Remove compat_ibcs2 from i386. After a discussion on port-vax, it turns
out that compat_ibcs2 does not implement the iBCS2 standard - which is
x86-specific - but rather SVR3. Our real iBCS2 implementation was a
mixture of compat_ibcs2 and compat_svr4, and was only partial. Keeping
support for this in i386 is totally irrelevant today. I also asked on
port-i386 but didn't wait long.

The main issue is that compat_ibcs2 should have been called compat_svr3.
But CVS does not support renaming files, and moving things around is both
painful and tiring, even more so when no one seems to be interested in
doing this work or in the feature at all. For now compat_ibcs2 is available
on Vax and will stay, until someone (not me) cleans it up.


# 1.74 01-Aug-2017 maya

Mark the compat_svr4 module obsolete.

hopefully fixes the build, this is a blind commit.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.73 15-Dec-2016 kre

branches: 1.73.6;

More sets list sorting (maybe this time they're really all done)


# 1.72 15-Dec-2016 pgoyette

Update for the new "universal" spkr module.

Note that entries in the md.i386 and md.amd64 lists are actually deleted
(rather than being marked "obsolete" as directed in the comments). This
is OK, since there is now a new module in the mi list to replace them.


Revision tags: pgoyette-localcount-20161104
# 1.71 27-Sep-2016 pgoyette

For now, disable all the newly-created ld(4) related modules. We need
to come up with a better way to handle attachment-specific modules, and
possibly a better directory structure for modules in general, as the
current mechanism doesn't scale.


# 1.70 27-Sep-2016 pgoyette

Update sets lists for all the new modules (for l4(4) and its attachments)


# 1.69 17-Sep-2016 pgoyette

Fix sets lists for nvme module. Since it is being built only for the
i386 and amd64 platforms, the entries belong in the md.xxx lists, not
in the mi list.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.68 23-Jun-2015 matt

branches: 1.68.2;
Remove compatmodules lines since they are now autogenerated


# 1.67 17-May-2015 pgoyette

Add spkr(4) module to the sets lists.


# 1.66 13-May-2015 pgoyette

Update sets lists for new sysv_ipc module


# 1.65 10-May-2015 pgoyette

Update sets lists for new compat_sysv module.


# 1.64 03-May-2015 pgoyette

Put the '/' back, but put it in the correct location!


# 1.63 03-May-2015 pgoyette

Fix typo, fix the build-break. One '/' is enough in path names.


# 1.62 03-May-2015 pgoyette

Include the new tco module on i386 and amd64 builds


# 1.61 29-Apr-2015 riastradh

Forgot to commit set list update for viadrmums.


# 1.60 23-Apr-2015 pgoyette

Update sets lists for new sysmon modules


# 1.59 18-Apr-2015 pgoyette

Update sets lists for new swwdog module


# 1.58 28-Mar-2015 jmcneill

Split hdaudio and PCI attach glue. Even though the driver was written with
this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move
common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.


# 1.57 08-Mar-2015 christos

change dtrace_foo_syscall -> dtrace_syscall_foo


# 1.56 07-Mar-2015 christos

Add dtrace syscalls


# 1.55 07-Mar-2015 jmcneill

i2c devices don't actually have a dependency on "iic" (the bus driver)
but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the
dependencies in files.i2c and switch device drivers to depend on "i2cexec"
module instead.

A kernel with a USB stack and no I2C controller / bus attachment would spit
out a bunch of "WARNING: module error: can't find builtin dependency `iic'"
messages at boot. This change solves that problem.


# 1.54 21-Feb-2015 ozaki-r

Add missing dtrace modules to md.i386 set list


# 1.53 21-Feb-2015 ozaki-r

Add missing tags (zfs, solaris and lvm) to md.i386


# 1.52 16-Nov-2014 riastradh

Tag the Xen iSCSI modules with `iscsi' in the md.x86 lists.


# 1.51 12-Nov-2014 enami

Add compatmodules keyword so that build.sh -V MKCOMPATMODULES=no won't fail.


# 1.50 11-Nov-2014 nonaka

fix drmkms module path for xen.


# 1.49 10-Nov-2014 christos

add the drmkms modules


# 1.48 19-Sep-2014 christos

missed an hdaudio change.


# 1.47 19-Sep-2014 christos

Add hdaudioverbose


Revision tags: netbsd-7-base tls-maxphys-base
# 1.46 11-Aug-2014 jnemeth

branches: 1.46.2;
remove debug cruft, the example module is not normally built


# 1.45 11-Aug-2014 jnemeth

Add the infrastructure for MODULAR support for Xen kernels. At
the moment, this can only load very simple modules due to missing
symbols. It is being add at this time to make pullups to the
netbsd-7 branch easier. It is not enabled by default in any kernels.


# 1.44 09-Aug-2014 bad

Build ubsec(4) as a module on all arches where it was obivous how to do so.
That excludes powerpc because evppc OEA is missing definitions for
PPC_INTR_IMPL and PPC_PCI_MACHDEP_IMPL.
Adjust set lists.

Compile tested for most arches only.


Revision tags: yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.43 17-Nov-2013 alnsn

Build and install sljit.kmod and bpfjit.kmod iff ${MKSLJIT} != "no".


# 1.42 11-Aug-2013 joerg

Sort entries in strcmp order.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.41 28-Oct-2012 alnsn

Build bpfjit on i386.


# 1.40 06-Aug-2012 martin

branches: 1.40.2;
The hdaudio and hdafg modules are not MI (they at least require PCI)


# 1.39 30-Jun-2012 reinoud

Move i386 and amd64 usermode configurations to their respective directories
and make the usermode kernels buildalbe under build.sh.

The resulting kernels are build and packaged correctly as are the associated
modules.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base
# 1.38 17-Jan-2012 jakllsch

Add lm, lm_isa_common, lm_isa, lm_wbsio and wbsio modules to the x86 build.


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.37 18-Oct-2011 jmcneill

branches: 1.37.2;
add & enable vmt module


# 1.36 29-Aug-2011 jruoho

Add Zarlink ZL10353 DVB demodulator (or as it is now know, Intel CE623x).


# 1.35 28-Aug-2011 jmcneill

add mach64drm, mgadrm, r128drm, savagedrm, sisdrm, and tdfxdrm modules


# 1.34 28-Aug-2011 jmcneill

Split out ati_pcigart into a separate module so it can be shared with r128drm


# 1.33 11-Aug-2011 mbalmer

pwdog is not mi, but it only in the lists we build it for.


# 1.32 09-Aug-2011 jruoho

Build acpiwdrt(4) as a module on x86.


# 1.31 09-Aug-2011 jmcneill

include cx24227, lg3303, mt2131, nxt2k, tvpll, xc3028, coram, cxdtv, and emdtv
modules in x86 build


# 1.30 31-Jul-2011 jmcneill

build and install finsio module on i386 and amd64


# 1.29 29-Jul-2011 jmcneill

build and install itesio module on i386 and amd64


# 1.28 15-Jul-2011 jmcneill

add nsclpcsio module to i386 build


# 1.27 13-Jul-2011 jruoho

A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on
HP NC4400. Like aps(4), this is commented out in the GENERIC kernels.


# 1.26 15-Jun-2011 jruoho

Modularize hpet(4). Works nicely with the multiple bus locations.


# 1.25 15-Jun-2011 jruoho

Modularize amdtemp(4).


Revision tags: cherry-xenmp-base
# 1.24 14-Apr-2011 yamt

branches: 1.24.2;
re-enable tprof_amdpmi


Revision tags: bouyer-quota2-nbase
# 1.23 04-Mar-2011 jruoho

Add module build glue for odcm(4).


# 1.22 24-Feb-2011 jruoho

Build glue for viac7temp(4).


# 1.21 24-Feb-2011 jruoho

Add build glue for powernow(4).


# 1.20 23-Feb-2011 jruoho

Build glue for est(4).


# 1.19 20-Feb-2011 jruoho

Add build glue for coretemp(4).


# 1.18 20-Feb-2011 jruoho

hpqlb(4) was accidentally removed in the previous commit. Put it back.


# 1.17 20-Feb-2011 jruoho

Build fujbp(4), fujhk(4), and wmieeepc(4) as modules.


# 1.16 19-Feb-2011 jmcneill

build padlock module on i386


Revision tags: bouyer-quota2-base
# 1.15 07-Feb-2011 pooka

not here yet either (mirror amd64 commit)


# 1.14 05-Feb-2011 yamt

build tprof_amdpmi


# 1.13 16-Jan-2011 jmcneill

branches: 1.13.2;
build and install aps module on i386 and amd64


# 1.12 09-Jan-2011 jruoho

Add a dummy-driver for ACPI fans.


# 1.11 05-Jan-2011 jruoho

Add build files for acpipmtr(4) module.


Revision tags: matt-mips64-premerge-20101231
# 1.10 29-Dec-2010 jmcneill

some platforms don't have bus_dma, so only build these modules on x86


# 1.9 26-Oct-2010 jruoho

Build asus(x) and hpqlb(4) as modules on x86.


# 1.8 25-Oct-2010 jruoho

Update for new ACPI modules.


# 1.7 25-Oct-2010 jruoho

Build acpiacad(4), acpibat(4), acpibut(4), acpicpu(4), acpilid(4), and
thinkpad(4) as modules on x86. More to come later.


# 1.6 24-Oct-2010 jmcneill

build acpiwmi as a module on x86


# 1.5 24-Oct-2010 jmcneill

build wmi drivers as modules on x86


# 1.4 31-May-2010 pgoyette

Extract ACPIVERBOSE into a kernel module. The module can be builtin
by defining 'options ACPIVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

ACPIVERBOSE also includes code to dump acpi/wmi data.


# 1.3 09-Apr-2010 ahoka

Connect the pad(4) kernel module to the build on i386 and amd64.


Revision tags: matt-premerge-20091211
# 1.2 27-Sep-2009 jmcneill

enable viadrm kmod for i386


# 1.1 07-Sep-2009 jnemeth

Create a modules.tgz set and move kernel modules into it.


# 1.83 04-Dec-2019 jmcneill

Move dtrace_syscall_linux out of mi set list


Revision tags: netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930
# 1.82 19-Sep-2018 maxv

Don't build the module sets for non-pae-32bit-pv. Noted by John D. Baker
on port-i386@, thanks.


Revision tags: pgoyette-compat-0906
# 1.81 28-Aug-2018 martin

Add drmkms_agp module


Revision tags: pgoyette-compat-0728
# 1.80 24-Jul-2018 maxv

Merge the tprof_pmi and tprof_amdpmi modules into a single tprof_x86
module.


# 1.79 10-Jul-2018 maya

Remove viadrm(4), superseded by viadrmums.

Aside from viadrm using older drm code, it's also dysfunctional right now.
See PR port-i386/53364.


Revision tags: phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.78 26-Feb-2018 pgoyette

branches: 1.78.2; 1.78.4;
Update sets lists for new modular ichsmb(4)


# 1.77 25-Feb-2018 pgoyette

Update for newly added imcsmb driver modules.


# 1.76 25-Jan-2018 pgoyette

Update sets lists for new amdsmn(4) and amdzentemp(4) modules


# 1.75 09-Aug-2017 maxv

Remove compat_ibcs2 from i386. After a discussion on port-vax, it turns
out that compat_ibcs2 does not implement the iBCS2 standard - which is
x86-specific - but rather SVR3. Our real iBCS2 implementation was a
mixture of compat_ibcs2 and compat_svr4, and was only partial. Keeping
support for this in i386 is totally irrelevant today. I also asked on
port-i386 but didn't wait long.

The main issue is that compat_ibcs2 should have been called compat_svr3.
But CVS does not support renaming files, and moving things around is both
painful and tiring, even more so when no one seems to be interested in
doing this work or in the feature at all. For now compat_ibcs2 is available
on Vax and will stay, until someone (not me) cleans it up.


# 1.74 01-Aug-2017 maya

Mark the compat_svr4 module obsolete.

hopefully fixes the build, this is a blind commit.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.73 15-Dec-2016 kre

branches: 1.73.6;

More sets list sorting (maybe this time they're really all done)


# 1.72 15-Dec-2016 pgoyette

Update for the new "universal" spkr module.

Note that entries in the md.i386 and md.amd64 lists are actually deleted
(rather than being marked "obsolete" as directed in the comments). This
is OK, since there is now a new module in the mi list to replace them.


Revision tags: pgoyette-localcount-20161104
# 1.71 27-Sep-2016 pgoyette

For now, disable all the newly-created ld(4) related modules. We need
to come up with a better way to handle attachment-specific modules, and
possibly a better directory structure for modules in general, as the
current mechanism doesn't scale.


# 1.70 27-Sep-2016 pgoyette

Update sets lists for all the new modules (for l4(4) and its attachments)


# 1.69 17-Sep-2016 pgoyette

Fix sets lists for nvme module. Since it is being built only for the
i386 and amd64 platforms, the entries belong in the md.xxx lists, not
in the mi list.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.68 23-Jun-2015 matt

branches: 1.68.2;
Remove compatmodules lines since they are now autogenerated


# 1.67 17-May-2015 pgoyette

Add spkr(4) module to the sets lists.


# 1.66 13-May-2015 pgoyette

Update sets lists for new sysv_ipc module


# 1.65 10-May-2015 pgoyette

Update sets lists for new compat_sysv module.


# 1.64 03-May-2015 pgoyette

Put the '/' back, but put it in the correct location!


# 1.63 03-May-2015 pgoyette

Fix typo, fix the build-break. One '/' is enough in path names.


# 1.62 03-May-2015 pgoyette

Include the new tco module on i386 and amd64 builds


# 1.61 29-Apr-2015 riastradh

Forgot to commit set list update for viadrmums.


# 1.60 23-Apr-2015 pgoyette

Update sets lists for new sysmon modules


# 1.59 18-Apr-2015 pgoyette

Update sets lists for new swwdog module


# 1.58 28-Mar-2015 jmcneill

Split hdaudio and PCI attach glue. Even though the driver was written with
this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move
common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.


# 1.57 08-Mar-2015 christos

change dtrace_foo_syscall -> dtrace_syscall_foo


# 1.56 07-Mar-2015 christos

Add dtrace syscalls


# 1.55 07-Mar-2015 jmcneill

i2c devices don't actually have a dependency on "iic" (the bus driver)
but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the
dependencies in files.i2c and switch device drivers to depend on "i2cexec"
module instead.

A kernel with a USB stack and no I2C controller / bus attachment would spit
out a bunch of "WARNING: module error: can't find builtin dependency `iic'"
messages at boot. This change solves that problem.


# 1.54 21-Feb-2015 ozaki-r

Add missing dtrace modules to md.i386 set list


# 1.53 21-Feb-2015 ozaki-r

Add missing tags (zfs, solaris and lvm) to md.i386


# 1.52 16-Nov-2014 riastradh

Tag the Xen iSCSI modules with `iscsi' in the md.x86 lists.


# 1.51 12-Nov-2014 enami

Add compatmodules keyword so that build.sh -V MKCOMPATMODULES=no won't fail.


# 1.50 11-Nov-2014 nonaka

fix drmkms module path for xen.


# 1.49 10-Nov-2014 christos

add the drmkms modules


# 1.48 19-Sep-2014 christos

missed an hdaudio change.


# 1.47 19-Sep-2014 christos

Add hdaudioverbose


Revision tags: netbsd-7-base tls-maxphys-base
# 1.46 11-Aug-2014 jnemeth

branches: 1.46.2;
remove debug cruft, the example module is not normally built


# 1.45 11-Aug-2014 jnemeth

Add the infrastructure for MODULAR support for Xen kernels. At
the moment, this can only load very simple modules due to missing
symbols. It is being add at this time to make pullups to the
netbsd-7 branch easier. It is not enabled by default in any kernels.


# 1.44 09-Aug-2014 bad

Build ubsec(4) as a module on all arches where it was obivous how to do so.
That excludes powerpc because evppc OEA is missing definitions for
PPC_INTR_IMPL and PPC_PCI_MACHDEP_IMPL.
Adjust set lists.

Compile tested for most arches only.


Revision tags: yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.43 17-Nov-2013 alnsn

Build and install sljit.kmod and bpfjit.kmod iff ${MKSLJIT} != "no".


# 1.42 11-Aug-2013 joerg

Sort entries in strcmp order.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.41 28-Oct-2012 alnsn

Build bpfjit on i386.


# 1.40 06-Aug-2012 martin

branches: 1.40.2;
The hdaudio and hdafg modules are not MI (they at least require PCI)


# 1.39 30-Jun-2012 reinoud

Move i386 and amd64 usermode configurations to their respective directories
and make the usermode kernels buildalbe under build.sh.

The resulting kernels are build and packaged correctly as are the associated
modules.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base
# 1.38 17-Jan-2012 jakllsch

Add lm, lm_isa_common, lm_isa, lm_wbsio and wbsio modules to the x86 build.


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.37 18-Oct-2011 jmcneill

branches: 1.37.2;
add & enable vmt module


# 1.36 29-Aug-2011 jruoho

Add Zarlink ZL10353 DVB demodulator (or as it is now know, Intel CE623x).


# 1.35 28-Aug-2011 jmcneill

add mach64drm, mgadrm, r128drm, savagedrm, sisdrm, and tdfxdrm modules


# 1.34 28-Aug-2011 jmcneill

Split out ati_pcigart into a separate module so it can be shared with r128drm


# 1.33 11-Aug-2011 mbalmer

pwdog is not mi, but it only in the lists we build it for.


# 1.32 09-Aug-2011 jruoho

Build acpiwdrt(4) as a module on x86.


# 1.31 09-Aug-2011 jmcneill

include cx24227, lg3303, mt2131, nxt2k, tvpll, xc3028, coram, cxdtv, and emdtv
modules in x86 build


# 1.30 31-Jul-2011 jmcneill

build and install finsio module on i386 and amd64


# 1.29 29-Jul-2011 jmcneill

build and install itesio module on i386 and amd64


# 1.28 15-Jul-2011 jmcneill

add nsclpcsio module to i386 build


# 1.27 13-Jul-2011 jruoho

A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on
HP NC4400. Like aps(4), this is commented out in the GENERIC kernels.


# 1.26 15-Jun-2011 jruoho

Modularize hpet(4). Works nicely with the multiple bus locations.


# 1.25 15-Jun-2011 jruoho

Modularize amdtemp(4).


Revision tags: cherry-xenmp-base
# 1.24 14-Apr-2011 yamt

branches: 1.24.2;
re-enable tprof_amdpmi


Revision tags: bouyer-quota2-nbase
# 1.23 04-Mar-2011 jruoho

Add module build glue for odcm(4).


# 1.22 24-Feb-2011 jruoho

Build glue for viac7temp(4).


# 1.21 24-Feb-2011 jruoho

Add build glue for powernow(4).


# 1.20 23-Feb-2011 jruoho

Build glue for est(4).


# 1.19 20-Feb-2011 jruoho

Add build glue for coretemp(4).


# 1.18 20-Feb-2011 jruoho

hpqlb(4) was accidentally removed in the previous commit. Put it back.


# 1.17 20-Feb-2011 jruoho

Build fujbp(4), fujhk(4), and wmieeepc(4) as modules.


# 1.16 19-Feb-2011 jmcneill

build padlock module on i386


Revision tags: bouyer-quota2-base
# 1.15 07-Feb-2011 pooka

not here yet either (mirror amd64 commit)


# 1.14 05-Feb-2011 yamt

build tprof_amdpmi


# 1.13 16-Jan-2011 jmcneill

branches: 1.13.2;
build and install aps module on i386 and amd64


# 1.12 09-Jan-2011 jruoho

Add a dummy-driver for ACPI fans.


# 1.11 05-Jan-2011 jruoho

Add build files for acpipmtr(4) module.


Revision tags: matt-mips64-premerge-20101231
# 1.10 29-Dec-2010 jmcneill

some platforms don't have bus_dma, so only build these modules on x86


# 1.9 26-Oct-2010 jruoho

Build asus(x) and hpqlb(4) as modules on x86.


# 1.8 25-Oct-2010 jruoho

Update for new ACPI modules.


# 1.7 25-Oct-2010 jruoho

Build acpiacad(4), acpibat(4), acpibut(4), acpicpu(4), acpilid(4), and
thinkpad(4) as modules on x86. More to come later.


# 1.6 24-Oct-2010 jmcneill

build acpiwmi as a module on x86


# 1.5 24-Oct-2010 jmcneill

build wmi drivers as modules on x86


# 1.4 31-May-2010 pgoyette

Extract ACPIVERBOSE into a kernel module. The module can be builtin
by defining 'options ACPIVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

ACPIVERBOSE also includes code to dump acpi/wmi data.


# 1.3 09-Apr-2010 ahoka

Connect the pad(4) kernel module to the build on i386 and amd64.


Revision tags: matt-premerge-20091211
# 1.2 27-Sep-2009 jmcneill

enable viadrm kmod for i386


# 1.1 07-Sep-2009 jnemeth

Create a modules.tgz set and move kernel modules into it.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930
# 1.82 19-Sep-2018 maxv

Don't build the module sets for non-pae-32bit-pv. Noted by John D. Baker
on port-i386@, thanks.


Revision tags: pgoyette-compat-0906
# 1.81 28-Aug-2018 martin

Add drmkms_agp module


Revision tags: pgoyette-compat-0728
# 1.80 24-Jul-2018 maxv

Merge the tprof_pmi and tprof_amdpmi modules into a single tprof_x86
module.


# 1.79 10-Jul-2018 maya

Remove viadrm(4), superseded by viadrmums.

Aside from viadrm using older drm code, it's also dysfunctional right now.
See PR port-i386/53364.


Revision tags: phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.78 26-Feb-2018 pgoyette

branches: 1.78.2;
Update sets lists for new modular ichsmb(4)


# 1.77 25-Feb-2018 pgoyette

Update for newly added imcsmb driver modules.


# 1.76 25-Jan-2018 pgoyette

Update sets lists for new amdsmn(4) and amdzentemp(4) modules


# 1.75 09-Aug-2017 maxv

Remove compat_ibcs2 from i386. After a discussion on port-vax, it turns
out that compat_ibcs2 does not implement the iBCS2 standard - which is
x86-specific - but rather SVR3. Our real iBCS2 implementation was a
mixture of compat_ibcs2 and compat_svr4, and was only partial. Keeping
support for this in i386 is totally irrelevant today. I also asked on
port-i386 but didn't wait long.

The main issue is that compat_ibcs2 should have been called compat_svr3.
But CVS does not support renaming files, and moving things around is both
painful and tiring, even more so when no one seems to be interested in
doing this work or in the feature at all. For now compat_ibcs2 is available
on Vax and will stay, until someone (not me) cleans it up.


# 1.74 01-Aug-2017 maya

Mark the compat_svr4 module obsolete.

hopefully fixes the build, this is a blind commit.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.73 15-Dec-2016 kre

branches: 1.73.6;

More sets list sorting (maybe this time they're really all done)


# 1.72 15-Dec-2016 pgoyette

Update for the new "universal" spkr module.

Note that entries in the md.i386 and md.amd64 lists are actually deleted
(rather than being marked "obsolete" as directed in the comments). This
is OK, since there is now a new module in the mi list to replace them.


Revision tags: pgoyette-localcount-20161104
# 1.71 27-Sep-2016 pgoyette

For now, disable all the newly-created ld(4) related modules. We need
to come up with a better way to handle attachment-specific modules, and
possibly a better directory structure for modules in general, as the
current mechanism doesn't scale.


# 1.70 27-Sep-2016 pgoyette

Update sets lists for all the new modules (for l4(4) and its attachments)


# 1.69 17-Sep-2016 pgoyette

Fix sets lists for nvme module. Since it is being built only for the
i386 and amd64 platforms, the entries belong in the md.xxx lists, not
in the mi list.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.68 23-Jun-2015 matt

branches: 1.68.2;
Remove compatmodules lines since they are now autogenerated


# 1.67 17-May-2015 pgoyette

Add spkr(4) module to the sets lists.


# 1.66 13-May-2015 pgoyette

Update sets lists for new sysv_ipc module


# 1.65 10-May-2015 pgoyette

Update sets lists for new compat_sysv module.


# 1.64 03-May-2015 pgoyette

Put the '/' back, but put it in the correct location!


# 1.63 03-May-2015 pgoyette

Fix typo, fix the build-break. One '/' is enough in path names.


# 1.62 03-May-2015 pgoyette

Include the new tco module on i386 and amd64 builds


# 1.61 29-Apr-2015 riastradh

Forgot to commit set list update for viadrmums.


# 1.60 23-Apr-2015 pgoyette

Update sets lists for new sysmon modules


# 1.59 18-Apr-2015 pgoyette

Update sets lists for new swwdog module


# 1.58 28-Mar-2015 jmcneill

Split hdaudio and PCI attach glue. Even though the driver was written with
this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move
common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.


# 1.57 08-Mar-2015 christos

change dtrace_foo_syscall -> dtrace_syscall_foo


# 1.56 07-Mar-2015 christos

Add dtrace syscalls


# 1.55 07-Mar-2015 jmcneill

i2c devices don't actually have a dependency on "iic" (the bus driver)
but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the
dependencies in files.i2c and switch device drivers to depend on "i2cexec"
module instead.

A kernel with a USB stack and no I2C controller / bus attachment would spit
out a bunch of "WARNING: module error: can't find builtin dependency `iic'"
messages at boot. This change solves that problem.


# 1.54 21-Feb-2015 ozaki-r

Add missing dtrace modules to md.i386 set list


# 1.53 21-Feb-2015 ozaki-r

Add missing tags (zfs, solaris and lvm) to md.i386


# 1.52 16-Nov-2014 riastradh

Tag the Xen iSCSI modules with `iscsi' in the md.x86 lists.


# 1.51 12-Nov-2014 enami

Add compatmodules keyword so that build.sh -V MKCOMPATMODULES=no won't fail.


# 1.50 11-Nov-2014 nonaka

fix drmkms module path for xen.


# 1.49 10-Nov-2014 christos

add the drmkms modules


# 1.48 19-Sep-2014 christos

missed an hdaudio change.


# 1.47 19-Sep-2014 christos

Add hdaudioverbose


Revision tags: netbsd-7-base tls-maxphys-base
# 1.46 11-Aug-2014 jnemeth

branches: 1.46.2;
remove debug cruft, the example module is not normally built


# 1.45 11-Aug-2014 jnemeth

Add the infrastructure for MODULAR support for Xen kernels. At
the moment, this can only load very simple modules due to missing
symbols. It is being add at this time to make pullups to the
netbsd-7 branch easier. It is not enabled by default in any kernels.


# 1.44 09-Aug-2014 bad

Build ubsec(4) as a module on all arches where it was obivous how to do so.
That excludes powerpc because evppc OEA is missing definitions for
PPC_INTR_IMPL and PPC_PCI_MACHDEP_IMPL.
Adjust set lists.

Compile tested for most arches only.


Revision tags: yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.43 17-Nov-2013 alnsn

Build and install sljit.kmod and bpfjit.kmod iff ${MKSLJIT} != "no".


# 1.42 11-Aug-2013 joerg

Sort entries in strcmp order.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.41 28-Oct-2012 alnsn

Build bpfjit on i386.


# 1.40 06-Aug-2012 martin

branches: 1.40.2;
The hdaudio and hdafg modules are not MI (they at least require PCI)


# 1.39 30-Jun-2012 reinoud

Move i386 and amd64 usermode configurations to their respective directories
and make the usermode kernels buildalbe under build.sh.

The resulting kernels are build and packaged correctly as are the associated
modules.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base
# 1.38 17-Jan-2012 jakllsch

Add lm, lm_isa_common, lm_isa, lm_wbsio and wbsio modules to the x86 build.


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.37 18-Oct-2011 jmcneill

branches: 1.37.2;
add & enable vmt module


# 1.36 29-Aug-2011 jruoho

Add Zarlink ZL10353 DVB demodulator (or as it is now know, Intel CE623x).


# 1.35 28-Aug-2011 jmcneill

add mach64drm, mgadrm, r128drm, savagedrm, sisdrm, and tdfxdrm modules


# 1.34 28-Aug-2011 jmcneill

Split out ati_pcigart into a separate module so it can be shared with r128drm


# 1.33 11-Aug-2011 mbalmer

pwdog is not mi, but it only in the lists we build it for.


# 1.32 09-Aug-2011 jruoho

Build acpiwdrt(4) as a module on x86.


# 1.31 09-Aug-2011 jmcneill

include cx24227, lg3303, mt2131, nxt2k, tvpll, xc3028, coram, cxdtv, and emdtv
modules in x86 build


# 1.30 31-Jul-2011 jmcneill

build and install finsio module on i386 and amd64


# 1.29 29-Jul-2011 jmcneill

build and install itesio module on i386 and amd64


# 1.28 15-Jul-2011 jmcneill

add nsclpcsio module to i386 build


# 1.27 13-Jul-2011 jruoho

A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on
HP NC4400. Like aps(4), this is commented out in the GENERIC kernels.


# 1.26 15-Jun-2011 jruoho

Modularize hpet(4). Works nicely with the multiple bus locations.


# 1.25 15-Jun-2011 jruoho

Modularize amdtemp(4).


Revision tags: cherry-xenmp-base
# 1.24 14-Apr-2011 yamt

branches: 1.24.2;
re-enable tprof_amdpmi


Revision tags: bouyer-quota2-nbase
# 1.23 04-Mar-2011 jruoho

Add module build glue for odcm(4).


# 1.22 24-Feb-2011 jruoho

Build glue for viac7temp(4).


# 1.21 24-Feb-2011 jruoho

Add build glue for powernow(4).


# 1.20 23-Feb-2011 jruoho

Build glue for est(4).


# 1.19 20-Feb-2011 jruoho

Add build glue for coretemp(4).


# 1.18 20-Feb-2011 jruoho

hpqlb(4) was accidentally removed in the previous commit. Put it back.


# 1.17 20-Feb-2011 jruoho

Build fujbp(4), fujhk(4), and wmieeepc(4) as modules.


# 1.16 19-Feb-2011 jmcneill

build padlock module on i386


Revision tags: bouyer-quota2-base
# 1.15 07-Feb-2011 pooka

not here yet either (mirror amd64 commit)


# 1.14 05-Feb-2011 yamt

build tprof_amdpmi


# 1.13 16-Jan-2011 jmcneill

branches: 1.13.2;
build and install aps module on i386 and amd64


# 1.12 09-Jan-2011 jruoho

Add a dummy-driver for ACPI fans.


# 1.11 05-Jan-2011 jruoho

Add build files for acpipmtr(4) module.


Revision tags: matt-mips64-premerge-20101231
# 1.10 29-Dec-2010 jmcneill

some platforms don't have bus_dma, so only build these modules on x86


# 1.9 26-Oct-2010 jruoho

Build asus(x) and hpqlb(4) as modules on x86.


# 1.8 25-Oct-2010 jruoho

Update for new ACPI modules.


# 1.7 25-Oct-2010 jruoho

Build acpiacad(4), acpibat(4), acpibut(4), acpicpu(4), acpilid(4), and
thinkpad(4) as modules on x86. More to come later.


# 1.6 24-Oct-2010 jmcneill

build acpiwmi as a module on x86


# 1.5 24-Oct-2010 jmcneill

build wmi drivers as modules on x86


# 1.4 31-May-2010 pgoyette

Extract ACPIVERBOSE into a kernel module. The module can be builtin
by defining 'options ACPIVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

ACPIVERBOSE also includes code to dump acpi/wmi data.


# 1.3 09-Apr-2010 ahoka

Connect the pad(4) kernel module to the build on i386 and amd64.


Revision tags: matt-premerge-20091211
# 1.2 27-Sep-2009 jmcneill

enable viadrm kmod for i386


# 1.1 07-Sep-2009 jnemeth

Create a modules.tgz set and move kernel modules into it.


# 1.76 25-Jan-2018 pgoyette

Update sets lists for new amdsmn(4) and amdzentemp(4) modules


# 1.75 09-Aug-2017 maxv

Remove compat_ibcs2 from i386. After a discussion on port-vax, it turns
out that compat_ibcs2 does not implement the iBCS2 standard - which is
x86-specific - but rather SVR3. Our real iBCS2 implementation was a
mixture of compat_ibcs2 and compat_svr4, and was only partial. Keeping
support for this in i386 is totally irrelevant today. I also asked on
port-i386 but didn't wait long.

The main issue is that compat_ibcs2 should have been called compat_svr3.
But CVS does not support renaming files, and moving things around is both
painful and tiring, even more so when no one seems to be interested in
doing this work or in the feature at all. For now compat_ibcs2 is available
on Vax and will stay, until someone (not me) cleans it up.


# 1.74 01-Aug-2017 maya

Mark the compat_svr4 module obsolete.

hopefully fixes the build, this is a blind commit.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.73 15-Dec-2016 kre

More sets list sorting (maybe this time they're really all done)


# 1.72 15-Dec-2016 pgoyette

Update for the new "universal" spkr module.

Note that entries in the md.i386 and md.amd64 lists are actually deleted
(rather than being marked "obsolete" as directed in the comments). This
is OK, since there is now a new module in the mi list to replace them.


Revision tags: pgoyette-localcount-20161104
# 1.71 27-Sep-2016 pgoyette

For now, disable all the newly-created ld(4) related modules. We need
to come up with a better way to handle attachment-specific modules, and
possibly a better directory structure for modules in general, as the
current mechanism doesn't scale.


# 1.70 27-Sep-2016 pgoyette

Update sets lists for all the new modules (for l4(4) and its attachments)


# 1.69 17-Sep-2016 pgoyette

Fix sets lists for nvme module. Since it is being built only for the
i386 and amd64 platforms, the entries belong in the md.xxx lists, not
in the mi list.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.68 23-Jun-2015 matt

branches: 1.68.2;
Remove compatmodules lines since they are now autogenerated


# 1.67 17-May-2015 pgoyette

Add spkr(4) module to the sets lists.


# 1.66 13-May-2015 pgoyette

Update sets lists for new sysv_ipc module


# 1.65 10-May-2015 pgoyette

Update sets lists for new compat_sysv module.


# 1.64 03-May-2015 pgoyette

Put the '/' back, but put it in the correct location!


# 1.63 03-May-2015 pgoyette

Fix typo, fix the build-break. One '/' is enough in path names.


# 1.62 03-May-2015 pgoyette

Include the new tco module on i386 and amd64 builds


# 1.61 29-Apr-2015 riastradh

Forgot to commit set list update for viadrmums.


# 1.60 23-Apr-2015 pgoyette

Update sets lists for new sysmon modules


# 1.59 18-Apr-2015 pgoyette

Update sets lists for new swwdog module


# 1.58 28-Mar-2015 jmcneill

Split hdaudio and PCI attach glue. Even though the driver was written with
this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move
common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.


# 1.57 08-Mar-2015 christos

change dtrace_foo_syscall -> dtrace_syscall_foo


# 1.56 07-Mar-2015 christos

Add dtrace syscalls


# 1.55 07-Mar-2015 jmcneill

i2c devices don't actually have a dependency on "iic" (the bus driver)
but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the
dependencies in files.i2c and switch device drivers to depend on "i2cexec"
module instead.

A kernel with a USB stack and no I2C controller / bus attachment would spit
out a bunch of "WARNING: module error: can't find builtin dependency `iic'"
messages at boot. This change solves that problem.


# 1.54 21-Feb-2015 ozaki-r

Add missing dtrace modules to md.i386 set list


# 1.53 21-Feb-2015 ozaki-r

Add missing tags (zfs, solaris and lvm) to md.i386


# 1.52 16-Nov-2014 riastradh

Tag the Xen iSCSI modules with `iscsi' in the md.x86 lists.


# 1.51 12-Nov-2014 enami

Add compatmodules keyword so that build.sh -V MKCOMPATMODULES=no won't fail.


# 1.50 11-Nov-2014 nonaka

fix drmkms module path for xen.


# 1.49 10-Nov-2014 christos

add the drmkms modules


# 1.48 19-Sep-2014 christos

missed an hdaudio change.


# 1.47 19-Sep-2014 christos

Add hdaudioverbose


Revision tags: netbsd-7-base tls-maxphys-base
# 1.46 11-Aug-2014 jnemeth

branches: 1.46.2;
remove debug cruft, the example module is not normally built


# 1.45 11-Aug-2014 jnemeth

Add the infrastructure for MODULAR support for Xen kernels. At
the moment, this can only load very simple modules due to missing
symbols. It is being add at this time to make pullups to the
netbsd-7 branch easier. It is not enabled by default in any kernels.


# 1.44 09-Aug-2014 bad

Build ubsec(4) as a module on all arches where it was obivous how to do so.
That excludes powerpc because evppc OEA is missing definitions for
PPC_INTR_IMPL and PPC_PCI_MACHDEP_IMPL.
Adjust set lists.

Compile tested for most arches only.


Revision tags: yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.43 17-Nov-2013 alnsn

Build and install sljit.kmod and bpfjit.kmod iff ${MKSLJIT} != "no".


# 1.42 11-Aug-2013 joerg

Sort entries in strcmp order.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.41 28-Oct-2012 alnsn

Build bpfjit on i386.


# 1.40 06-Aug-2012 martin

branches: 1.40.2;
The hdaudio and hdafg modules are not MI (they at least require PCI)


# 1.39 30-Jun-2012 reinoud

Move i386 and amd64 usermode configurations to their respective directories
and make the usermode kernels buildalbe under build.sh.

The resulting kernels are build and packaged correctly as are the associated
modules.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base
# 1.38 17-Jan-2012 jakllsch

Add lm, lm_isa_common, lm_isa, lm_wbsio and wbsio modules to the x86 build.


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.37 18-Oct-2011 jmcneill

branches: 1.37.2;
add & enable vmt module


# 1.36 29-Aug-2011 jruoho

Add Zarlink ZL10353 DVB demodulator (or as it is now know, Intel CE623x).


# 1.35 28-Aug-2011 jmcneill

add mach64drm, mgadrm, r128drm, savagedrm, sisdrm, and tdfxdrm modules


# 1.34 28-Aug-2011 jmcneill

Split out ati_pcigart into a separate module so it can be shared with r128drm


# 1.33 11-Aug-2011 mbalmer

pwdog is not mi, but it only in the lists we build it for.


# 1.32 09-Aug-2011 jruoho

Build acpiwdrt(4) as a module on x86.


# 1.31 09-Aug-2011 jmcneill

include cx24227, lg3303, mt2131, nxt2k, tvpll, xc3028, coram, cxdtv, and emdtv
modules in x86 build


# 1.30 31-Jul-2011 jmcneill

build and install finsio module on i386 and amd64


# 1.29 29-Jul-2011 jmcneill

build and install itesio module on i386 and amd64


# 1.28 15-Jul-2011 jmcneill

add nsclpcsio module to i386 build


# 1.27 13-Jul-2011 jruoho

A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on
HP NC4400. Like aps(4), this is commented out in the GENERIC kernels.


# 1.26 15-Jun-2011 jruoho

Modularize hpet(4). Works nicely with the multiple bus locations.


# 1.25 15-Jun-2011 jruoho

Modularize amdtemp(4).


Revision tags: cherry-xenmp-base
# 1.24 14-Apr-2011 yamt

branches: 1.24.2;
re-enable tprof_amdpmi


Revision tags: bouyer-quota2-nbase
# 1.23 04-Mar-2011 jruoho

Add module build glue for odcm(4).


# 1.22 24-Feb-2011 jruoho

Build glue for viac7temp(4).


# 1.21 24-Feb-2011 jruoho

Add build glue for powernow(4).


# 1.20 23-Feb-2011 jruoho

Build glue for est(4).


# 1.19 20-Feb-2011 jruoho

Add build glue for coretemp(4).


# 1.18 20-Feb-2011 jruoho

hpqlb(4) was accidentally removed in the previous commit. Put it back.


# 1.17 20-Feb-2011 jruoho

Build fujbp(4), fujhk(4), and wmieeepc(4) as modules.


# 1.16 19-Feb-2011 jmcneill

build padlock module on i386


Revision tags: bouyer-quota2-base
# 1.15 07-Feb-2011 pooka

not here yet either (mirror amd64 commit)


# 1.14 05-Feb-2011 yamt

build tprof_amdpmi


# 1.13 16-Jan-2011 jmcneill

branches: 1.13.2;
build and install aps module on i386 and amd64


# 1.12 09-Jan-2011 jruoho

Add a dummy-driver for ACPI fans.


# 1.11 05-Jan-2011 jruoho

Add build files for acpipmtr(4) module.


Revision tags: matt-mips64-premerge-20101231
# 1.10 29-Dec-2010 jmcneill

some platforms don't have bus_dma, so only build these modules on x86


# 1.9 26-Oct-2010 jruoho

Build asus(x) and hpqlb(4) as modules on x86.


# 1.8 25-Oct-2010 jruoho

Update for new ACPI modules.


# 1.7 25-Oct-2010 jruoho

Build acpiacad(4), acpibat(4), acpibut(4), acpicpu(4), acpilid(4), and
thinkpad(4) as modules on x86. More to come later.


# 1.6 24-Oct-2010 jmcneill

build acpiwmi as a module on x86


# 1.5 24-Oct-2010 jmcneill

build wmi drivers as modules on x86


# 1.4 31-May-2010 pgoyette

Extract ACPIVERBOSE into a kernel module. The module can be builtin
by defining 'options ACPIVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

ACPIVERBOSE also includes code to dump acpi/wmi data.


# 1.3 09-Apr-2010 ahoka

Connect the pad(4) kernel module to the build on i386 and amd64.


Revision tags: matt-premerge-20091211
# 1.2 27-Sep-2009 jmcneill

enable viadrm kmod for i386


# 1.1 07-Sep-2009 jnemeth

Create a modules.tgz set and move kernel modules into it.


# 1.75 09-Aug-2017 maxv

Remove compat_ibcs2 from i386. After a discussion on port-vax, it turns
out that compat_ibcs2 does not implement the iBCS2 standard - which is
x86-specific - but rather SVR3. Our real iBCS2 implementation was a
mixture of compat_ibcs2 and compat_svr4, and was only partial. Keeping
support for this in i386 is totally irrelevant today. I also asked on
port-i386 but didn't wait long.

The main issue is that compat_ibcs2 should have been called compat_svr3.
But CVS does not support renaming files, and moving things around is both
painful and tiring, even more so when no one seems to be interested in
doing this work or in the feature at all. For now compat_ibcs2 is available
on Vax and will stay, until someone (not me) cleans it up.


# 1.74 01-Aug-2017 maya

Mark the compat_svr4 module obsolete.

hopefully fixes the build, this is a blind commit.


Revision tags: perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.73 15-Dec-2016 kre

More sets list sorting (maybe this time they're really all done)


# 1.72 15-Dec-2016 pgoyette

Update for the new "universal" spkr module.

Note that entries in the md.i386 and md.amd64 lists are actually deleted
(rather than being marked "obsolete" as directed in the comments). This
is OK, since there is now a new module in the mi list to replace them.


Revision tags: pgoyette-localcount-20161104
# 1.71 27-Sep-2016 pgoyette

For now, disable all the newly-created ld(4) related modules. We need
to come up with a better way to handle attachment-specific modules, and
possibly a better directory structure for modules in general, as the
current mechanism doesn't scale.


# 1.70 27-Sep-2016 pgoyette

Update sets lists for all the new modules (for l4(4) and its attachments)


# 1.69 17-Sep-2016 pgoyette

Fix sets lists for nvme module. Since it is being built only for the
i386 and amd64 platforms, the entries belong in the md.xxx lists, not
in the mi list.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.68 23-Jun-2015 matt

branches: 1.68.2;
Remove compatmodules lines since they are now autogenerated


# 1.67 17-May-2015 pgoyette

Add spkr(4) module to the sets lists.


# 1.66 13-May-2015 pgoyette

Update sets lists for new sysv_ipc module


# 1.65 10-May-2015 pgoyette

Update sets lists for new compat_sysv module.


# 1.64 03-May-2015 pgoyette

Put the '/' back, but put it in the correct location!


# 1.63 03-May-2015 pgoyette

Fix typo, fix the build-break. One '/' is enough in path names.


# 1.62 03-May-2015 pgoyette

Include the new tco module on i386 and amd64 builds


# 1.61 29-Apr-2015 riastradh

Forgot to commit set list update for viadrmums.


# 1.60 23-Apr-2015 pgoyette

Update sets lists for new sysmon modules


# 1.59 18-Apr-2015 pgoyette

Update sets lists for new swwdog module


# 1.58 28-Mar-2015 jmcneill

Split hdaudio and PCI attach glue. Even though the driver was written with
this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move
common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.


# 1.57 08-Mar-2015 christos

change dtrace_foo_syscall -> dtrace_syscall_foo


# 1.56 07-Mar-2015 christos

Add dtrace syscalls


# 1.55 07-Mar-2015 jmcneill

i2c devices don't actually have a dependency on "iic" (the bus driver)
but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the
dependencies in files.i2c and switch device drivers to depend on "i2cexec"
module instead.

A kernel with a USB stack and no I2C controller / bus attachment would spit
out a bunch of "WARNING: module error: can't find builtin dependency `iic'"
messages at boot. This change solves that problem.


# 1.54 21-Feb-2015 ozaki-r

Add missing dtrace modules to md.i386 set list


# 1.53 21-Feb-2015 ozaki-r

Add missing tags (zfs, solaris and lvm) to md.i386


# 1.52 16-Nov-2014 riastradh

Tag the Xen iSCSI modules with `iscsi' in the md.x86 lists.


# 1.51 12-Nov-2014 enami

Add compatmodules keyword so that build.sh -V MKCOMPATMODULES=no won't fail.


# 1.50 11-Nov-2014 nonaka

fix drmkms module path for xen.


# 1.49 10-Nov-2014 christos

add the drmkms modules


# 1.48 19-Sep-2014 christos

missed an hdaudio change.


# 1.47 19-Sep-2014 christos

Add hdaudioverbose


Revision tags: netbsd-7-base tls-maxphys-base
# 1.46 11-Aug-2014 jnemeth

branches: 1.46.2;
remove debug cruft, the example module is not normally built


# 1.45 11-Aug-2014 jnemeth

Add the infrastructure for MODULAR support for Xen kernels. At
the moment, this can only load very simple modules due to missing
symbols. It is being add at this time to make pullups to the
netbsd-7 branch easier. It is not enabled by default in any kernels.


# 1.44 09-Aug-2014 bad

Build ubsec(4) as a module on all arches where it was obivous how to do so.
That excludes powerpc because evppc OEA is missing definitions for
PPC_INTR_IMPL and PPC_PCI_MACHDEP_IMPL.
Adjust set lists.

Compile tested for most arches only.


Revision tags: yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.43 17-Nov-2013 alnsn

Build and install sljit.kmod and bpfjit.kmod iff ${MKSLJIT} != "no".


# 1.42 11-Aug-2013 joerg

Sort entries in strcmp order.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.41 28-Oct-2012 alnsn

Build bpfjit on i386.


# 1.40 06-Aug-2012 martin

branches: 1.40.2;
The hdaudio and hdafg modules are not MI (they at least require PCI)


# 1.39 30-Jun-2012 reinoud

Move i386 and amd64 usermode configurations to their respective directories
and make the usermode kernels buildalbe under build.sh.

The resulting kernels are build and packaged correctly as are the associated
modules.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base
# 1.38 17-Jan-2012 jakllsch

Add lm, lm_isa_common, lm_isa, lm_wbsio and wbsio modules to the x86 build.


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.37 18-Oct-2011 jmcneill

branches: 1.37.2;
add & enable vmt module


# 1.36 29-Aug-2011 jruoho

Add Zarlink ZL10353 DVB demodulator (or as it is now know, Intel CE623x).


# 1.35 28-Aug-2011 jmcneill

add mach64drm, mgadrm, r128drm, savagedrm, sisdrm, and tdfxdrm modules


# 1.34 28-Aug-2011 jmcneill

Split out ati_pcigart into a separate module so it can be shared with r128drm


# 1.33 11-Aug-2011 mbalmer

pwdog is not mi, but it only in the lists we build it for.


# 1.32 09-Aug-2011 jruoho

Build acpiwdrt(4) as a module on x86.


# 1.31 09-Aug-2011 jmcneill

include cx24227, lg3303, mt2131, nxt2k, tvpll, xc3028, coram, cxdtv, and emdtv
modules in x86 build


# 1.30 31-Jul-2011 jmcneill

build and install finsio module on i386 and amd64


# 1.29 29-Jul-2011 jmcneill

build and install itesio module on i386 and amd64


# 1.28 15-Jul-2011 jmcneill

add nsclpcsio module to i386 build


# 1.27 13-Jul-2011 jruoho

A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on
HP NC4400. Like aps(4), this is commented out in the GENERIC kernels.


# 1.26 15-Jun-2011 jruoho

Modularize hpet(4). Works nicely with the multiple bus locations.


# 1.25 15-Jun-2011 jruoho

Modularize amdtemp(4).


Revision tags: cherry-xenmp-base
# 1.24 14-Apr-2011 yamt

branches: 1.24.2;
re-enable tprof_amdpmi


Revision tags: bouyer-quota2-nbase
# 1.23 04-Mar-2011 jruoho

Add module build glue for odcm(4).


# 1.22 24-Feb-2011 jruoho

Build glue for viac7temp(4).


# 1.21 24-Feb-2011 jruoho

Add build glue for powernow(4).


# 1.20 23-Feb-2011 jruoho

Build glue for est(4).


# 1.19 20-Feb-2011 jruoho

Add build glue for coretemp(4).


# 1.18 20-Feb-2011 jruoho

hpqlb(4) was accidentally removed in the previous commit. Put it back.


# 1.17 20-Feb-2011 jruoho

Build fujbp(4), fujhk(4), and wmieeepc(4) as modules.


# 1.16 19-Feb-2011 jmcneill

build padlock module on i386


Revision tags: bouyer-quota2-base
# 1.15 07-Feb-2011 pooka

not here yet either (mirror amd64 commit)


# 1.14 05-Feb-2011 yamt

build tprof_amdpmi


# 1.13 16-Jan-2011 jmcneill

branches: 1.13.2;
build and install aps module on i386 and amd64


# 1.12 09-Jan-2011 jruoho

Add a dummy-driver for ACPI fans.


# 1.11 05-Jan-2011 jruoho

Add build files for acpipmtr(4) module.


Revision tags: matt-mips64-premerge-20101231
# 1.10 29-Dec-2010 jmcneill

some platforms don't have bus_dma, so only build these modules on x86


# 1.9 26-Oct-2010 jruoho

Build asus(x) and hpqlb(4) as modules on x86.


# 1.8 25-Oct-2010 jruoho

Update for new ACPI modules.


# 1.7 25-Oct-2010 jruoho

Build acpiacad(4), acpibat(4), acpibut(4), acpicpu(4), acpilid(4), and
thinkpad(4) as modules on x86. More to come later.


# 1.6 24-Oct-2010 jmcneill

build acpiwmi as a module on x86


# 1.5 24-Oct-2010 jmcneill

build wmi drivers as modules on x86


# 1.4 31-May-2010 pgoyette

Extract ACPIVERBOSE into a kernel module. The module can be builtin
by defining 'options ACPIVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

ACPIVERBOSE also includes code to dump acpi/wmi data.


# 1.3 09-Apr-2010 ahoka

Connect the pad(4) kernel module to the build on i386 and amd64.


Revision tags: matt-premerge-20091211
# 1.2 27-Sep-2009 jmcneill

enable viadrm kmod for i386


# 1.1 07-Sep-2009 jnemeth

Create a modules.tgz set and move kernel modules into it.


# 1.74 01-Aug-2017 maya

Mark the compat_svr4 module obsolete.

hopefully fixes the build, this is a blind commit.


Revision tags: perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.73 15-Dec-2016 kre

More sets list sorting (maybe this time they're really all done)


# 1.72 15-Dec-2016 pgoyette

Update for the new "universal" spkr module.

Note that entries in the md.i386 and md.amd64 lists are actually deleted
(rather than being marked "obsolete" as directed in the comments). This
is OK, since there is now a new module in the mi list to replace them.


Revision tags: pgoyette-localcount-20161104
# 1.71 27-Sep-2016 pgoyette

For now, disable all the newly-created ld(4) related modules. We need
to come up with a better way to handle attachment-specific modules, and
possibly a better directory structure for modules in general, as the
current mechanism doesn't scale.


# 1.70 27-Sep-2016 pgoyette

Update sets lists for all the new modules (for l4(4) and its attachments)


# 1.69 17-Sep-2016 pgoyette

Fix sets lists for nvme module. Since it is being built only for the
i386 and amd64 platforms, the entries belong in the md.xxx lists, not
in the mi list.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.68 23-Jun-2015 matt

branches: 1.68.2;
Remove compatmodules lines since they are now autogenerated


# 1.67 17-May-2015 pgoyette

Add spkr(4) module to the sets lists.


# 1.66 13-May-2015 pgoyette

Update sets lists for new sysv_ipc module


# 1.65 10-May-2015 pgoyette

Update sets lists for new compat_sysv module.


# 1.64 03-May-2015 pgoyette

Put the '/' back, but put it in the correct location!


# 1.63 03-May-2015 pgoyette

Fix typo, fix the build-break. One '/' is enough in path names.


# 1.62 03-May-2015 pgoyette

Include the new tco module on i386 and amd64 builds


# 1.61 29-Apr-2015 riastradh

Forgot to commit set list update for viadrmums.


# 1.60 23-Apr-2015 pgoyette

Update sets lists for new sysmon modules


# 1.59 18-Apr-2015 pgoyette

Update sets lists for new swwdog module


# 1.58 28-Mar-2015 jmcneill

Split hdaudio and PCI attach glue. Even though the driver was written with
this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move
common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.


# 1.57 08-Mar-2015 christos

change dtrace_foo_syscall -> dtrace_syscall_foo


# 1.56 07-Mar-2015 christos

Add dtrace syscalls


# 1.55 07-Mar-2015 jmcneill

i2c devices don't actually have a dependency on "iic" (the bus driver)
but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the
dependencies in files.i2c and switch device drivers to depend on "i2cexec"
module instead.

A kernel with a USB stack and no I2C controller / bus attachment would spit
out a bunch of "WARNING: module error: can't find builtin dependency `iic'"
messages at boot. This change solves that problem.


# 1.54 21-Feb-2015 ozaki-r

Add missing dtrace modules to md.i386 set list


# 1.53 21-Feb-2015 ozaki-r

Add missing tags (zfs, solaris and lvm) to md.i386


# 1.52 16-Nov-2014 riastradh

Tag the Xen iSCSI modules with `iscsi' in the md.x86 lists.


# 1.51 12-Nov-2014 enami

Add compatmodules keyword so that build.sh -V MKCOMPATMODULES=no won't fail.


# 1.50 11-Nov-2014 nonaka

fix drmkms module path for xen.


# 1.49 10-Nov-2014 christos

add the drmkms modules


# 1.48 19-Sep-2014 christos

missed an hdaudio change.


# 1.47 19-Sep-2014 christos

Add hdaudioverbose


Revision tags: netbsd-7-base tls-maxphys-base
# 1.46 11-Aug-2014 jnemeth

branches: 1.46.2;
remove debug cruft, the example module is not normally built


# 1.45 11-Aug-2014 jnemeth

Add the infrastructure for MODULAR support for Xen kernels. At
the moment, this can only load very simple modules due to missing
symbols. It is being add at this time to make pullups to the
netbsd-7 branch easier. It is not enabled by default in any kernels.


# 1.44 09-Aug-2014 bad

Build ubsec(4) as a module on all arches where it was obivous how to do so.
That excludes powerpc because evppc OEA is missing definitions for
PPC_INTR_IMPL and PPC_PCI_MACHDEP_IMPL.
Adjust set lists.

Compile tested for most arches only.


Revision tags: yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.43 17-Nov-2013 alnsn

Build and install sljit.kmod and bpfjit.kmod iff ${MKSLJIT} != "no".


# 1.42 11-Aug-2013 joerg

Sort entries in strcmp order.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.41 28-Oct-2012 alnsn

Build bpfjit on i386.


# 1.40 06-Aug-2012 martin

branches: 1.40.2;
The hdaudio and hdafg modules are not MI (they at least require PCI)


# 1.39 30-Jun-2012 reinoud

Move i386 and amd64 usermode configurations to their respective directories
and make the usermode kernels buildalbe under build.sh.

The resulting kernels are build and packaged correctly as are the associated
modules.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base
# 1.38 17-Jan-2012 jakllsch

Add lm, lm_isa_common, lm_isa, lm_wbsio and wbsio modules to the x86 build.


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.37 18-Oct-2011 jmcneill

branches: 1.37.2;
add & enable vmt module


# 1.36 29-Aug-2011 jruoho

Add Zarlink ZL10353 DVB demodulator (or as it is now know, Intel CE623x).


# 1.35 28-Aug-2011 jmcneill

add mach64drm, mgadrm, r128drm, savagedrm, sisdrm, and tdfxdrm modules


# 1.34 28-Aug-2011 jmcneill

Split out ati_pcigart into a separate module so it can be shared with r128drm


# 1.33 11-Aug-2011 mbalmer

pwdog is not mi, but it only in the lists we build it for.


# 1.32 09-Aug-2011 jruoho

Build acpiwdrt(4) as a module on x86.


# 1.31 09-Aug-2011 jmcneill

include cx24227, lg3303, mt2131, nxt2k, tvpll, xc3028, coram, cxdtv, and emdtv
modules in x86 build


# 1.30 31-Jul-2011 jmcneill

build and install finsio module on i386 and amd64


# 1.29 29-Jul-2011 jmcneill

build and install itesio module on i386 and amd64


# 1.28 15-Jul-2011 jmcneill

add nsclpcsio module to i386 build


# 1.27 13-Jul-2011 jruoho

A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on
HP NC4400. Like aps(4), this is commented out in the GENERIC kernels.


# 1.26 15-Jun-2011 jruoho

Modularize hpet(4). Works nicely with the multiple bus locations.


# 1.25 15-Jun-2011 jruoho

Modularize amdtemp(4).


Revision tags: cherry-xenmp-base
# 1.24 14-Apr-2011 yamt

branches: 1.24.2;
re-enable tprof_amdpmi


Revision tags: bouyer-quota2-nbase
# 1.23 04-Mar-2011 jruoho

Add module build glue for odcm(4).


# 1.22 24-Feb-2011 jruoho

Build glue for viac7temp(4).


# 1.21 24-Feb-2011 jruoho

Add build glue for powernow(4).


# 1.20 23-Feb-2011 jruoho

Build glue for est(4).


# 1.19 20-Feb-2011 jruoho

Add build glue for coretemp(4).


# 1.18 20-Feb-2011 jruoho

hpqlb(4) was accidentally removed in the previous commit. Put it back.


# 1.17 20-Feb-2011 jruoho

Build fujbp(4), fujhk(4), and wmieeepc(4) as modules.


# 1.16 19-Feb-2011 jmcneill

build padlock module on i386


Revision tags: bouyer-quota2-base
# 1.15 07-Feb-2011 pooka

not here yet either (mirror amd64 commit)


# 1.14 05-Feb-2011 yamt

build tprof_amdpmi


# 1.13 16-Jan-2011 jmcneill

branches: 1.13.2;
build and install aps module on i386 and amd64


# 1.12 09-Jan-2011 jruoho

Add a dummy-driver for ACPI fans.


# 1.11 05-Jan-2011 jruoho

Add build files for acpipmtr(4) module.


Revision tags: matt-mips64-premerge-20101231
# 1.10 29-Dec-2010 jmcneill

some platforms don't have bus_dma, so only build these modules on x86


# 1.9 26-Oct-2010 jruoho

Build asus(x) and hpqlb(4) as modules on x86.


# 1.8 25-Oct-2010 jruoho

Update for new ACPI modules.


# 1.7 25-Oct-2010 jruoho

Build acpiacad(4), acpibat(4), acpibut(4), acpicpu(4), acpilid(4), and
thinkpad(4) as modules on x86. More to come later.


# 1.6 24-Oct-2010 jmcneill

build acpiwmi as a module on x86


# 1.5 24-Oct-2010 jmcneill

build wmi drivers as modules on x86


# 1.4 31-May-2010 pgoyette

Extract ACPIVERBOSE into a kernel module. The module can be builtin
by defining 'options ACPIVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

ACPIVERBOSE also includes code to dump acpi/wmi data.


# 1.3 09-Apr-2010 ahoka

Connect the pad(4) kernel module to the build on i386 and amd64.


Revision tags: matt-premerge-20091211
# 1.2 27-Sep-2009 jmcneill

enable viadrm kmod for i386


# 1.1 07-Sep-2009 jnemeth

Create a modules.tgz set and move kernel modules into it.


# 1.73 14-Dec-2016 kre

More sets list sorting (maybe this time they're really all done)


# 1.72 14-Dec-2016 pgoyette

Update for the new "universal" spkr module.

Note that entries in the md.i386 and md.amd64 lists are actually deleted
(rather than being marked "obsolete" as directed in the comments). This
is OK, since there is now a new module in the mi list to replace them.


Revision tags: pgoyette-localcount-20161104
# 1.71 27-Sep-2016 pgoyette

For now, disable all the newly-created ld(4) related modules. We need
to come up with a better way to handle attachment-specific modules, and
possibly a better directory structure for modules in general, as the
current mechanism doesn't scale.


# 1.70 26-Sep-2016 pgoyette

Update sets lists for all the new modules (for l4(4) and its attachments)


# 1.69 16-Sep-2016 pgoyette

Fix sets lists for nvme module. Since it is being built only for the
i386 and amd64 platforms, the entries belong in the md.xxx lists, not
in the mi list.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.68 23-Jun-2015 matt

branches: 1.68.2;
Remove compatmodules lines since they are now autogenerated


# 1.67 16-May-2015 pgoyette

Add spkr(4) module to the sets lists.


# 1.66 12-May-2015 pgoyette

Update sets lists for new sysv_ipc module


# 1.65 10-May-2015 pgoyette

Update sets lists for new compat_sysv module.


# 1.64 03-May-2015 pgoyette

Put the '/' back, but put it in the correct location!


# 1.63 03-May-2015 pgoyette

Fix typo, fix the build-break. One '/' is enough in path names.


# 1.62 02-May-2015 pgoyette

Include the new tco module on i386 and amd64 builds


# 1.61 29-Apr-2015 riastradh

Forgot to commit set list update for viadrmums.


# 1.60 23-Apr-2015 pgoyette

Update sets lists for new sysmon modules


# 1.59 18-Apr-2015 pgoyette

Update sets lists for new swwdog module


# 1.58 28-Mar-2015 jmcneill

Split hdaudio and PCI attach glue. Even though the driver was written with
this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move
common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.


# 1.57 07-Mar-2015 christos

change dtrace_foo_syscall -> dtrace_syscall_foo


# 1.56 07-Mar-2015 christos

Add dtrace syscalls


# 1.55 07-Mar-2015 jmcneill

i2c devices don't actually have a dependency on "iic" (the bus driver)
but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the
dependencies in files.i2c and switch device drivers to depend on "i2cexec"
module instead.

A kernel with a USB stack and no I2C controller / bus attachment would spit
out a bunch of "WARNING: module error: can't find builtin dependency `iic'"
messages at boot. This change solves that problem.


# 1.54 21-Feb-2015 ozaki-r

Add missing dtrace modules to md.i386 set list


# 1.53 21-Feb-2015 ozaki-r

Add missing tags (zfs, solaris and lvm) to md.i386


# 1.52 16-Nov-2014 riastradh

Tag the Xen iSCSI modules with `iscsi' in the md.x86 lists.


# 1.51 11-Nov-2014 enami

Add compatmodules keyword so that build.sh -V MKCOMPATMODULES=no won't fail.


# 1.50 11-Nov-2014 nonaka

fix drmkms module path for xen.


# 1.49 10-Nov-2014 christos

add the drmkms modules


# 1.48 19-Sep-2014 christos

missed an hdaudio change.


# 1.47 19-Sep-2014 christos

Add hdaudioverbose


Revision tags: netbsd-7-base tls-maxphys-base
# 1.46 10-Aug-2014 jnemeth

branches: 1.46.2;
remove debug cruft, the example module is not normally built


# 1.45 10-Aug-2014 jnemeth

Add the infrastructure for MODULAR support for Xen kernels. At
the moment, this can only load very simple modules due to missing
symbols. It is being add at this time to make pullups to the
netbsd-7 branch easier. It is not enabled by default in any kernels.


# 1.44 08-Aug-2014 bad

Build ubsec(4) as a module on all arches where it was obivous how to do so.
That excludes powerpc because evppc OEA is missing definitions for
PPC_INTR_IMPL and PPC_PCI_MACHDEP_IMPL.
Adjust set lists.

Compile tested for most arches only.


Revision tags: yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.43 17-Nov-2013 alnsn

Build and install sljit.kmod and bpfjit.kmod iff ${MKSLJIT} != "no".


# 1.42 11-Aug-2013 joerg

Sort entries in strcmp order.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.41 28-Oct-2012 alnsn

Build bpfjit on i386.


# 1.40 06-Aug-2012 martin

branches: 1.40.2;
The hdaudio and hdafg modules are not MI (they at least require PCI)


# 1.39 30-Jun-2012 reinoud

Move i386 and amd64 usermode configurations to their respective directories
and make the usermode kernels buildalbe under build.sh.

The resulting kernels are build and packaged correctly as are the associated
modules.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base
# 1.38 17-Jan-2012 jakllsch

Add lm, lm_isa_common, lm_isa, lm_wbsio and wbsio modules to the x86 build.


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.37 17-Oct-2011 jmcneill

branches: 1.37.2;
add & enable vmt module


# 1.36 29-Aug-2011 jruoho

Add Zarlink ZL10353 DVB demodulator (or as it is now know, Intel CE623x).


# 1.35 28-Aug-2011 jmcneill

add mach64drm, mgadrm, r128drm, savagedrm, sisdrm, and tdfxdrm modules


# 1.34 28-Aug-2011 jmcneill

Split out ati_pcigart into a separate module so it can be shared with r128drm


# 1.33 10-Aug-2011 mbalmer

pwdog is not mi, but it only in the lists we build it for.


# 1.32 08-Aug-2011 jruoho

Build acpiwdrt(4) as a module on x86.


# 1.31 09-Aug-2011 jmcneill

include cx24227, lg3303, mt2131, nxt2k, tvpll, xc3028, coram, cxdtv, and emdtv
modules in x86 build


# 1.30 31-Jul-2011 jmcneill

build and install finsio module on i386 and amd64


# 1.29 29-Jul-2011 jmcneill

build and install itesio module on i386 and amd64


# 1.28 15-Jul-2011 jmcneill

add nsclpcsio module to i386 build


# 1.27 13-Jul-2011 jruoho

A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on
HP NC4400. Like aps(4), this is commented out in the GENERIC kernels.


# 1.26 15-Jun-2011 jruoho

Modularize hpet(4). Works nicely with the multiple bus locations.


# 1.25 14-Jun-2011 jruoho

Modularize amdtemp(4).


Revision tags: cherry-xenmp-base
# 1.24 14-Apr-2011 yamt

branches: 1.24.2;
re-enable tprof_amdpmi


Revision tags: bouyer-quota2-nbase
# 1.23 03-Mar-2011 jruoho

Add module build glue for odcm(4).


# 1.22 24-Feb-2011 jruoho

Build glue for viac7temp(4).


# 1.21 24-Feb-2011 jruoho

Add build glue for powernow(4).


# 1.20 23-Feb-2011 jruoho

Build glue for est(4).


# 1.19 20-Feb-2011 jruoho

Add build glue for coretemp(4).


# 1.18 20-Feb-2011 jruoho

hpqlb(4) was accidentally removed in the previous commit. Put it back.


# 1.17 20-Feb-2011 jruoho

Build fujbp(4), fujhk(4), and wmieeepc(4) as modules.


# 1.16 19-Feb-2011 jmcneill

build padlock module on i386


Revision tags: bouyer-quota2-base
# 1.15 07-Feb-2011 pooka

not here yet either (mirror amd64 commit)


# 1.14 05-Feb-2011 yamt

build tprof_amdpmi


# 1.13 15-Jan-2011 jmcneill

branches: 1.13.2;
build and install aps module on i386 and amd64


# 1.12 09-Jan-2011 jruoho

Add a dummy-driver for ACPI fans.


# 1.11 05-Jan-2011 jruoho

Add build files for acpipmtr(4) module.


Revision tags: matt-mips64-premerge-20101231
# 1.10 29-Dec-2010 jmcneill

some platforms don't have bus_dma, so only build these modules on x86


# 1.9 25-Oct-2010 jruoho

Build asus(x) and hpqlb(4) as modules on x86.


# 1.8 25-Oct-2010 jruoho

Update for new ACPI modules.


# 1.7 25-Oct-2010 jruoho

Build acpiacad(4), acpibat(4), acpibut(4), acpicpu(4), acpilid(4), and
thinkpad(4) as modules on x86. More to come later.


# 1.6 24-Oct-2010 jmcneill

build acpiwmi as a module on x86


# 1.5 24-Oct-2010 jmcneill

build wmi drivers as modules on x86


# 1.4 31-May-2010 pgoyette

Extract ACPIVERBOSE into a kernel module. The module can be builtin
by defining 'options ACPIVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

ACPIVERBOSE also includes code to dump acpi/wmi data.


# 1.3 09-Apr-2010 ahoka

Connect the pad(4) kernel module to the build on i386 and amd64.


Revision tags: matt-premerge-20091211
# 1.2 26-Sep-2009 jmcneill

enable viadrm kmod for i386


# 1.1 06-Sep-2009 jnemeth

Create a modules.tgz set and move kernel modules into it.


# 1.68 23-Jun-2015 matt

Remove compatmodules lines since they are now autogenerated


# 1.67 16-May-2015 pgoyette

Add spkr(4) module to the sets lists.


# 1.66 12-May-2015 pgoyette

Update sets lists for new sysv_ipc module


# 1.65 10-May-2015 pgoyette

Update sets lists for new compat_sysv module.


# 1.64 03-May-2015 pgoyette

Put the '/' back, but put it in the correct location!


# 1.63 03-May-2015 pgoyette

Fix typo, fix the build-break. One '/' is enough in path names.


# 1.62 02-May-2015 pgoyette

Include the new tco module on i386 and amd64 builds


# 1.61 29-Apr-2015 riastradh

Forgot to commit set list update for viadrmums.


# 1.60 23-Apr-2015 pgoyette

Update sets lists for new sysmon modules


# 1.59 18-Apr-2015 pgoyette

Update sets lists for new swwdog module


# 1.58 28-Mar-2015 jmcneill

Split hdaudio and PCI attach glue. Even though the driver was written with
this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move
common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.


# 1.57 07-Mar-2015 christos

change dtrace_foo_syscall -> dtrace_syscall_foo


# 1.56 07-Mar-2015 christos

Add dtrace syscalls


# 1.55 07-Mar-2015 jmcneill

i2c devices don't actually have a dependency on "iic" (the bus driver)
but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the
dependencies in files.i2c and switch device drivers to depend on "i2cexec"
module instead.

A kernel with a USB stack and no I2C controller / bus attachment would spit
out a bunch of "WARNING: module error: can't find builtin dependency `iic'"
messages at boot. This change solves that problem.


# 1.54 21-Feb-2015 ozaki-r

Add missing dtrace modules to md.i386 set list


# 1.53 21-Feb-2015 ozaki-r

Add missing tags (zfs, solaris and lvm) to md.i386


# 1.52 16-Nov-2014 riastradh

Tag the Xen iSCSI modules with `iscsi' in the md.x86 lists.


# 1.51 11-Nov-2014 enami

Add compatmodules keyword so that build.sh -V MKCOMPATMODULES=no won't fail.


# 1.50 11-Nov-2014 nonaka

fix drmkms module path for xen.


# 1.49 10-Nov-2014 christos

add the drmkms modules


# 1.48 19-Sep-2014 christos

missed an hdaudio change.


# 1.47 19-Sep-2014 christos

Add hdaudioverbose


# 1.46 10-Aug-2014 jnemeth

branches: 1.46.2;
remove debug cruft, the example module is not normally built


# 1.45 10-Aug-2014 jnemeth

Add the infrastructure for MODULAR support for Xen kernels. At
the moment, this can only load very simple modules due to missing
symbols. It is being add at this time to make pullups to the
netbsd-7 branch easier. It is not enabled by default in any kernels.


# 1.44 09-Aug-2014 bad

Build ubsec(4) as a module on all arches where it was obivous how to do so.
That excludes powerpc because evppc OEA is missing definitions for
PPC_INTR_IMPL and PPC_PCI_MACHDEP_IMPL.
Adjust set lists.

Compile tested for most arches only.


# 1.43 17-Nov-2013 alnsn

Build and install sljit.kmod and bpfjit.kmod iff ${MKSLJIT} != "no".


# 1.42 11-Aug-2013 joerg

Sort entries in strcmp order.


# 1.41 27-Oct-2012 alnsn

Build bpfjit on i386.


# 1.40 06-Aug-2012 martin

branches: 1.40.2;
The hdaudio and hdafg modules are not MI (they at least require PCI)


# 1.39 30-Jun-2012 reinoud

Move i386 and amd64 usermode configurations to their respective directories
and make the usermode kernels buildalbe under build.sh.

The resulting kernels are build and packaged correctly as are the associated
modules.


# 1.38 17-Jan-2012 jakllsch

Add lm, lm_isa_common, lm_isa, lm_wbsio and wbsio modules to the x86 build.


# 1.37 17-Oct-2011 jmcneill

branches: 1.37.2;
add & enable vmt module


# 1.36 29-Aug-2011 jruoho

Add Zarlink ZL10353 DVB demodulator (or as it is now know, Intel CE623x).


# 1.35 27-Aug-2011 jmcneill

add mach64drm, mgadrm, r128drm, savagedrm, sisdrm, and tdfxdrm modules


# 1.34 28-Aug-2011 jmcneill

Split out ati_pcigart into a separate module so it can be shared with r128drm


# 1.33 11-Aug-2011 mbalmer

pwdog is not mi, but it only in the lists we build it for.


# 1.32 09-Aug-2011 jruoho

Build acpiwdrt(4) as a module on x86.


# 1.31 09-Aug-2011 jmcneill

include cx24227, lg3303, mt2131, nxt2k, tvpll, xc3028, coram, cxdtv, and emdtv
modules in x86 build


# 1.30 31-Jul-2011 jmcneill

build and install finsio module on i386 and amd64


# 1.29 29-Jul-2011 jmcneill

build and install itesio module on i386 and amd64


# 1.28 15-Jul-2011 jmcneill

add nsclpcsio module to i386 build


# 1.27 13-Jul-2011 jruoho

A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on
HP NC4400. Like aps(4), this is commented out in the GENERIC kernels.


# 1.26 15-Jun-2011 jruoho

Modularize hpet(4). Works nicely with the multiple bus locations.


# 1.25 14-Jun-2011 jruoho

Modularize amdtemp(4).


# 1.24 14-Apr-2011 yamt

branches: 1.24.2;
re-enable tprof_amdpmi


# 1.23 03-Mar-2011 jruoho

Add module build glue for odcm(4).


# 1.22 24-Feb-2011 jruoho

Build glue for viac7temp(4).


# 1.21 24-Feb-2011 jruoho

Add build glue for powernow(4).


# 1.20 23-Feb-2011 jruoho

Build glue for est(4).


# 1.19 20-Feb-2011 jruoho

Add build glue for coretemp(4).


# 1.18 20-Feb-2011 jruoho

hpqlb(4) was accidentally removed in the previous commit. Put it back.


# 1.17 20-Feb-2011 jruoho

Build fujbp(4), fujhk(4), and wmieeepc(4) as modules.


# 1.16 19-Feb-2011 jmcneill

build padlock module on i386


# 1.15 07-Feb-2011 pooka

not here yet either (mirror amd64 commit)


# 1.14 05-Feb-2011 yamt

build tprof_amdpmi


# 1.13 15-Jan-2011 jmcneill

branches: 1.13.2;
build and install aps module on i386 and amd64


# 1.12 09-Jan-2011 jruoho

Add a dummy-driver for ACPI fans.


# 1.11 05-Jan-2011 jruoho

Add build files for acpipmtr(4) module.


# 1.10 29-Dec-2010 jmcneill

some platforms don't have bus_dma, so only build these modules on x86


# 1.9 25-Oct-2010 jruoho

Build asus(x) and hpqlb(4) as modules on x86.


# 1.8 25-Oct-2010 jruoho

Update for new ACPI modules.


# 1.7 25-Oct-2010 jruoho

Build acpiacad(4), acpibat(4), acpibut(4), acpicpu(4), acpilid(4), and
thinkpad(4) as modules on x86. More to come later.


# 1.6 24-Oct-2010 jmcneill

build acpiwmi as a module on x86


# 1.5 23-Oct-2010 jmcneill

build wmi drivers as modules on x86


# 1.4 31-May-2010 pgoyette

Extract ACPIVERBOSE into a kernel module. The module can be builtin
by defining 'options ACPIVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

ACPIVERBOSE also includes code to dump acpi/wmi data.


# 1.3 09-Apr-2010 ahoka

Connect the pad(4) kernel module to the build on i386 and amd64.


# 1.2 27-Sep-2009 jmcneill

enable viadrm kmod for i386


# 1.1 06-Sep-2009 jnemeth

Create a modules.tgz set and move kernel modules into it.


# 1.13.2.2 05-Mar-2011 bouyer

Sync with HEAD


# 1.13.2.1 08-Feb-2011 bouyer

Sync with HEAD


# 1.24.2.1 23-Jun-2011 cherry

Catchup with rmind-uvmplock merge.


# 1.37.2.3 22-May-2014 yamt

sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")


# 1.37.2.2 30-Oct-2012 yamt

sync with head


# 1.37.2.1 16-Apr-2012 yamt

sync with head


# 1.40.2.2 19-Aug-2014 tls

Rebase to HEAD as of a few days ago.


# 1.40.2.1 19-Nov-2012 tls

Resync to 2012-11-19 00:00:00 UTC


# 1.46.2.2 21-Mar-2015 snj

Pull up following revision(s) (requested by jmcneill in ticket #634):
distrib/sets/lists/modules/md.amd64: revision 1.51
distrib/sets/lists/modules/md.evbppc.powerpc: revision 1.5
distrib/sets/lists/modules/md.i386: revision 1.55
distrib/sets/lists/modules/mi: revision 1.71
sys/dev/i2c/au8522.c: revision 1.7
sys/dev/i2c/cx24227.c: revision 1.7
sys/dev/i2c/dbcool.c: revision 1.42
sys/dev/i2c/hytp14.c: revision 1.3
sys/dev/i2c/i2c_exec.c: revision 1.10
sys/dev/i2c/lg3303.c: revision 1.9
sys/dev/i2c/mt2131.c: revision 1.5
sys/dev/i2c/nxt2k.c: revision 1.4
sys/dev/i2c/sdtemp.c: revision 1.24
sys/dev/i2c/spdmem_i2c.c: revision 1.10
sys/dev/i2c/tvpll.c: revision 1.6
sys/dev/i2c/xc3028.c: revision 1.7
sys/dev/i2c/xc5k.c: revision 1.6
sys/dev/i2c/zl10353.c: revision 1.4
sys/modules/Makefile: revision 1.143
sys/modules/i2cexec/Makefile: revision 1.1
i2c devices don't actually have a dependency on "iic" (the bus driver)
but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the
dependencies in files.i2c and switch device drivers to depend on "i2cexec"
module instead.
A kernel with a USB stack and no I2C controller / bus attachment would spit
out a bunch of "WARNING: module error: can't find builtin dependency `iic'"
messages at boot. This change solves that problem.


# 1.46.2.1 10-Jan-2015 snj

Pull up following revision(s) (requested by chs in ticket #401):
distrib/sets/lists/modules/md.amd64: revisions 1.46, 1.47 via patch
distrib/sets/lists/modules/md.i386: revisions 1.49, 1.50
sys/dev/ic/pcdisplayvar.h: revision 1.20
sys/dev/ic/vgavar.h: revision 1.32
sys/external/bsd/drm/dist/bsd-core/drm_drv.c: revision 1.26
sys/external/bsd/drm2/dist/drm/drm_agpsupport.c: revisions 1.5, 1.6
sys/external/bsd/drm2/dist/drm/drm_pci.c: revisions 1.4, 1.5
sys/external/bsd/drm2/dist/drm/drm_stub.c: revisions 1.6-1.8
sys/external/bsd/drm2/dist/drm/i915/i915_drv.h: revision 1.11
sys/external/bsd/drm2/dist/drm/radeon/cik.c: revision 1.3
sys/external/bsd/drm2/dist/drm/radeon/ni.c: revision 1.3
sys/external/bsd/drm2/dist/drm/radeon/si.c: revision 1.3
sys/external/bsd/drm2/dist/include/drm/drmP.h: revisions 1.8, 1.9
sys/external/bsd/drm2/dist/include/drm/drm_agpsupport.h: revisions 1.3, 1.4
sys/external/bsd/drm2/drm/drm_drv.c: revision 1.11
sys/external/bsd/drm2/drm/drm_module.c: revision 1.9
sys/external/bsd/drm2/drm/drm_sysctl.c: revisions 1.1-1.4
sys/external/bsd/drm2/drm/drm_vm.c: revision 1.7
sys/external/bsd/drm2/drm/files.drmkms: revisions 1.8, 1.9
sys/external/bsd/drm2/i915drm/files.i915drmkms: revision 1.9
sys/external/bsd/drm2/i915drm/i915_module.c: revisions 1.4, 1.5
sys/external/bsd/drm2/include/drm/drm_sysctl.h: revisions 1.1, 1.2
sys/external/bsd/drm2/include/linux/hdmi.h: revisions 1.3-1.5
sys/external/bsd/drm2/include/linux/module.h: revision 1.5
sys/external/bsd/drm2/include/linux/moduleparam.h: revisions 1.3, 1.4
sys/external/bsd/drm2/include/linux/pci.h: revision 1.11
sys/external/bsd/drm2/linux/linux_module.c: revision 1.5
sys/external/bsd/drm2/nouveau/files.nouveau: revision 1.4
sys/external/bsd/drm2/nouveau/nouveau_module.c: revision 1.3
sys/external/bsd/drm2/pci/drm_pci.c: revision 1.8
sys/external/bsd/drm2/pci/drm_pci_module.c: revision 1.3
sys/external/bsd/drm2/radeon/radeon_module.c: revision 1.3
sys/external/bsd/drm2/ttm/files.ttm: revision 1.1
sys/modules/drm2pci/Makefile: file removal
sys/modules/drmkms/Makefile: revisions 1.4-1.7
sys/modules/drmkms_linux/Makefile: revision 1.5
sys/modules/drmkms_pci/Makefile: revisions 1.3, 1.4
sys/modules/i915drmkms/Makefile: revisions 1.5-1.7
Split drm ttm config into a separate file.
--
Fix module build of drmkms_linux.
--
Remove vestigial drm2pci module, replaced by drmkms_pci.
--
fix the module class.
--
add the drmkms modules
--
make a drm_agp_destroy() function to resolve the circular dependency between
drmkms and drmkms_pci
--
finalize the idr code.
--
add drm_agp_destroy
--
fix drmkms module path for xen.
--
fix build failure.
/tmp/bracket/build/2014.11.10.22.43.46-i386/src/sys/external/bsd/drm2/include/linux/pci.h:36:20: fatal error: acpica.h: No such file or directory
--
make this work: add agpsupport and sysctl code
--
move agpsupport to drmkms to avoid circular dependencies.
--
turn on dynamic ldscript creation to handle link set symbol definitions
used in the automatic sysctl creation.
--
Add __link_set based code to automatically convert the linux module parameters
into sysctls.
--
this module needs MKLDSCRIPT too now
--
more _KERNEL_OPT
--
prettify and add to all the modules that have it.
--
fix description setting.
--
Adjust flags to allow building with clang.
--
Fix build with clang.
--
Drop casts in favour of expressions that actually give the right
pointer.
--
Move all PCI/AGP code back to drmkms_pci module where it belongs.
--
Use correct length for hdmi_infoframe_header_pack in <linux/hdmi.h>.
Fixes PR kern/49411.
--
Back out previous, fix PR kern/49411 correctly.
frame->header.length is not initialized in the vendor packet case.
Instead, make hdmi_infoframe_header_pack take the packet length and
subtract the size of the header when packing the header.
(Could make it take the payload length instead, but for callers it is
more convenient to have a name for the whole packet length.)
--
Fix bounds checking in hdmi_infoframe_header_pack (PR kern/49411).
--
Trivial build fix for no options SYSCTL_INCLUDE_DESCR case, to
avoid -Werror.
OK christos@ and riastradh@
--
fix debugging compilation (ALL kernel)
--
nouveau_nv50_fence.c needs -Wno-shadow.
--
fix a confusion between dev_t and devmajor_t, and include the primary
minor when calling makedev().