History log of /src/sys/arch/sparc/stand/common/netif_sun.c |
Revision | | Date | Author | Comments |
1.12 |
| 21-Oct-2009 |
snj | Drop 3rd and 4th clauses. Approved by gwr@ (copyright holder).
|
1.11 |
| 18-Mar-2009 |
cegger | bzero -> memset
|
1.10 |
| 12-Jan-2009 |
tsutsui | branches: 1.10.2; 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.9 |
| 13-Jul-2006 |
uwe | branches: 1.9.58; 1.9.62; 1.9.70; De-__P. ANSIify.
Same object code is generated (except in prf.c, where putchar argument type was changed to int to match the prototype and one instrcution changes accordingly).
strategy() in ofdev.c was not ANSIified in this sweep, b/c that changes code generated at call sites!
|
1.8 |
| 11-Dec-2005 |
christos | branches: 1.8.4; 1.8.8; merge ktrace-lwp.
|
1.7 |
| 15-Mar-2004 |
pk | branches: 1.7.16; Replace myetheraddr() by prom_getether(). Convert the file descriptor to deivce tree node (if possible) to support the "local-mac-address' property.
|
1.6 |
| 13-Mar-2003 |
hannken | branches: 1.6.2; Explicit cast for netif.
Approved by: Matthias Drochner <drochner@netbsd.org>
|
1.5 |
| 26-Feb-2003 |
pk | Move all `ID prom' stuff into the prom library.
|
1.4 |
| 08-Nov-1999 |
pk | Remove inclusion of unused headers.
|
1.3 |
| 15-Feb-1999 |
pk | branches: 1.3.8; 1.3.10; 1.3.14; Use PROMLIB to streamline this code. This also provides the bulk of Open Firmware boot code.
|
1.2 |
| 22-Jul-1997 |
drochner | Don't use <lib/libsa/if_ether.h> anymore. This was a copy of the old (before ARP changes) <netinet/if_ether.h>, intended for temporary use.
|
1.1 |
| 01-Jun-1997 |
mrg | Completely rearrange SPARC boot code, modeling it after alpha and hp300 ports' boot programs. Also added support for loading gzip'd kernels, useful for booting from floppy. From Jason R. Thorpe <thorpej@nas.nasa.gov>, tested by Matthew Green <mrg@eterna.com.au> and Erik Fair <fair@clock.org>.
|
1.3.14.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.3.10.1 |
| 15-Nov-1999 |
fvdl | Sync with -current
|
1.3.8.1 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.6.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.6.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.6.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.7.16.1 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.8.8.1 |
| 11-Aug-2006 |
yamt | sync with head
|
1.8.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.9.70.2 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.9.70.1 |
| 19-Jan-2009 |
skrll | Sync with HEAD.
|
1.9.62.2 |
| 11-Mar-2010 |
yamt | sync with head
|
1.9.62.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.9.58.1 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.10.2.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|