PERFORCE change 118993 for review

Alexey Tarasov taleks at FreeBSD.org
Mon Apr 30 14:53:43 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=118993

Change 118993 by taleks at taleks_th on 2007/04/30 14:52:47

	Integrated more.

Affected files ...

.. //depot/projects/soc2007/taleks-pxe_http/btx_mod/Makefile.inc#1 branch
.. //depot/projects/soc2007/taleks-pxe_http/btx_mod/btx/Makefile#1 branch
.. //depot/projects/soc2007/taleks-pxe_http/btx_mod/btx/btx.S#1 branch
.. //depot/projects/soc2007/taleks-pxe_http/btx_mod/btxldr/Makefile#1 branch
.. //depot/projects/soc2007/taleks-pxe_http/btx_mod/btxldr/btxldr.S#1 branch
.. //depot/projects/soc2007/taleks-pxe_http/btx_mod/btxv86.h#2 edit
.. //depot/projects/soc2007/taleks-pxe_http/btx_mod/lib/Makefile#1 branch
.. //depot/projects/soc2007/taleks-pxe_http/btx_mod/lib/btxcsu.s#1 branch
.. //depot/projects/soc2007/taleks-pxe_http/btx_mod/lib/btxsys.s#1 branch
.. //depot/projects/soc2007/taleks-pxe_http/btx_mod/lib/btxv86.h#1 branch
.. //depot/projects/soc2007/taleks-pxe_http/btx_mod/lib/btxv86.s#1 branch

Differences ...

==== //depot/projects/soc2007/taleks-pxe_http/btx_mod/btxv86.h#2 (text+ko) ====

@@ -59,5 +59,10 @@
 
 void __exit(int) __attribute__((__noreturn__));
 void __exec(caddr_t, ...);
+/*
+ *  Installs interrupt handler function for interrupt int_num.
+ *  caddr_t - in userspace.
+ */
+void __isr_install(uint8_t int_num, caddr_t isr);
 
 #endif /* !_BTXV86_H_ */


More information about the p4-projects mailing list