jlemon
73623a0ee0
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
127c8b5683
Add Intel 82553, 82555 PHY driver.
2001-03-12 02:45:06 +00:00
markm
dd7c5ed962
The /dev/random driver used Rijndael, not Blowfish, now.
2001-03-10 12:57:08 +00:00
bp
eacd05832f
Remove now unused opt_ipx.h and opt_inet.h
2001-03-10 05:42:44 +00:00
phk
872730b331
Remove vn(4) driver.
2001-03-09 20:10:35 +00:00
jhb
0a04578be4
#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
c2257f6c8a
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
e50089028c
Not quite working makefile to make the nmdm device as a module.
2001-02-27 16:53:59 +00:00
peter
bf646692bb
Remove some cruft
2001-02-27 07:40:09 +00:00
julian
49093edcc3
Allow the eiface node to be made as a module (not linked into build yet)
2001-02-25 06:18:22 +00:00
julian
97a8f9ea5a
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
1bdf6a6d14
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
e658f358fd
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
8fdd73848c
Fixed warnings.
2001-02-21 11:28:02 +00:00
jlemon
aed10fa9a0
Hook up the linux module for alpha again.
...
Approved by: beast
2001-02-20 02:19:01 +00:00
mjacob
0a03d96091
Move linux to i386 only until it gets fixed for alpha (again).
2001-02-19 21:20:33 +00:00
nyan
12016a7db0
Add pc98 support.
2001-02-10 12:52:56 +00:00
nyan
1c34bcf835
Added pc98 supports.
2001-02-08 13:24:30 +00:00
semenu
1fa0fc7de2
Add QS6612, AC101 and LXT970 personal drivers and register definitions.
...
Obtained from: NetBSD/OpenBSD
2001-02-07 19:57:40 +00:00
cg
131f888638
add forgotten makefile
2001-02-05 01:16:12 +00:00
cg
4ca1265524
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
a1cdce5a42
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
8195cce261
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
8139bd5e67
Remove some stray traces of KMODDEPS
2001-02-04 12:35:22 +00:00
peter
e2336f24e7
Zap obsolete (died with LKM) EXPORT_SYMS variable
2001-02-04 10:52:25 +00:00
peter
a7f86be978
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
bc10e2d4b6
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
28843b8527
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
19b5113b91
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
d2d8355cd9
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
c617fc9c7d
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
8edb21358a
Added necessary include for pc98.
2001-01-25 09:56:04 +00:00
nyan
591d99c108
Added PC-98 apm support.
...
Submitted by: MURAMATSU Atsushi <amura@ma3.seikyou.ne.jp>
2001-01-22 11:27:25 +00:00
peter
e56988022f
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
ce86e2f6bf
Clean up Makefile, and remove the last vestiges of NOBLOCKRANDOM.
2001-01-15 19:35:00 +00:00
green
9eed629072
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
wollman
70c88bb8da
select() DKI is now in <sys/selinfo.h>.
2001-01-09 04:33:49 +00:00
wollman
00b9fd3d5d
Note new location of wi driver source code.
2001-01-09 04:29:29 +00:00
imp
cebce29aee
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
297080615f
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
obrien
c269c9fb36
Use a consistent style and one much closer to the rest of /usr/src
2001-01-06 14:00:42 +00:00
asmodai
3ce3460eac
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
kuriyama
3589db3e42
Fix typo.
...
Pointed out by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
2001-01-06 06:20:54 +00:00
nsouch
729a83c25c
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
jhay
b1094a7d87
Make sppp a kld.
2001-01-03 08:12:30 +00:00
imp
1e95becf76
add pcic_p to the list of things built
2001-01-02 21:40:41 +00:00
phk
95a1cabbb9
Add a missing vnode_if.h.
...
Submitted by: Jim Bloom <bloom@acm.org>
2001-01-01 11:28:32 +00:00
paul
0915b9d6ec
Change the module name from lnc to if_lnc so that ifconfig works.
2000-12-29 11:46:17 +00:00
des
cff7c7e718
Retire kernfs (kernel part).
2000-12-28 12:17:35 +00:00
cg
60c302e7c6
add sys/dev/sound/pcm/buffer.c, lefo out of last commit
2000-12-23 03:27:09 +00:00