freebsd-nq/sys/modules
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
..
3dfx Don't enable Linuxulator support if not on an i386. 2000-08-28 03:17:49 +00:00
aac A new driver for PCI:SCSI RAID controllers based on the Adaptec FSA 2000-09-13 03:20:35 +00:00
accf_data return of the accept filter part II 2000-06-20 01:09:23 +00:00
accf_http return of the accept filter part II 2000-06-20 01:09:23 +00:00
acpi Add ACPI AC adaptor and ACPI Control Method Battery. 2000-12-22 14:41:55 +00:00
acpica Add ACPI AC adaptor and ACPI Control Method Battery. 2000-12-22 14:41:55 +00:00
agp Next phase in the PCI subsystem cleanup. 2000-12-08 22:11:23 +00:00
aha Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
aic PC-98 boxes use aic_cbus.c instead of aic_isa.c. 2000-12-16 04:00:40 +00:00
amr Major update to the AMI MegaRAID driver. 2000-08-30 07:52:50 +00:00
an Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
asr Add the 'asr' driver, supplied by Mark Salyzyn of Adaptec (nee DPT). 2000-09-01 07:51:25 +00:00
aue Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
bktr Update to build both bktr and bktr_mem modules 2000-09-10 15:40:20 +00:00
cam CAM, the module: scbus, da, cd, and st wrapped in one module. 2000-08-13 18:49:40 +00:00
cardbus A bunch of newcard/cardbus changes that's been sitting in my tree for a while: 2000-11-28 00:05:20 +00:00
cbb Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
ccd Avoid the modules madness I inadvertently introduced by making the 2000-09-02 19:17:34 +00:00
cd9660 Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
coda Avoid the modules madness I inadvertently introduced by making the 2000-09-02 19:17:34 +00:00
coff Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
cue Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
dc Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
de Convert the de driver into a loadable module. Still missing is an 2000-10-31 01:25:10 +00:00
ed if_ed_cbus.c is required from PC-98 only, and if_ed_isa.c is not necessary 2000-10-21 02:44:11 +00:00
el Newbus the if_el (3Com 3c501) driver. Use bus_space_X() functions. 2000-12-15 20:09:10 +00:00
ep Added '-DPC98' to CFLAGS if MACHINE == pc98. 2000-12-10 10:07:50 +00:00
fdesc Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
fdescfs Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
fpu Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
fxp Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
gnufpu Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
hpfs Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
ibcs2 Remove the ibcs2(8) shell script. 2000-11-29 10:46:14 +00:00
if_disc Removed mature garbage (vestiges of old way of configuring bpf) and old 2000-09-26 19:17:35 +00:00
if_ef Removed garbage (CFLAGS+= ${PROTOS} was a vestige of an old way of 2000-09-26 19:32:51 +00:00
if_ppp Removed garbage (CFLAGS+= ${PROTOS} was a vestige of an old way of 2000-09-26 18:55:24 +00:00
if_sl Handle slip options in the usual way (generate a dummy options file in 2000-09-26 18:34:30 +00:00
if_tap Avoid the modules madness I inadvertently introduced by making the 2000-09-02 19:17:34 +00:00
if_tun Removed fresh garbage (vestiges of old way of configuring number of 2000-09-26 19:25:14 +00:00
ip6fw Make ip6fw as loadable module. 2000-09-23 18:50:59 +00:00
ip_mroute_mod Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
ipfilter Fix typo 2000-09-04 03:59:41 +00:00
ipfw Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
ispfw add ispfw module 2000-06-18 05:08:36 +00:00
joy Retire the joy(8) script. Using shell scripts to load kernel loadable 2000-11-02 14:15:30 +00:00
kue Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
linprocfs The linprocfs sources have moved to sys/compat/linprocfs. 2000-12-12 22:00:05 +00:00
linux Don't auto-generate the syscalls. 2000-12-03 01:30:31 +00:00
lnc Change the module name from lnc to if_lnc so that ifconfig works. 2000-12-29 11:46:17 +00:00
md Add a missing vnode_if.h. 2001-01-01 11:28:32 +00:00
mfs Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
mii Add a homePNA PHY driver. This is really only a stub: MII-based homePNA 2000-09-20 17:04:30 +00:00
mlx Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
mly This is the initial import of a new driver for the current family of 2000-08-23 03:22:41 +00:00
msdos Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
msdosfs Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
ncp Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
netgraph Next phase in the PCI subsystem cleanup. 2000-12-08 22:11:23 +00:00
nfs Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
nfsclient Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
nfsserver Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
ntfs Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
nullfs Rename the loadable nullfs kernel module: null -> nullfs 2000-07-28 11:54:09 +00:00
nwfs Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
oldcard add pcic_p to the list of things built 2001-01-02 21:40:41 +00:00
osf1 Next phase in the PCI subsystem cleanup. 2000-12-08 22:11:23 +00:00
pccard Resplit pcic back into two pcic and pccard. 2000-08-30 07:32:22 +00:00
pccbb A bunch of newcard/cardbus changes that's been sitting in my tree for a while: 2000-11-28 00:05:20 +00:00
pcfclock Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
pcic Fix this based on Mike's moved pci code. We needed to delete the pci_m 2000-12-14 00:06:10 +00:00
pcn Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters. 2000-09-20 17:30:22 +00:00
pecoff Add PECOFF (WIN32 Execution file format) support. 2000-12-20 12:51:08 +00:00
portal Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
portalfs Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
procfs Add four missing source files. 2000-12-09 13:17:35 +00:00
random Default the /dev/random loadable module to blocking-on-bootup, 2000-12-02 18:29:18 +00:00
ray Add support for compiling ray driver. 2000-12-07 03:16:21 +00:00
rl Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
rp 1. Update Comtrol RocketPort driver(rp) to version 3.02. 2000-06-11 06:43:16 +00:00
s3 Add the VESA S3 linear framebuffer driver. It works on top of VESA by replacing 2001-01-05 16:53:10 +00:00
sf Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
sis Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
sk Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
sn Add card_if.h 2000-09-19 14:24:55 +00:00
snc Added NEC PC-9801-83, 84, PC-9801-103, 104, PC-9801N-25 and PC-9801N-J02R 2000-10-02 14:27:20 +00:00
sound add sys/dev/sound/pcm/buffer.c, lefo out of last commit 2000-12-23 03:27:09 +00:00
splash Disabled EGA/VGA 1bpp/4bpp modes support. This is not real fix, but this comes 2000-10-31 07:58:34 +00:00
sppp Make sppp a kld. 2001-01-03 08:12:30 +00:00
ste Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
streams Avoid the modules madness I inadvertently introduced by making the 2000-09-02 19:17:34 +00:00
svr4 Decommission the svr4(8) shell script, which has been pointless since 2000-11-29 10:40:53 +00:00
sym Use the default value for MFILES 2000-12-19 12:27:53 +00:00
syscons Don't needlessly indirect the APM softstate. It does nothing but 2000-10-31 21:00:15 +00:00
sysvipc Forgotten makefile. 2000-12-01 17:49:16 +00:00
ti Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
tl Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
twe Major update to the 'twe' driver. 2000-10-25 06:59:06 +00:00
tx Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
udbp Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
ugen Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
uhid Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
ukbd Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
ulpt Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
umapfs Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
umass Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
umodem Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
ums Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
union Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
unionfs Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
urio Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
usb Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
uscanner The USB scanner driver. To be used together with SANE. 2000-10-25 10:34:38 +00:00
vesa - Include opt_vesa.h in vesa.c so that the VESA_DEBUG option is actually 2000-10-06 01:43:59 +00:00
vinum Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
vn Avoid the modules madness I inadvertently introduced by making the 2000-09-02 19:17:34 +00:00
vpo Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
vr Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
vx The vortex driver can be compiled as a KLD now. The EISA attachment 2000-11-07 01:03:23 +00:00
wb Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
wi Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
wx add if_wx module 2000-06-18 05:08:28 +00:00
xl Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of 2000-05-27 01:14:33 +00:00
Makefile Add the VESA S3 linear framebuffer driver. It works on top of VESA by replacing 2001-01-05 16:53:10 +00:00
Makefile.inc $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00