Boris Popov
d8589bd5cb
Introduce API for sequential reads/writes (build/dissect) of mbuf chains.
...
Reviewed by: Ian Dowse <iedowse@maths.tcd.ie>,
Bosko Milekic <bmilekic@technokratis.com>,
Julian Elischer <julian@elischer.org> and arch@/net@
Obtained from: smbfs
2001-02-24 15:44:30 +00:00
Julian Elischer
cdee49f986
Add a 'splitter' node to separate a bidirectional
...
packet flow into two unidirectional flows.
Part of a suite of nodes developed for packet flow control.
More to follow as I have time to port them to 5.x or
as others do so. The ipfw node will be the hardest..
Submitted by: "Vitaly V. Belekhov" <vitaly@riss-telecom.ru>
2001-02-22 17:14:36 +00:00
Yoshihiro Takahashi
2eb8169a1a
Fixed warnings.
2001-02-21 11:28:02 +00:00
Jonathan Lemon
da33b5e745
Hook up the linux module for alpha again.
...
Approved by: beast
2001-02-20 02:19:01 +00:00
Matt Jacob
28b2e25674
Move linux to i386 only until it gets fixed for alpha (again).
2001-02-19 21:20:33 +00:00
Yoshihiro Takahashi
69115ebe90
Add pc98 support.
2001-02-10 12:52:56 +00:00
Yoshihiro Takahashi
2992e4e37f
Added pc98 supports.
2001-02-08 13:24:30 +00:00
Semen Ustimenko
9526a692c6
Add QS6612, AC101 and LXT970 personal drivers and register definitions.
...
Obtained from: NetBSD/OpenBSD
2001-02-07 19:57:40 +00:00
Cameron Grant
ab0ef99cfa
add forgotten makefile
2001-02-05 01:16:12 +00:00
Cameron Grant
17e401f8a9
add driver for CS4281 sound chips
...
Submitted by: Orion Hodson <O.Hodson@cs.ucl.ac.uk>
2001-02-04 19:23:35 +00:00
Cameron Grant
ebbb717721
add driver for CMedia CMI8338/CMI8738 sound chips
...
Submitted by: Orion Hodson <O.Hodson@cs.ucl.ac.uk>
2001-02-04 19:13:40 +00:00
Warner Losh
1bd4d86275
Remove NAHA, NAHATOT and aha_softcs and related code. It was unused
...
except for setting it. Also remove count from aha and replace it with
optional.
Also add commented out pccard lines for all the old card drivers.
They have to be commented out until they are converted because it
causes problems in NEWCARD.
2001-02-04 16:45:39 +00:00
Peter Wemm
173333f41c
Remove some stray traces of KMODDEPS
2001-02-04 12:35:22 +00:00
Peter Wemm
481d7a5891
Zap obsolete (died with LKM) EXPORT_SYMS variable
2001-02-04 10:52:25 +00:00
Peter Wemm
205a48f7f3
Zap some bad examples:
...
opt_foo.h:
touch opt_foo.h
.. is unnecessary - kmod.mk does this for us.
2001-02-04 08:23:14 +00:00
Scott Long
a5108eaebf
Driver for the ESS Maestro3 and Allegro sound chips. Note that due to the
...
amount of GPL'd firmware in the driver, it will only be built as a module.
Approved by: cg
2001-02-01 20:29:16 +00:00
Dag-Erling Smørgrav
fa20d78387
KLDify the "speaker" device (which calls itself atspeaker internally, and
...
is i386-specific, so name the module atspeaker rather than speaker).
2001-02-01 16:39:34 +00:00
Scott Long
ed2b5a2368
Update the module Makefile to reflect the state of things from the last
...
acpi-ca import.
Approved by: msmith
2001-01-31 22:40:01 +00:00
John Hay
01b96fdf9e
Make klds for the ar and sr devices and hook them up.
...
The normal versions are called if_ar.ko and if_sr.ko and the netgraph
versions ng_sync_ar.ko and ng_sync_sr.ko.
2001-01-30 10:20:43 +00:00
Peter Wemm
93cd41f72d
Zap silly #if NPCI > 0 and the hoops that we jump through for the module
...
case. Use an 'and' case in conf/files so that it only gets compiled if
pci is present.
2001-01-29 11:38:39 +00:00
Yoshihiro Takahashi
ba4c5e6950
Added necessary include for pc98.
2001-01-25 09:56:04 +00:00
Yoshihiro Takahashi
5069714534
Added PC-98 apm support.
...
Submitted by: MURAMATSU Atsushi <amura@ma3.seikyou.ne.jp>
2001-01-22 11:27:25 +00:00
Peter Wemm
ba014c35dc
Argh! add card_if.h to the generated list. This fixes kernel builds for
...
those who haven't added 'NO_MODULES=off' to /etc/make.conf.
2001-01-17 22:36:49 +00:00
Mark Murray
c202cd74f8
Clean up Makefile, and remove the last vestiges of NOBLOCKRANDOM.
2001-01-15 19:35:00 +00:00
Brian Feldman
7dd1f91a70
Evidently, svr4 is broken at the moment. Disconnect the build to prevent
...
Bad Things from unsuspecting module loaders.
2001-01-09 04:56:53 +00:00
Garrett Wollman
0a2c3d48c6
select() DKI is now in <sys/selinfo.h>.
2001-01-09 04:33:49 +00:00
Garrett Wollman
7f8c734f00
Note new location of wi driver source code.
2001-01-09 04:29:29 +00:00
Warner Losh
bdbd54e46d
Add aic to the list of drivers that might work with NEWCARD. I've added
...
the same config lines that NetBSD has. This builds with both NEWCARD
and GENERIC config files.
2001-01-08 01:59:15 +00:00
Peter Wemm
e4b36f7dd8
It is unlikely that we'll be supporting old-style ZMAGIC linux a.out
...
binaries on anything but i386.. (ia64, sparc64, etc) Invert the .if
so that it is inclusive of i386 platforms rather than excluding just
the alpha.
2001-01-07 03:10:15 +00:00
David E. O'Brien
c68159a6d8
Use a consistent style and one much closer to the rest of /usr/src
2001-01-06 14:00:42 +00:00
Jeroen Ruigrok van der Werven
cbfa684843
We don't use += for SRCS in Makefiles, we simply use the
...
line continuation character and state the rest of the sourcefiles
on the next line.
2001-01-06 09:44:30 +00:00
Jun Kuriyama
33dc87aa84
Fix typo.
...
Pointed out by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
2001-01-06 06:20:54 +00:00
Nicolas Souchu
c05aa33cb0
Add the VESA S3 linear framebuffer driver. It works on top of VESA by replacing
...
the video switch by another. Exactly as VESA does on top of VGA.
It adds linear framebuffer to S3 VESA 1.2 cards.
Obtained from: The original S3 ISA code comes from
Peter Horton <pdh@colonel-panic.com>
2001-01-05 16:53:10 +00:00
John Hay
121a47e264
Make sppp a kld.
2001-01-03 08:12:30 +00:00
Warner Losh
e2f9e1a37f
add pcic_p to the list of things built
2001-01-02 21:40:41 +00:00
Poul-Henning Kamp
924836d50e
Add a missing vnode_if.h.
...
Submitted by: Jim Bloom <bloom@acm.org>
2001-01-01 11:28:32 +00:00
Paul Richards
2d1a798869
Change the module name from lnc to if_lnc so that ifconfig works.
2000-12-29 11:46:17 +00:00
Dag-Erling Smørgrav
dd488b6dd8
Retire kernfs (kernel part).
2000-12-28 12:17:35 +00:00
Cameron Grant
a906b37278
add sys/dev/sound/pcm/buffer.c, lefo out of last commit
2000-12-23 03:27:09 +00:00
David E. O'Brien
45c27b729e
*sigh* The `pecoff' module was added to all arches w/out testing a compile
...
on all arches. This fixes the Alpha kernel build.
2000-12-22 22:33:15 +00:00
Takanori Watanabe
d8c616aedc
Add ACPI AC adaptor and ACPI Control Method Battery.
...
And install notify handler for thermal zone .
2000-12-22 14:41:55 +00:00
Takanori Watanabe
6ef9f30dfd
Add pecoff directory.
...
Submitted by:nyan
2000-12-21 15:33:30 +00:00
Takanori Watanabe
bffb191efe
Add PECOFF (WIN32 Execution file format) support.
...
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
2000-12-20 12:51:08 +00:00
Alexander Langer
a4563d080a
Enable the sym module.
2000-12-19 12:54:17 +00:00
Alexander Langer
2422a9c63d
Use the default value for MFILES
2000-12-19 12:27:53 +00:00
Brian Feldman
2ab4063613
Unbreak the modules after the last commit (newpcm kobjification).
2000-12-18 06:39:01 +00:00
Cameron Grant
0f55ac6c1a
kobjify.
...
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.
2000-12-18 01:36:41 +00:00
Yoshihiro Takahashi
f3474f630e
PC-98 boxes use aic_cbus.c instead of aic_isa.c.
2000-12-16 04:00:40 +00:00
Paul Richards
5d2dea723c
Enable building of lnc module.
2000-12-16 01:48:06 +00:00
Paul Richards
96a23f090a
Add lnc module.
2000-12-16 01:47:37 +00:00
Bill Paul
b1df743d8a
Whups: only build the if_el module on the x86 platform for now, until
...
I can confirm it works on the alpha.
2000-12-15 20:14:19 +00:00
Bill Paul
1b49710482
Newbus the if_el (3Com 3c501) driver. Use bus_space_X() functions.
...
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.
2000-12-15 20:09:10 +00:00
Warner Losh
ff93e72c08
Fix this based on Mike's moved pci code. We needed to delete the pci_m
...
from this module anyway, so I just did that.
2000-12-14 00:06:10 +00:00
Dag-Erling Smørgrav
026527e5b8
Reconnect linprocfs.
2000-12-13 20:29:30 +00:00
Warner Losh
641d2fddd3
Add aic and ray modules. I've been building these for a while now on
...
i386.
2000-12-13 05:54:26 +00:00
Warner Losh
598364a003
Module for aic
...
Submitted by: Michael Reifenberger
2000-12-13 05:50:02 +00:00
Dag-Erling Smørgrav
190a3b2513
The linprocfs sources have moved to sys/compat/linprocfs.
2000-12-12 22:00:05 +00:00
Dag-Erling Smørgrav
2b3d269b8b
Temporarily disconnect linprocfs from the build, until I fix it so it builds
...
with Kirk's big proc patch.
2000-12-12 16:03:17 +00:00
Yoshihiro Takahashi
be98a6c10d
Added '-DPC98' to CFLAGS if MACHINE == pc98.
2000-12-10 10:07:50 +00:00
Dag-Erling Smørgrav
eba4802243
Add four missing source files.
2000-12-09 13:17:35 +00:00
Mike Smith
bb0d0a8efc
Next phase in the PCI subsystem cleanup.
...
- 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.
2000-12-08 22:11:23 +00:00
Alexander Langer
8ffced21e8
Build the sym driver as a kernel module.
2000-12-07 21:46:04 +00:00
Warner Losh
98b2dbaaa2
Add support for compiling ray driver.
2000-12-07 03:16:21 +00:00
Takanori Watanabe
d55a2811f5
Update Makefile to follow acpica-1115 import.
2000-12-05 08:47:41 +00:00
Marcel Moolenaar
b4c6727a3a
Don't auto-generate the syscalls.
2000-12-03 01:30:31 +00:00
Marcel Moolenaar
fa581ad823
Fix dependency for auto-generated files. This commit is
...
for archiving purposes only; auto-generation is going to
be reverted.
requested by: obrien
submitted: gallatin
2000-12-02 23:47:41 +00:00
Mark Murray
5f7f65f124
Default the /dev/random loadable module to blocking-on-bootup,
...
but leave a commented-out macro to change this.
2000-12-02 18:29:18 +00:00
Alfred Perlstein
07b219e204
Revert disconnect of sysvipc now that there's a makefile available
2000-12-01 21:13:06 +00:00
Alfred Perlstein
c6105ae6e5
Forgotten makefile.
2000-12-01 17:49:16 +00:00
Dag-Erling Smørgrav
b8b5f4629f
Disconnect sysvipc, since it doesn't build.
2000-12-01 12:26:39 +00:00
Alfred Perlstein
78525ce318
sysvipc loadable.
...
new syscall entry lkmressys - "reserved loadable syscall"
Make syscall_register allow overwriting of such entries (lkmressys).
2000-12-01 08:57:47 +00:00
Sheldon Hearn
0d125a5daf
Retire the osf1(8) utility. The Makefile hasn't installed this critter
...
for a while.
Providing shell scripts that do nothing but load a similarly named
kernel loadable module is out of vogue.
2000-11-30 08:16:19 +00:00
Sheldon Hearn
fd71ea53b4
Remove the ibcs2(8) shell script.
...
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.
2000-11-29 10:46:14 +00:00
Sheldon Hearn
1f46e6239c
Decommission the svr4(8) shell script, which has been pointless since
...
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.
2000-11-29 10:40:53 +00:00
Jonathan Chen
af82f62d2f
A bunch of newcard/cardbus changes that's been sitting in my tree for a while:
...
- 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
2000-11-28 00:05:20 +00:00
David E. O'Brien
e02433fdc4
Don't install the osf1 script from here. It causes the release build to
...
break as ${DESTDIR}/usr/bin doesn't exist where the module is being
installed.
2000-11-27 07:27:44 +00:00
Jonathan Lemon
fe96e26dd0
Fix another callout_init() that I missed.
2000-11-26 21:59:30 +00:00
Poul-Henning Kamp
a1bb9fabb1
unhook netgraph/bridge until somebody makes it compile in LINT
2000-11-26 16:40:00 +00:00
Mark Murray
9dd471dfa5
Add a module makefile for if_ep.
...
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
2000-11-24 17:04:51 +00:00
Archie Cobbs
7cc2023054
Add one2many subdirectory (previously forgotten).
2000-11-22 19:04:42 +00:00
Ruslan Ermilov
d5874785b9
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 17:05:46 +00:00
Archie Cobbs
6e8d625628
New netgraph node type ng_one2many(4).
2000-11-16 05:58:33 +00:00
Ruslan Ermilov
b5c508fba3
Use Fx macro wherever possible.
2000-11-14 11:20:58 +00:00
Bill Paul
7d1fae05bb
The vortex driver can be compiled as a KLD now. The EISA attachment
...
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.
2000-11-07 01:03:23 +00:00
Marcel Moolenaar
2bfb7720d6
Fix breakage for parallel builds.
2000-11-05 03:10:45 +00:00
David E. O'Brien
e84f2add04
Now have the `linux' module on the Alpha too.
2000-11-04 07:31:46 +00:00
Sheldon Hearn
0fa66a3170
Retire the joy(8) script. Using shell scripts to load kernel loadable
...
modules is out of fashion.
There is still a joy(4) manual page to clue people into the existence of
the joy of FreeBSD.
2000-11-02 14:15:30 +00:00
Sheldon Hearn
59807abe47
Retire linux(8). Using shell scripts to load kernel loadable modules is
...
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.
2000-11-02 13:48:53 +00:00
Andrew Gallatin
f11610e091
Support for the linux ipc syscalls on the alpha, where each one has
...
its own syscall rather than going through a demux function like
linux_ipc() on i386
2000-11-01 23:17:31 +00:00
David E. O'Brien
73bf6c9152
Allow the building of the syscall bits at compile time.
2000-11-01 09:23:12 +00:00
Cameron Grant
b15e2b4bee
kill old sb driver
2000-11-01 00:56:52 +00:00
Cameron Grant
6093b91dea
switch over to new sb8/sb16 code
2000-11-01 00:53:16 +00:00
Nick Sayer
27beb2e98d
Don't needlessly indirect the APM softstate. It does nothing but
...
obfuscate the code.
2000-10-31 21:00:15 +00:00
Yoshihiro Takahashi
168d542ea5
Disabled EGA/VGA 1bpp/4bpp modes support. This is not real fix, but this comes
...
back to support 8bpp mode.
2000-10-31 07:58:34 +00:00
Takanori Watanabe
e927e6a1c0
Makefile for ACPI CA base acpi driver kernel module.
...
This module is intended to be loaded from /boot/loader,not from kldload(8).
2000-10-31 04:09:35 +00:00
Mark Murray
f7261d9c5f
Convert the de driver into a loadable module. Still missing is an
...
unload method. Lots of old cruft is removed.
Thanks to WPaul for large clue-injection and debugging services.
Reviewed by: wpaul
2000-10-31 01:25:10 +00:00
Cameron Grant
3d26e60a2d
modules for the new sb8 and sb16 drivers
2000-10-28 19:28:49 +00:00
Yoshihiro Takahashi
de103326a4
Removed extra calculation for X position (PC-98 only).
...
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
2000-10-28 10:59:21 +00:00
David E. O'Brien
23104303fa
Hook ipfilter back up as it compiles now.
2000-10-28 04:51:47 +00:00
Andrey A. Chernov
9d70d03341
Remove ipfilter and mark it as broken until it will be fixed by maintainer.
...
Not compiles under -current
2000-10-27 12:45:31 +00:00