ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/ether.cpp
(Generate patch)

Comparing BasiliskII/src/ether.cpp (file contents):
Revision 1.14 by gbeauche, 2005-03-19T17:43:03Z vs.
Revision 1.16 by gbeauche, 2008-01-01T09:40:31Z

# Line 1 | Line 1
1   /*
2   *  ether.cpp - Ethernet device driver
3   *
4 < *  Basilisk II (C) 1997-2005 Christian Bauer
4 > *  Basilisk II (C) 1997-2008 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 453 | Line 453 | void ether_udp_read(uint32 packet, int l
453   *  Ethernet packet allocator
454   */
455  
456 < #if SIZEOF_VOID_P == 4 || REAL_ADDRESSING == 0
456 > #if SIZEOF_VOID_P != 4 || REAL_ADDRESSING == 0
457   static uint32 ether_packet = 0;                 // Ethernet packet (cached allocation)
458   static uint32 n_ether_packets = 0;              // Number of ethernet packets allocated so far (should be at most 1)
459  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines