diff options
author | luigi <luigi@FreeBSD.org> | 2009-04-06 11:08:33 +0000 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2009-04-06 11:08:33 +0000 |
commit | c7e10e8780512b539e2bc09105284e5c8a8fee77 (patch) | |
tree | 3c3505ea74f57f9a9638c8d26d646b29d923b4c6 /release/picobsd/bridge | |
parent | f775cac2725ef7f9775e632a11f52710d749e0a3 (diff) | |
download | FreeBSD-src-c7e10e8780512b539e2bc09105284e5c8a8fee77.zip FreeBSD-src-c7e10e8780512b539e2bc09105284e5c8a8fee77.tar.gz |
add some popular device and comment some potentially useful options
Diffstat (limited to 'release/picobsd/bridge')
-rw-r--r-- | release/picobsd/bridge/PICOBSD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/release/picobsd/bridge/PICOBSD b/release/picobsd/bridge/PICOBSD index bb2158c..150a44d 100644 --- a/release/picobsd/bridge/PICOBSD +++ b/release/picobsd/bridge/PICOBSD @@ -89,7 +89,10 @@ device uart # device miibus device fxp # Intel EtherExpress PRO/100B (82557, 82558) +device nfe # nVidia nForce MCP on-board Ethernet +#device xl # 3Com device rl # RealTek 8129/8139 +device re # RealTek 8139C+/8169/8169S/8110S device sis # National/SiS device dc # DEC/Intel 21143 and various workalikes device ed @@ -104,6 +107,8 @@ device md # Memory "disks" #device faith 1 # IPv6-to-IPv4 relaying (translation) device tap +#options DEVICE_POLLING + # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! device bpf # Berkeley packet filter |