History log of /openbsd-current/sys/dev/microcode/tigon/build.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.8 12-Jul-2014 tedu

revert bogus free changes in not kernel files. got a little trigger happy.


# 1.7 12-Jul-2014 tedu

add a size argument to free. will be used soon, but for now default to 0.
after discussions with beck deraadt kettenis.


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE
# 1.6 29-Aug-2009 kettenis

Unbreak the tree.


# 1.5 07-Aug-2009 martynas

pull some more missing; for err&errx, printf, write, bzopy&bzero
ok jsg@


# 1.4 28-Jul-2009 claudio

The firmware is an array of u_int32_t and differs between architectures.
From now on install the tigon firmware in little endian byte order and swap
it acordingly in the driver. Correctly calculate the length of the FW in the
build tool -- now my fiber cards no longer have issues to establish link on
bootup. Please put this in deraadt@

On big endian archs (sparc64, macppc) the firmware file needs to be updated.


Revision tags: OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.3 17-May-2005 jason

- check return from write(2) so we KNOW the data is on the disk
- remove unneeded variables
- add missing includes
ok deraadt


Revision tags: OPENBSD_3_7_BASE
# 1.2 22-Nov-2004 deraadt

stdlib.h


# 1.1 22-Nov-2004 deraadt

build a tigon firmware file. Saves 150KB or so in GENERIC kernels