From 914514e800813fb9cb599a519a94278bf25b0a2b Mon Sep 17 00:00:00 2001 From: jhb Date: Tue, 13 Mar 2001 16:16:35 +0000 Subject: - Sync up with stable by adding in the Netgraph and Sound module sections, the agp module, and the accept filter modules. - Remove an extraneous blank line. --- sys/boot/forth/loader.conf | 57 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 56 insertions(+), 1 deletion(-) diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index c1f43a0..c636c40 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -160,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_load="NO" # Pcm +snd_ad1816_load="NO" # ad1816 +snd_cmi_load="NO" # cmi +snd_csa_load="NO" # csa +snd_cs4281_load="NO" # cs4281 +snd_ds1_load="NO" # ds1 +snd_emu10k1_load="NO" # Creative Sound Blaster Live +snd_ess_load="NO" # ess +snd_es137x_load="NO" # es137x +snd_fm801_load="NO" # fm801 +snd_maestro_load="NO" # Maestro +snd_maestro3_load="NO" # Maestro3 +snd_mss_load="NO" # Mss +snd_neomagic_load="NO" # Neomagic +snd_sbc_load="NO" # Sbc +snd_sb8_load="NO" # Sound Blaster Pro +snd_sb16_load="NO" # Sound Blaster 16 +snd_solo_load="NO" # Solo +snd_t4dwave_load="NO" # t4dwave +snd_via82c686_load="NO" # via82c686 +snd_load="NO" # Sound subsystem + +############################################################## ### USB modules ############################################ ############################################################## @@ -183,10 +236,12 @@ if_kue_load="NO" # Kawasaki LSI USB ethernet 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 random_load="NO" # Random device atspeaker_load="NO" # AT speaker module - ############################################################## ### Module loading syntax example ########################## ############################################################## -- cgit v1.1