msmith
19a7cf4f83
This is the initial import of a new driver for the current family of
...
PCI:SCSI RAID controllers from Mylex.
2000-08-23 03:22:41 +00:00
marcel
4b9a3820dd
Connect the new sources in /sys/compat/linux and the new file
...
in /sys/i386/linux.
2000-08-22 06:02:01 +00:00
phk
5f8244ad92
Add dummy opt_devfs.h file.
2000-08-21 07:45:37 +00:00
imp
7e02b0e898
Don't build pccard for now until I can resolve the linker interaction
...
issue that I'm seeing.
2000-08-19 19:26:03 +00:00
imp
4f77f1932e
Work around a possible kernel linker bug. It appears that the data
...
elements defined by foo_if.c aren't sharable amoung modules (I'm
working on a bug report for it now), or else I don't understand
something. It showed up as kobj functions not being called.
In any event, link in the pcic and pccard parts of the modules to work
around the problem for now.
2000-08-19 19:25:23 +00:00
n_hibma
cbb74c17bd
CAM, the module: scbus, da, cd, and st wrapped in one module.
...
Make the umass driver depend on this module.
Makes it possible to compile the kernel without SCSI support and load it
when for example a USB floppy is conencted.
2000-08-13 18:49:40 +00:00
cg
e5c56d96de
activate via82c686 audio driver
2000-08-09 01:08:59 +00:00
cg
63dc0f7f4a
new driver: via 82c686 chipset audio
...
not personally tested, but i'm assured it works
Submitted by: David Jones <dej@ox.org>
PR: kern/20161
2000-08-09 00:55:55 +00:00
cokane
d65b25bf44
Cleaning conflicting module tree. Use modules/3dfx instead.
2000-08-06 19:08:55 +00:00
cokane
f5d3ac5bb1
Fix clean to remove pci.h
...
Numerous style fixes
Submitted by: Marcel Moolenaar <marcel@cup.hp.com>
2000-08-06 18:56:46 +00:00
nsayer
bbb1ec8127
The solo driver now works for playback, so far as I can tell.
...
recording is still broken, but IMHO that's enough to at least
"hook it up" to the rest of the kernel/module builds.
2000-08-01 22:42:22 +00:00
ache
cd67564f78
Back out opt_ipfilter.h creation I add recently and add -DIPFILTER=1
...
to CFLAGS instead
According to other sources, opt_ipfilter.h not supposed to be included for
modules
2000-08-01 00:44:42 +00:00
ache
e457a93633
Fix prev. commit: NIPFILTER -> IPFILTER
2000-08-01 00:10:08 +00:00
ache
6692152318
Generate opt_ipfilter.h to fix 'make depend'
2000-07-31 23:58:38 +00:00
nsayer
ca266056f4
Add the module Makefile for the newly committed ESS solo sound driver.
...
It will be connected to the parent Makefile after more testing.
2000-07-31 17:22:30 +00:00
sheldonh
eba01e2cbc
Rename the loadable nullfs kernel module: null -> nullfs
2000-07-28 11:54:09 +00:00
sheldonh
3ab32b3613
When manual pages are moved or removed, MANX should be changed
...
to NOMAN.
Reported by: bde
2000-07-24 13:52:07 +00:00
nsayer
b1af70acb1
Somehow the module makefile got missed in the big commit.
2000-07-21 15:09:25 +00:00
sheldonh
8acfef55ff
Move the ef(4) manual page from sys/modules/if_ef to share/man/man4, as
...
discussed with bp.
2000-07-21 14:54:13 +00:00
sheldonh
aac8cde86f
Move the netgraph-related manual pages into share/man/man4/, as
...
discussed with archie.
2000-07-21 10:46:58 +00:00
nsayer
8ee4b8fcbe
Oops. Activate tap in man4 and modules makefiles
2000-07-20 20:29:03 +00:00
peter
78e2f98cea
Use <bsd.kmod.mk> not a path to ../../conf/kmod.mk.
2000-07-19 10:40:39 +00:00
dfr
6ab55f9709
Add support for Intel's i810 chipset with integrated graphics. An
...
associated patch to XFree86 allows the X server to work with this chipset
on FreeBSD. Additional work will include porting the Linux 3D driver.
Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
2000-07-12 10:13:07 +00:00
markm
94bc8a09a9
Honour appropriate no-crypto flags.
2000-07-07 09:38:01 +00:00
markm
3d0396c734
Add entropy gathering code. This will work whether the module is
...
compiled in or loaded.
2000-07-07 09:03:59 +00:00
cg
6816358ddc
enable newpcm module building
2000-07-04 23:35:21 +00:00
cg
f451c12b7e
newpcm module makefiles
...
once built, 'kld_load snd_driver; kldunload snd_driver' will load all sound
drivers and unload all unattached ones. attached drivers do not yet support
unloading.
2000-07-04 23:32:15 +00:00
archie
9fd6a32919
Build ng_ether(4) KLD.
2000-06-26 23:41:08 +00:00
cokane
6fd2f76871
Add 3dfx to the makefile, the new home for the kmod to interface /dev/3dfx.
2000-06-26 20:35:44 +00:00
markm
1289dba63e
Better style(9) for the module build.
2000-06-26 12:18:09 +00:00
cokane
3c5e0d1f98
Change tdfx.ko to 3dfx.ko to prevent filename conflict when XF86 4.x
...
DRI support is ready for us, as per Doug Rabson's request <dfr>.
2000-06-25 23:44:20 +00:00
markm
a66f2ab5fa
Build the entropy device (/dev/random) as a module. This may not
...
be a permanent rule, because this device may eventually be deemed
"effectively compulsory", and built by default directly into the
kernel. For the moment, however, this is useful for debugging and
development.
Reviewed by: dfr
2000-06-25 10:12:33 +00:00
markm
54094bc1d4
Remove unneeded header.
2000-06-25 09:39:11 +00:00
archie
d017e6773e
Back out previous commit until the build of the 'tdfx' module is unbroken.
2000-06-23 23:07:17 +00:00
cokane
e86ec8531c
Add tdfx to modules Makefile, so it gets made.
2000-06-23 15:54:01 +00:00
cokane
4d00d03bd8
Finish up the fixing of the linux ioctl stuff. Add line to remove the dev
...
entry upon unload.
Fix the module makefile.
2000-06-23 05:54:26 +00:00
cokane
bb03b85d80
Fixed trouble with linux emu, not it should work in the module.
...
Removed unnecessary warning message too.
2000-06-23 04:30:20 +00:00
cokane
93c49d640d
Switch LINUX_TDFX to TDFX_LINUX, that's what i get for typing this
...
at 2 in the morning.
2000-06-22 19:08:05 +00:00
cokane
4246adc8fd
Took TDFX_VERBOSE out of Makefile, added $FreeBSD$ and option for DEBUG.
...
Added a notice for linux users that the kld isn't working for them yet, so
no linux emu from the kld. It compiles statically alright though.
2000-06-22 05:47:16 +00:00
cokane
76fe0fbc2c
This commit was generated by cvs2svn to compensate for changes in r61914,
...
which included commits to RCS files with non-trunk default branches.
2000-06-21 20:32:24 +00:00
cokane
8a0824c301
Add a kld to correlate with my committ of the voodoo driver (tdfx).
2000-06-21 20:32:24 +00:00
alfred
e3e72a583b
return of the accept filter part II
...
accept filters are now loadable as well as able to be compiled into
the kernel.
two accept filters are provided, one that returns sockets when data
arrives the other when an http request is completed (doesn't work
with 0.9 requests)
Reviewed by: jmg
2000-06-20 01:09:23 +00:00
imp
aa110f1811
Add oldcard, pccard, pcic and sn modules to the build.
2000-06-18 05:20:26 +00:00
imp
0392946729
Preliminary commit of oldcard module. This might not work, but will.
...
This should allow one to load oldcard or newcard for testing. Please
let me know if this doesn't work. Don't load this and either of pcic
or pccard. I've not tried it, but I suspect bad things will happen.
2000-06-18 05:08:57 +00:00
mjacob
fbb71d76ef
add ispfw module
2000-06-18 05:08:36 +00:00
mjacob
fd3bc6e186
add if_wx module
2000-06-18 05:08:28 +00:00
mjacob
2e129adc0b
Add if_wx && ispfw modules
2000-06-18 05:08:11 +00:00
imp
50292152fb
Make pcic compile again with newcard
2000-06-18 04:44:40 +00:00
imp
ff4a0a7cfe
Build sn as a module
2000-06-18 04:43:29 +00:00
tanimura
423e956387
1. Update Comtrol RocketPort driver(rp) to version 3.02.
...
2. Newbusify the driver.
3. Build as a module.
4. Use correct minor numbers when creating device files.
5. Correctly lock control characters.
6. Return ENXIO when device not configured.
Submitted by: Tor Egge <Tor.Egge@fast.no>
7. Fix the baud_table.
Submitted by: Elliot Dierksen <ebd@oau.org>
Note:
- the old driver still lives in src/sys/i386/isa, so that you can
revert to it if something goes wrong.
- The module does not detach very well. Attaching works fine.
2000-06-11 06:43:16 +00:00