summaryrefslogtreecommitdiffstats
path: root/sys/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Zap obsolete (died with LKM) EXPORT_SYMS variablepeter2001-02-044-4/+0
* Zap some bad examples:peter2001-02-0417-50/+10
* Driver for the ESS Maestro3 and Allegro sound chips. Note that due to thescottl2001-02-012-1/+11
* KLDify the "speaker" device (which calls itself atspeaker internally, anddes2001-02-012-1/+10
* Update the module Makefile to reflect the state of things from the lastscottl2001-01-312-8/+8
* Make klds for the ar and sr devices and hook them up.jhay2001-01-306-3/+48
* Zap silly #if NPCI > 0 and the hoops that we jump through for the modulepeter2001-01-291-6/+1
* Added necessary include for pc98.nyan2001-01-251-0/+1
* Added PC-98 apm support.nyan2001-01-222-0/+8
* Argh! add card_if.h to the generated list. This fixes kernel builds forpeter2001-01-171-1/+1
* Clean up Makefile, and remove the last vestiges of NOBLOCKRANDOM.markm2001-01-151-14/+2
* Evidently, svr4 is broken at the moment. Disconnect the build to preventgreen2001-01-091-1/+1
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-1/+1
* Note new location of wi driver source code.wollman2001-01-091-1/+1
* Add aic to the list of drivers that might work with NEWCARD. I've addedimp2001-01-081-1/+1
* It is unlikely that we'll be supporting old-style ZMAGIC linux a.outpeter2001-01-071-1/+1
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-06178-718/+853
* We don't use += for SRCS in Makefiles, we simply use theasmodai2001-01-061-2/+2
* Fix typo.kuriyama2001-01-061-1/+1
* Add the VESA S3 linear framebuffer driver. It works on top of VESA by replacingnsouch2001-01-052-1/+10
* Make sppp a kld.jhay2001-01-032-1/+19
* add pcic_p to the list of things builtimp2001-01-021-3/+3
* Add a missing vnode_if.h.phk2001-01-011-1/+1
* Change the module name from lnc to if_lnc so that ifconfig works.paul2000-12-291-1/+1
* Retire kernfs (kernel part).des2000-12-282-10/+1
* add sys/dev/sound/pcm/buffer.c, lefo out of last commitcg2000-12-232-2/+2
* *sigh* The `pecoff' module was added to all arches w/out testing a compileobrien2000-12-221-2/+2
* Add ACPI AC adaptor and ACPI Control Method Battery.takawata2000-12-222-0/+2
* Add pecoff directory.takawata2000-12-211-1/+1
* Add PECOFF (WIN32 Execution file format) support.takawata2000-12-201-0/+16
* Enable the sym module.alex2000-12-191-1/+1
* Use the default value for MFILESalex2000-12-191-1/+0
* Unbreak the modules after the last commit (newpcm kobjification).green2000-12-182-2/+4
* kobjify.cg2000-12-183-2/+6
* PC-98 boxes use aic_cbus.c instead of aic_isa.c.nyan2000-12-161-1/+8
* Enable building of lnc module.paul2000-12-161-1/+1
* Add lnc module.paul2000-12-161-0/+11
* Whups: only build the if_el module on the x86 platform for now, untilwpaul2000-12-151-2/+2
* Newbus the if_el (3Com 3c501) driver. Use bus_space_X() functions.wpaul2000-12-152-1/+9
* Fix this based on Mike's moved pci code. We needed to delete the pci_mimp2000-12-141-4/+2
* Reconnect linprocfs.des2000-12-131-2/+2
* Add aic and ray modules. I've been building these for a while now onimp2000-12-131-1/+1
* Module for aicimp2000-12-131-0/+9
* The linprocfs sources have moved to sys/compat/linprocfs.des2000-12-121-1/+11
* Temporarily disconnect linprocfs from the build, until I fix it so it buildsdes2000-12-121-1/+1
* Added '-DPC98' to CFLAGS if MACHINE == pc98.nyan2000-12-101-0/+4
* Add four missing source files.des2000-12-091-2/+12
* Next phase in the PCI subsystem cleanup.msmith2000-12-083-3/+3
* Build the sym driver as a kernel module.alex2000-12-071-0/+9
* Add support for compiling ray driver.imp2000-12-071-0/+9
OpenPOWER on IntegriCloud