Commit 549444e1f03d56674f43dfe67a5950638bc3d200
1 parent
66508601
Correct a docs typo and list of available NIC names (by Stefan Weil).
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2765 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
7 additions
and
5 deletions
qemu-doc.texi
... | ... | @@ -357,10 +357,12 @@ Create a new Network Interface Card and connect it to VLAN @var{n} (@var{n} |
357 | 357 | = 0 is the default). The NIC is currently an NE2000 on the PC |
358 | 358 | target. Optionally, the MAC address can be changed. If no |
359 | 359 | @option{-net} option is specified, a single NIC is created. |
360 | -Qemu can emulate several different models of network card. Valid values for | |
361 | -@var{type} are @code{ne2k_pci}, @code{ne2k_isa}, @code{rtl8139}, | |
362 | -@code{smc91c111} and @code{lance}. Not all devices are supported on all | |
363 | -targets. | |
360 | +Qemu can emulate several different models of network card. | |
361 | +Valid values for @var{type} are | |
362 | +@code{i82551}, @code{i82557b}, @code{i82559er}, | |
363 | +@code{ne2k_pci}, @code{ne2k_isa}, @code{pcnet}, @code{rtl8139}, | |
364 | +@code{smc91c111} and @code{lance}. | |
365 | +Not all devices are supported on all targets. | |
364 | 366 | |
365 | 367 | @item -net user[,vlan=n][,hostname=name] |
366 | 368 | Use the user mode network stack which requires no administrator |
... | ... | @@ -1810,7 +1812,7 @@ Maxim MAX1111 analog-digital converter on I@math{^2}C bus |
1810 | 1812 | @item |
1811 | 1813 | GPIO-connected keyboard controller and LEDs |
1812 | 1814 | @item |
1813 | -Secure Digital card conntected to PXA MMC/SD host | |
1815 | +Secure Digital card connected to PXA MMC/SD host | |
1814 | 1816 | @item |
1815 | 1817 | Three on-chip UARTs |
1816 | 1818 | @item | ... | ... |