firmware.9 (cfe30d02adda7c3b5c76156ac52d50d8cab325d9) firmware.9 (2a6b4327c288b6a121f131f7ef09b871b9a14f96)
1.\" Copyright (c) 2006 Max Laier <mlaier@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

249 dependency ".PHONY" \\
250 compile-with "uudecode < $S/contrib/dev/npe/IxNpeMicrocode.dat.uu" \\
251 no-obj no-implicit-rule \\
252 clean "IxNpeMicrocode.dat"
253.Ed
254.Pp
255Note that generating the firmware modules in this way requires
256the availability of the following tools:
1.\" Copyright (c) 2006 Max Laier <mlaier@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

249 dependency ".PHONY" \\
250 compile-with "uudecode < $S/contrib/dev/npe/IxNpeMicrocode.dat.uu" \\
251 no-obj no-implicit-rule \\
252 clean "IxNpeMicrocode.dat"
253.Ed
254.Pp
255Note that generating the firmware modules in this way requires
256the availability of the following tools:
257.Xr awk ,
258.Xr make ,
257.Xr awk 1 ,
258.Xr make 1 ,
259the compiler and the linker.
260.Sh SEE ALSO
261.Xr kld 4 ,
262.Xr module 9
263.Pp
264.Pa /usr/share/examples/kld/firmware
265.Sh HISTORY
266The
267.Nm firmware
268system was introduced in
269.Fx 6.1 .
270.Sh AUTHORS
271This manual page was written by
272.An Max Laier Aq mlaier@FreeBSD.org .
259the compiler and the linker.
260.Sh SEE ALSO
261.Xr kld 4 ,
262.Xr module 9
263.Pp
264.Pa /usr/share/examples/kld/firmware
265.Sh HISTORY
266The
267.Nm firmware
268system was introduced in
269.Fx 6.1 .
270.Sh AUTHORS
271This manual page was written by
272.An Max Laier Aq mlaier@FreeBSD.org .