OpenGrok
Cross Reference: netif_of.c
xref
: /
src
/
sys
/
arch
/
macppc
/
stand
/
ofwboot
/
netif_of.c
Home
|
History
|
Annotate
|
Download
|
only in
ofwboot
History log of
/src/sys/arch/macppc/stand/ofwboot/netif_of.c
Revision
Date
Author
Comments
1.14
28-Jan-2009
tsutsui
More WARNSfy in #ifdef NETIF_DEBUG.
1.13
12-Jan-2009
tsutsui
Replace time_t values in libsa sources with the following two types
to avoid unnecessary 64 bit ops which would make binaries larger:
satime_t (currently unsigned int):
numbers in seconds returned by the machine dependent getsecs() function
which are used to measure relative time
saseconds_t (currently int):
numbers in seconds used to specify timeout to network drivers
Per discussion on current-users.
1.12
12-Jan-2009
tsutsui
WARNSfy
1.11
27-Jan-2006
uwe
branches: 1.11.72; 1.11.76; 1.11.84;
Get rid of unused variables.
1.10
11-Dec-2005
christos
branches: 1.10.2;
merge ktrace-lwp.
1.9
26-Dec-2003
aymeric
branches: 1.9.16;
ANSIfy and clean up prototypes.
This has been lying around in my tree for too long now.
1.8
13-Mar-2003
drochner
branches: 1.8.2;
Avoid conflict with sockets[] definition in net.h
and add some typecasts.
Thanks to Juergen Hannken-Illjes for compile-checking.
1.7
13-Mar-2003
drochner
make netif_close() return value void
fix prototype
1.6
13-Mar-2003
drochner
Remove remaining uses of libsa/netif -- the "netif" structure was only
used to lookup a "struct of_dev", everything else was ballast.
Do it straightforward now and assign the ofdev directly to io_netif.
1.5
29-Mar-2002
tsutsui
Cosmetics.
1.4
22-Jul-2001
wiz
branches: 1.4.6;
bcopy -> memcpy, bzero -> memset, bcmp -> memcmp.
Reviewed by Matt Thomas, ok'd by Tsubai Masanari.
1.3
04-Feb-1999
tsubai
branches: 1.3.22;
Allocate DMA-aware memory area using "dma-alloc" method and use them
for data buffer.
XXX currently only netif_put() uses this.
iMac can use ofwboot.elf now.
1.2
04-Feb-1999
tsubai
Use "local-mac-address" property to get MAC address.
1.1
15-May-1998
tsubai
Initial import of macppc port.
1.3.22.2
23-Jun-2002
jdolecek
catch up with -current on kqueue branch
1.3.22.1
03-Aug-2001
lukem
update to -current
1.4.6.2
17-Apr-2002
nathanw
Catch up to -current.
1.4.6.1
22-Jul-2001
nathanw
file netif_of.c was added on branch nathanw_sa on 2002-04-17 00:03:44 +0000
1.8.2.3
21-Sep-2004
skrll
Fix the sync with head I botched.
1.8.2.2
18-Sep-2004
skrll
Sync with HEAD.
1.8.2.1
03-Aug-2004
skrll
Sync with HEAD
1.9.16.1
21-Jun-2006
yamt
sync with head.
1.10.2.1
01-Feb-2006
yamt
sync with head.
1.11.84.2
03-Mar-2009
skrll
Sync with HEAD.
1.11.84.1
19-Jan-2009
skrll
Sync with HEAD.
1.11.76.1
04-May-2009
yamt
sync with head.
1.11.72.1
17-Jan-2009
mjf
Sync with HEAD.
Indexes created Wed Oct 15 16:09:53 GMT 2025