bp
1c78a62ecd
Add smbfs module. Currently it includes smbfs, netsmb and DES parts.
...
Kernel should be compiled with options LIBMCHAIN and LIBICONV.
2001-04-13 12:11:19 +00:00
mjacob
5ec77929ed
We now depend on miibus_if.h.
2001-04-09 21:34:52 +00:00
cg
440a67b8e4
enable the rate conversion feeder.
...
the main benefit this gives for now is that via686 audio devices on
motherboards with ac97 codecs that do not support vra will be able to use
sample rates other than 48khz.
2001-04-09 12:04:44 +00:00
obrien
24b4fda892
Style fix.
2001-04-08 21:50:41 +00:00
imp
c4501d1fe1
Add support for MODULES_OVERRIDE. This is a list of modules to build
...
instead of all of them. You can put this in /etc/make.conf or in
makeoptions.
Reviewed by: arch@
# docs to follow.
2001-04-02 08:52:05 +00:00
scottl
0ee9466337
Make an attempt to get the asr driver to compile on Alpha by fixing some i386
...
specific bogons. Compile with -O0, as anything higher gives the compiler
a fit. No idea if this driver will actually work on Alpha, though.
2001-04-01 08:33:01 +00:00
alfred
7b8a48b55b
Forgot to add pci_if.h to SRCS
...
Pointed out by: phk
2001-03-28 13:42:42 +00:00
cokane
c843432cb6
Remove NOMAN
2001-03-27 19:04:09 +00:00
peter
a7b9f7a931
Catch these modules up with obrien's recent cleanup commit.
2001-03-24 22:33:43 +00:00
peter
5cc8d04626
Drop 'KMODDEPS = snd_pcm' - it isn't used.
2001-03-24 22:28:49 +00:00
peter
3fdca948c6
Back out 'KMODDEPS = miibus' addition in last commit. This isn't used.
2001-03-24 22:21:59 +00:00
rwatson
23cd0a3c70
o Adding UFS_EXTATTR support in MFS required the inclusion of opt_ufs.h.
...
I didn't realize we had an MFS module, so didn't update the
dependencies there to reflect opt_ufs.h.
Obtained from: TrustedBSD Project
2001-03-19 07:04:17 +00:00
orion
76faf3999b
pcm driver for S3 Sonicvibes chipset.
...
Reviewed by: Cameron Grant
2001-03-19 00:26:41 +00:00
scottl
037a4bfc84
Fix the building of the aac driver as a module. Add a comment about enabling
...
debug information for the driver.
2001-03-17 04:42:33 +00:00
jlemon
bdf45a1a67
Adjust the fxp module to use the correct directory path, and add a
...
dependency on miibus.
2001-03-12 21:44:19 +00:00
jlemon
987b3089c0
Add Intel 82553, 82555 PHY driver.
2001-03-12 02:45:06 +00:00
markm
0fbc8d9584
The /dev/random driver used Rijndael, not Blowfish, now.
2001-03-10 12:57:08 +00:00
bp
5a1ead468e
Remove now unused opt_ipx.h and opt_inet.h
2001-03-10 05:42:44 +00:00
phk
580f325734
Remove vn(4) driver.
2001-03-09 20:10:35 +00:00
jhb
981e80ed9e
#if 0 out a variable only used in #if 0'd code to quiet a warning.
2001-03-06 03:07:58 +00:00
imp
f18139e812
Add support for Dlink DL10022 to the ed driver. This is a mii part
...
bolted to a ne-2000 chip. This is necessary for the NetGear FA-410TX
and other cards.
This also requires you add mii to your kernel if you have an ed driver
configured.
This code will result in a couple of timeout messages for ed on the
impacted cards. Additional work will be needed, but this does work
right now, and many people need these cards.
Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
2001-03-03 08:31:37 +00:00
julian
ed0c53f06b
Not quite working makefile to make the nmdm device as a module.
2001-02-27 16:53:59 +00:00
peter
044a59eb09
Remove some cruft
2001-02-27 07:40:09 +00:00
julian
2e5484d5c3
Allow the eiface node to be made as a module (not linked into build yet)
2001-02-25 06:18:22 +00:00
julian
f6ccdafefd
Add a Makefile for the sample node so It can be compiled.
...
This helps to stop it from geting out of sync.
It is not part of the normal build but I can use it with all the others
when I make changes to netgraph to ensure it is buildable.
2001-02-25 05:34:33 +00:00
bp
6b51a83f19
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
c98177cc0f
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
nyan
0284ebab24
Fixed warnings.
2001-02-21 11:28:02 +00:00
jlemon
63be1f528e
Hook up the linux module for alpha again.
...
Approved by: beast
2001-02-20 02:19:01 +00:00
mjacob
546dc7ab30
Move linux to i386 only until it gets fixed for alpha (again).
2001-02-19 21:20:33 +00:00
nyan
325be8b08e
Add pc98 support.
2001-02-10 12:52:56 +00:00
nyan
87aa0ddecd
Added pc98 supports.
2001-02-08 13:24:30 +00:00
semenu
cddd5fb11e
Add QS6612, AC101 and LXT970 personal drivers and register definitions.
...
Obtained from: NetBSD/OpenBSD
2001-02-07 19:57:40 +00:00
cg
6d220065ed
add forgotten makefile
2001-02-05 01:16:12 +00:00
cg
ca3fb99116
add driver for CS4281 sound chips
...
Submitted by: Orion Hodson <O.Hodson@cs.ucl.ac.uk>
2001-02-04 19:23:35 +00:00
cg
11c62d2350
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
imp
e31fe56471
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
0dfa875228
Remove some stray traces of KMODDEPS
2001-02-04 12:35:22 +00:00
peter
62c50a754b
Zap obsolete (died with LKM) EXPORT_SYMS variable
2001-02-04 10:52:25 +00:00
peter
f62fd3b861
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
scottl
4567f19cfe
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
des
e26ebc6423
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
scottl
11073c43ee
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
jhay
c9cca5bcba
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
6c658d7117
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
nyan
e497d85bcf
Added necessary include for pc98.
2001-01-25 09:56:04 +00:00
nyan
be11d2e149
Added PC-98 apm support.
...
Submitted by: MURAMATSU Atsushi <amura@ma3.seikyou.ne.jp>
2001-01-22 11:27:25 +00:00
peter
65700a5d3f
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
markm
688ed1320f
Clean up Makefile, and remove the last vestiges of NOBLOCKRANDOM.
2001-01-15 19:35:00 +00:00
green
870fe76418
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