| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
And install notify handler for thermal zone .
|
|
|
|
| |
Submitted by:nyan
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
| |
I can confirm it works on the alpha.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
from this module anyway, so I just did that.
|
| |
|
|
|
|
| |
i386.
|
|
|
|
| |
Submitted by: Michael Reifenberger
|
| |
|
|
|
|
| |
with Kirk's big proc patch.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
for archiving purposes only; auto-generation is going to
be reverted.
requested by: obrien
submitted: gallatin
|
|
|
|
| |
but leave a commented-out macro to change this.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
new syscall entry lkmressys - "reserved loadable syscall"
Make syscall_register allow overwriting of such entries (lkmressys).
|
|
|
|
|
|
|
| |
for a while.
Providing shell scripts that do nothing but load a similarly named
kernel loadable module is out of vogue.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
break as ${DESTDIR}/usr/bin doesn't exist where the module is being
installed.
|
| |
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
| |
modules is out of fashion.
There is still a joy(4) manual page to clue people into the existence of
the joy of FreeBSD.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
its own syscall rather than going through a demux function like
linux_ipc() on i386
|
| |
|