LII(4) BSD Kernel Interfaces Manual LII(4)NAME
lii -- Attansic/Atheros L2 Fast-Ethernet device driver
SYNOPSIS
lii* at pci? dev ? function ?
DESCRIPTION
The lii provides support for the Attansic/Atheros Fast-Ethernet card. This card is found in a variety of low-end Asus hardware, notably the
Asus EeePC.
SEE ALSO mii(4), ukphy(4)HISTORY
The lii driver appeared in NetBSD 5.0.
AUTHORS
Quentin Garnier <cube@NetBSD.org>
BSD March 29, 2008 BSD
Check Out this Related Man Page
ALE(4) BSD Kernel Interfaces Manual ALE(4)NAME
ale -- Atheros AR8121/AR8113/AR8114 10/100/Gigabit Ethernet device
SYNOPSIS
ale* at pci?
atphy* at mii?
DESCRIPTION
The ale driver provides support for Ethernet interfaces based on the Atheros AR8121/AR8113/AR8114 Ethernet chipset, also known as the Attan-
sic L1E.
The ale driver supports IPv4 receive IP/TCP/UDP checksum offload and VLAN tag insertion and stripping.
The following media types are supported:
autoselect Enable autoselection of the media type and options.
10baseT Set 10Mbps operation.
100baseTX Set 100Mbps (Fast Ethernet) operation.
1000baseT Set 1000Mbps (Gigabit Ethernet) operation.
For more information on configuring this device, see ifconfig(8). To view a list of media types and options supported by the card, try
ifconfig <device> media. For example, ifconfig ale0 media.
SEE ALSO arp(4), atphy(4), ifmedia(4), intro(4), netintro(4), pci(4), ifconfig(8)HISTORY
The ale device driver first appeared in OpenBSD 4.5. It was then ported to NetBSD 5.1.
AUTHORS
The ale driver was written by Pyun YongHyeon for FreeBSD and ported to OpenBSD by Kevin Lo <kevlo@OpenBSD.org> then ported to NetBSD by
Christoph Egger <cegger@NetBSD.org> and Kevin Lahey.
BSD May 5, 2009 BSD
Is there any way to erase all the contents of a specific line of a text file and then write something on it?
e.g.
test.txt.old:
qwert
asdfg
zxcbv=0
test.txt.new
qwerty
asdfg
hello=0
is this possible with C++ ?:confused: (1 Reply)