| Age | Commit message (Expand) | Author |
| 2008-11-12 | Remove LKMs and switch to the module framework, pass 1. | ad |
| 2008-10-25 | Use ${TOOL_SED} instead if plain sed in Makefiles. | apb |
| 2008-07-27 | Remove the '${.CURDIR}/' part in CLEANFILES, so that the files will be | veego |
| 2008-07-09 | - device/softc split | joerg |
| 2008-06-13 | add missing braces. unbreaks previous commit. | cegger |
| 2008-06-13 | use device_lookup to get device | cegger |
| 2008-05-29 | remove clause #3 from my license where there are no other | mrg |
| 2008-05-01 | The template file should be built in ${.OBJDIR} not in ${.CURDIR}, | xtraeme |
| 2008-05-01 | Build and install by default the following LKMs on i386 and amd64: | xtraeme |
| 2008-04-26 | Add some missing initializers to build the LKMs with WARNS=4. | xtraeme |
| 2008-04-05 | Merge NOMAN, CLEANFILES and WARNS into the shared Makefile.inc. | xtraeme |
| 2008-04-03 | Add the finsio(4) LKM. | xtraeme |
| 2008-04-03 | Erm. Backout previous... I committed the wrong file. | xtraeme |
| 2008-04-03 | Add the finsio(4) driver. This driver supports the Hardware Monitor | xtraeme |
| 2007-11-20 | Use BUILDSYMLINKS to avoid a compilation error where the source file | xtraeme |
| 2007-11-15 | Update for it(4) -> itesio(4) rename. | xtraeme |
| 2007-09-11 | Remove a local CPPFLAGS addition. | xtraeme |
| 2007-09-11 | New aps(4) driver for IBM Thinkpad Active Protection System. | xtraeme |
| 2007-09-11 | Do not LKM_ISA_IO_PORT to 0x290 by default, some drivers try to guess it | xtraeme |
| 2007-09-09 | Set LKM_ISA_DRVNAME to LKM_ISA_DRVNAME_CA by default... removes an | xtraeme |
| 2007-09-09 | Ok, last round: templ -> tmpl. | xtraeme |
| 2007-09-09 | Rename lkm_isa.templ to lkm_isa.c.templ... to make jmcneill happy. | xtraeme |
| 2007-09-09 | Add all drivers that I just added. They won't be built by default... | xtraeme |
| 2007-09-09 | Remove a local CPPFLAGS line that was commented out. | xtraeme |
| 2007-09-09 | Add the ug(4) LKM. Not tested but I've been using lm(4) and should work. | xtraeme |
| 2007-09-09 | Add the nsclpcsio(4) LKM. Not tested but I've been using lm(4) and | xtraeme |
| 2007-09-09 | Add the smsc(4) LKM. Not tested but I've been using lm(4) and should work. | xtraeme |
| 2007-09-09 | Add the it(4) LKM. Not tested but I've been using lm(4) and should work. | xtraeme |
| 2007-09-09 | Remove a duplicate line. | xtraeme |
| 2007-09-09 | Add the lm(4) LKM and a common template to build ISA modules by only | xtraeme |
| 2006-07-16 | Remove that example. It was obsolete even before 3.0 release. | cube |
| 2006-05-07 | Finish fixing compilation after device property changes. | christos |
| 2006-05-07 | Don't define $S here; nothing uses it and it is broken. | christos |
| 2006-02-01 | Add missing <sys/device.h> include. | martin |
| 2006-02-01 | Free cfdata memory. The tap LKM might be wrong in that area, to... | cube |
| 2006-02-01 | Have vnd(4) devices automatically created when the user tries to | cube |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-08-25 | struct cfdata doesn't have locnames anymore | drochner |
| 2005-07-23 | build pci/pcmcia driver LKMs only on i386 and alpha | drochner |
| 2005-07-22 | let the build descend to device driver LKMs | drochner |
| 2005-06-20 | Change all .Xr config 8 to .Xr config 1, following the recent move of | peter |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-08-18 | also provide an example how a pci driver LKM looks | drochner |
| 2004-08-18 | add an LKM for "wi at pcmcia" as an example for the new MOD_DRV LKM type | drochner |
| 2004-07-06 | Include pcidevs.h, because in a real driver, you'd need it. | cube |
| 2004-07-06 | Hands are not good at pasting stuff. | cube |
| 2004-07-06 | Add prototype for the forged <module>_lkmentry function. Pointed out by | cube |
| 2004-07-02 | wizd missed one! | skrll |
| 2004-07-02 | Drop trailing whitespace; fix Dd argument; use standard section headers; | wiz |
| 2004-07-02 | Fix typo. | wiz |