summaryrefslogtreecommitdiffstats
path: root/sys/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* Add ACPI AC adaptor and ACPI Control Method Battery.takawata2000-12-222-0/+2
| | | | And install notify handler for thermal zone .
* Add pecoff directory.takawata2000-12-211-1/+1
| | | | Submitted by:nyan
* Add PECOFF (WIN32 Execution file format) support.takawata2000-12-201-0/+16
| | | | | | | | | To use it, some dll is needed. And currently, the dll is only for NetBSD. So one more kernel module is needed. For more infomation, http://chiharu.haun.org/peace/ . Reviewed by: bp
* 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
| | | | | | | | | | this gives us several benefits, including: * easier extensibility- new optional methods can be added to ac97/mixer/channel classes without having to fixup every driver. * forward compatibility for drivers, provided no new mandatory methods are added.
* 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
| | | | I can confirm it works on the alpha.
* Newbus the if_el (3Com 3c501) driver. Use bus_space_X() functions.wpaul2000-12-152-1/+9
| | | | | | | | | Add detach routine and turn driver into a module so it can be loaded and unloaded. Also take a stab at implementing multicast packet reception so that this NIC will work with IPv6. Promiscuous mode doesn't seem to work, but I'm not sure why. It works well enough that I can run dhclient on it and put it on the office network though. Also ripped out spl stuff and replaced it with mutexes.
* Fix this based on Mike's moved pci code. We needed to delete the pci_mimp2000-12-141-4/+2
| | | | from this module anyway, so I just did that.
* 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
| | | | i386.
* Module for aicimp2000-12-131-0/+9
| | | | Submitted by: Michael Reifenberger
* 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
| | | | with Kirk's big proc patch.
* 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
| | | | | | | | | | | | | | | | | | | | - Move PCI core code to dev/pci. - Split bridge code out into separate modules. - Remove the descriptive strings from the bridge drivers. If you want to know what a device is, use pciconf. Add support for broadly identifying devices based on class/subclass, and for parsing a preloaded device identification database so that if you want to waste the memory, you can identify *anything* we know about. - Remove machine-dependant code from the core PCI code. APIC interrupt mapping is performed by shadowing the intline register in machine- dependant code. - Bring interrupt routing support to the Alpha (although many platforms don't yet support routing or mapping interrupts entirely correctly). This resulted in spamming <sys/bus.h> into more places than it really should have gone. - Put sys/dev on the kernel/modules include path. This avoids having to change *all* the pci*.h includes.
* Build the sym driver as a kernel module.alex2000-12-071-0/+9
|
* Add support for compiling ray driver.imp2000-12-071-0/+9
|
* Update Makefile to follow acpica-1115 import.takawata2000-12-052-2/+2
|
* Don't auto-generate the syscalls.marcel2000-12-031-16/+2
|
* Fix dependency for auto-generated files. This commit ismarcel2000-12-021-1/+1
| | | | | | | | for archiving purposes only; auto-generation is going to be reverted. requested by: obrien submitted: gallatin
* Default the /dev/random loadable module to blocking-on-bootup,markm2000-12-021-1/+4
| | | | but leave a commented-out macro to change this.
* Revert disconnect of sysvipc now that there's a makefile availablealfred2000-12-011-1/+1
|
* Forgotten makefile.alfred2000-12-011-0/+5
|
* Disconnect sysvipc, since it doesn't build.des2000-12-011-1/+1
|
* sysvipc loadable.alfred2000-12-014-1/+32
| | | | | | new syscall entry lkmressys - "reserved loadable syscall" Make syscall_register allow overwriting of such entries (lkmressys).
* Retire the osf1(8) utility. The Makefile hasn't installed this crittersheldonh2000-11-302-82/+0
| | | | | | | for a while. Providing shell scripts that do nothing but load a similarly named kernel loadable module is out of vogue.
* Remove the ibcs2(8) shell script.sheldonh2000-11-293-114/+0
| | | | | | | | Providing shell scripts that do nothing but load a similarly named kernel loadable module in out of vogue. There is no ibcs2(4) manual page, and I haven't managed to coax anyone into contributing one based on the linux(4) manual page.
* Decommission the svr4(8) shell script, which has been pointless sincesheldonh2000-11-294-76/+1
| | | | | | | | | | our kernel module system learned how to handle dependencies. Providing a whole bunch of shell scripts that do nothing but load a similarly named kernel loadable module is out of vogue. The svr4(8) manual page has been replaced with a much better svr4(4) page.
* A bunch of newcard/cardbus changes that's been sitting in my tree for a while:jon2000-11-282-4/+12
| | | | | | - Make pccbb/cardbus kld loadable and unloadable. - Make pccbb/cardbus use the power interface from pccard instead of inventing its own. - some other minor fixes
* Don't install the osf1 script from here. It causes the release build toobrien2000-11-271-4/+0
| | | | | break as ${DESTDIR}/usr/bin doesn't exist where the module is being installed.
* Fix another callout_init() that I missed.jlemon2000-11-261-3/+1
|
* unhook netgraph/bridge until somebody makes it compile in LINTphk2000-11-261-1/+3
|
* Add a module makefile for if_ep.markm2000-11-241-0/+14
| | | | | | | This is not enabled by default, as the module is missing a bunch of useful stuff (like the ability to unload). Not objected to by: mdodd
* Add one2many subdirectory (previously forgotten).archie2000-11-221-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-203-3/+3
|
* New netgraph node type ng_one2many(4).archie2000-11-161-0/+7
|
* Use Fx macro wherever possible.ru2000-11-141-1/+3
|
* The vortex driver can be compiled as a KLD now. The EISA attachmentwpaul2000-11-072-1/+12
| | | | | is only built on the i386 platform for now, since it depends on symbols which I'm pretty sure won't be present in the alpha build.
* Fix breakage for parallel builds.marcel2000-11-051-0/+1
|
* Now have the `linux' module on the Alpha too.obrien2000-11-041-2/+2
|
* Retire the joy(8) script. Using shell scripts to load kernel loadablesheldonh2000-11-023-56/+0
| | | | | | | modules is out of fashion. There is still a joy(4) manual page to clue people into the existence of the joy of FreeBSD.
* Retire linux(8). Using shell scripts to load kernel loadable modules issheldonh2000-11-023-74/+0
| | | | | | | | | | | | | | out of fashion. This particular case, unlike joy(8) and friends which are just plain silly, did more than just load a kernel loadable module. However, /etc/rc and the linux_base port were adjusted a while back to cope with the absence of this script. The only outstanding reason to hang on to it would have been for the linux(8) manual page, which clued folks into the existence of the Linuxulator. A new linux(4) was introduced a while back. It does a much better job. This script just isn't useful any more.
* Support for the linux ipc syscalls on the alpha, where each one hasgallatin2000-11-011-2/+2
| | | | | its own syscall rather than going through a demux function like linux_ipc() on i386
* Allow the building of the syscall bits at compile time.obrien2000-11-011-1/+14
|
OpenPOWER on IntegriCloud