diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-01 17:53:37 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-01 17:53:37 +0000 |
commit | 549444e1f03d56674f43dfe67a5950638bc3d200 (patch) | |
tree | 74daa49d1a2d17012f6ff46c3fca85c7d033b6e4 /qemu-doc.texi | |
parent | 66508601adbc5faac5f25d944f073921e82d79d4 (diff) |
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
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 43d34defe9..b1afb95f62 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -357,10 +357,12 @@ Create a new Network Interface Card and connect it to VLAN @var{n} (@var{n} = 0 is the default). The NIC is currently an NE2000 on the PC target. Optionally, the MAC address can be changed. If no @option{-net} option is specified, a single NIC is created. -Qemu can emulate several different models of network card. Valid values for -@var{type} are @code{ne2k_pci}, @code{ne2k_isa}, @code{rtl8139}, -@code{smc91c111} and @code{lance}. Not all devices are supported on all -targets. +Qemu can emulate several different models of network card. +Valid values for @var{type} are +@code{i82551}, @code{i82557b}, @code{i82559er}, +@code{ne2k_pci}, @code{ne2k_isa}, @code{pcnet}, @code{rtl8139}, +@code{smc91c111} and @code{lance}. +Not all devices are supported on all targets. @item -net user[,vlan=n][,hostname=name] 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 @item GPIO-connected keyboard controller and LEDs @item -Secure Digital card conntected to PXA MMC/SD host +Secure Digital card connected to PXA MMC/SD host @item Three on-chip UARTs @item |