summaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorDaniel C. Sobral <dcs@FreeBSD.org>2001-03-07 10:09:17 +0000
committerDaniel C. Sobral <dcs@FreeBSD.org>2001-03-07 10:09:17 +0000
commit2b180efefe0da9dbb61b8fac9c97ea0ed0bdf843 (patch)
treee076c36a0d47e487c203664ee30bc8e5bdfbab67 /sys/boot
parentfadb5da80e26c18058e0cde3d5fe851c1dbb39ab (diff)
Notes
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/forth/loader.conf59
1 files changed, 58 insertions, 1 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index 85517074964f..7acf12e67526 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -144,7 +144,9 @@ ipfw_load="NO" # Firewall
miibus_load="NO" # miibus support, needed for some drivers
if_an_load="NO" # Aironet 4500/4800 802.11 wireless NICs
if_dc_load="NO" # DEC/Intel 21143 and various workalikes
+if_ef_load="NO" # multiple frame types
if_fxp_load="NO" # Intel EtherExpress PRO/100B (82557, 82558)
+if_ray_load="NO" # Ratheon wireless NICs
if_rl_load="NO" # RealTek 8129/8139
if_sf_load="NO" # Adaptec Duralink PCI (AIC-6915 "starfire")
if_sis_load="NO" # Silicon Integrated Systems SiS 900/7016
@@ -158,6 +160,59 @@ if_wx_load="NO" # Intel Gigabit Ethernet
if_xl_load="NO" # 3Com Etherlink XL (3c900, 3c905, 3c905B)
##############################################################
+### Netgraph modules #######################################
+##############################################################
+
+ng_UI_load="NO" # UI netgraph node type
+ng_async_load="NO" # asynchronous framing netgraph node type
+ng_bpf_load="NO" # Berkeley packet filter netgraph node type
+ng_bridge_load="NO" # Ethernet bridging netgraph node type
+ng_cisco_load="NO" # Cisco HDLC protocol netgraph node type
+ng_echo_load="NO" # Netgraph echo node type
+ng_ether_load="NO" # Ethernet netgraph node type
+ng_frame_relay_load="NO" # frame relay netgraph node type
+ng_hole_load="NO" # Netgraph discard node type
+ng_iface_load="NO" # interface Netgraph node type
+ng_ksocket_load="NO" # kernel socket netgraph node type
+ng_lmi_load="NO" # frame relay LMI protocol netgraph node type
+ng_mppc_load="NO" # Microsoft MPPC/MPPE compression and encryption netgraph node type
+ng_one2many_load="NO" # packet multiplexing netgraph node type
+ng_ppp_load="NO" # PPP protocol netgraph node type
+ng_pppoe_load="NO" # RFC 2516 PPPOE protocol netgraph node type
+ng_pptpgre_load="NO" # PPTP GRE protocol netgraph node type
+ng_rfc1490_load="NO" # RFC 1490 netgraph node type
+ng_socket_load="NO" # Netgraph socket node type
+ng_tee_load="NO" # Netgraph ``tee'' node type
+ng_tty_load="NO" # Netgraph node type that is also a line discipline
+ng_vjc_load="NO" # Van Jacobsen compression netgraph node type
+
+##############################################################
+### Sound modules ##########################################
+##############################################################
+
+snd_pcm="NO" # Pcm
+snd_ad1816="NO" # ad1816
+snd_cmi="NO" # cmi
+snd_csa="NO" # csa
+snd_cs4281="NO" # cs4281
+snd_ds1="NO" # ds1
+snd_emu10k1="NO" # Creative Sound Blaster Live
+snd_ess="NO" # ess
+snd_es137x="NO" # es137x
+snd_fm801="NO" # fm801
+snd_maestro="NO" # Maestro
+snd_maestro3="NO" # Maestro3
+snd_mss="NO" # Mss
+snd_neomagic="NO" # Neomagic
+snd_sbc="NO" # Sbc
+snd_sb8="NO" # Sound Blaser Pro
+snd_sb16="NO" # Sound Blaser 16
+snd_solo="NO" # Solo
+snd_t4dwave="NO" # t4dwave
+snd_via82c686="NO" # via82c686
+snd="NO" # Sound subsystem
+
+##############################################################
### USB modules ############################################
##############################################################
@@ -181,7 +236,9 @@ if_kue_load="NO" # Kawasaki LSI USB ethernet
bktr_mem_load="NO" # Brooktree Bt848/Bt878 Card Memory Holder
bktr_load="NO" # Brooktree Bt848/Bt878 TV/Video Capture Card
ispfw_load="NO" # Qlogic ISP Firmware
-
+agp_load="NO" # agp module
+accf_data="NO" # accf_data
+accf_http="NO" # accf_http
##############################################################
### Module loading syntax example ##########################