--- src/sys/boot/forth/loader-bootp.conf 2004/10/14 09:47:47 1.2 +++ src/sys/boot/forth/loader-bootp.conf 2004/10/14 18:33:29 1.3 @@ -178,6 +178,10 @@ pf_load="NO" # OpenBSD's packet filter ############################################################## ### Networking drivers ##################################### ############################################################## +# +# NOTE! most of these will be built into a generic kernel, but some cannot +# be and those should be enabled here for PXE boots or the kernel may not +# be able to mount the root filesystem via NFS. miibus_load="NO" # miibus support, needed for some drivers if_an_load="NO" # Aironet 4500/4800 802.11 wireless NICs @@ -190,6 +194,7 @@ if_de_load="NO" # DEC DC21x4x ethernet if_ed_load="NO" # National Semiconductor DS8390/WD83C690 ethernet if_el_load="NO" # 3Com Etherlink 3C501 if_em_load="NO" # Intel(R) PRO/1000 gigabit ethernet +if_nv_load="YES" # NVidia MB ethernet (Typ AMDXP/AMD64 boxes) if_en_load="NO" # Midway-based ATM interfaces if_ep_load="NO" # 3Com Etherlink III (3c5x9) if_ex_load="NO" # Intel EtherExpress Pro/10 ethernet