mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
- 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.
This commit is contained in:
parent
6299366fb0
commit
90010f94de
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74212
@ -159,6 +159,59 @@ if_wi_load="NO" # WaveLAN/IEEE 802.11 wireless NICs
|
||||
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 ##########################
|
||||
##############################################################
|
||||
|
Loading…
Reference in New Issue
Block a user