Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Apr 2007 14:53:42 GMT
From:      Alexey Tarasov <taleks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 118993 for review
Message-ID:  <200704301453.l3UErgWs014525@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=118993

Change 118993 by taleks@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_ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704301453.l3UErgWs014525>