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