Deleted Added
sdiff udiff text old ( 56505 ) new ( 119419 )
full compact
1/*
2 * Copyright (C) 1998 Specialix International.
3 *
4 * Download code for SI/XIO/SX host cards.
5 *
6 * Redistribution and use in binary forms (this file is a binary form), with
7 * or without modification, are permitted provided that the following
8 * conditions are met:

--- 11 unchanged lines hidden (view full) ---

20 * code is regarded as an unpublished trade secret held by Specialix
21 * International.
22 *
23 * THIS SOFTWARE IS PROVIDED BY ``AS IS'' AND ANY EXPRESS OR IMPLIED
24 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
25 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
26 * NO EVENT SHALL THE AUTHORS BE LIABLE.
27 *
28 */
29
30#include <sys/cdefs.h>
31__FBSDID("$FreeBSD: head/sys/dev/si/si2_z280.c 119419 2003-08-24 18:03:45Z obrien $");
32
33#include <sys/param.h>
34#include <sys/bus.h>
35#include <dev/si/sivar.h>
36
37/* SI2_Z280.C Version, Bootstrap and Download Code Arrays... */
38
39/* SI2_Z280 embedded version...
40

--- 1063 unchanged lines hidden ---