summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1993-11-03 00:29:19 +0000
committerpaul <paul@FreeBSD.org>1993-11-03 00:29:19 +0000
commit6d8373f3a9c123c2c2a312938e462e8a95d834b9 (patch)
treea48198cf3f79156c3cfa5d39c6996df8cf0a33b4 /sys/amd64
parentbdd2e5afa73f176fc322390915d0533e80aa1948 (diff)
downloadFreeBSD-src-6d8373f3a9c123c2c2a312938e462e8a95d834b9.zip
FreeBSD-src-6d8373f3a9c123c2c2a312938e462e8a95d834b9.tar.gz
Removed comments from within asm block.
New gas fails to parse comments within asm blocks properly. Simply remove them until gas gets fixed.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/fpu.c10
-rw-r--r--sys/amd64/isa/npx.c10
2 files changed, 10 insertions, 10 deletions
diff --git a/sys/amd64/amd64/fpu.c b/sys/amd64/amd64/fpu.c
index 08256a6..9c07850 100644
--- a/sys/amd64/amd64/fpu.c
+++ b/sys/amd64/amd64/fpu.c
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
- * $Id$
+ * $Id: npx.c,v 1.3 1993/10/13 15:59:30 rgrimes Exp $
*/
#include "npx.h"
@@ -138,11 +138,11 @@ _probeintr:
ss
incl _npx_intrs_while_probing
pushl %eax
- movb $0x20,%al /* EOI (asm in strings loses cpp features) */
- outb %al,$0xa0 /* IO_ICU2 */
- outb %al,$0x20 /* IO_ICU1 */
+ movb $0x20,%al
+ outb %al,$0xa0
+ outb %al,$0x20
movb $0,%al
- outb %al,$0xf0 /* clear BUSY# latch */
+ outb %al,$0xf0
popl %eax
iret
");
diff --git a/sys/amd64/isa/npx.c b/sys/amd64/isa/npx.c
index 08256a6..9c07850 100644
--- a/sys/amd64/isa/npx.c
+++ b/sys/amd64/isa/npx.c
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
- * $Id$
+ * $Id: npx.c,v 1.3 1993/10/13 15:59:30 rgrimes Exp $
*/
#include "npx.h"
@@ -138,11 +138,11 @@ _probeintr:
ss
incl _npx_intrs_while_probing
pushl %eax
- movb $0x20,%al /* EOI (asm in strings loses cpp features) */
- outb %al,$0xa0 /* IO_ICU2 */
- outb %al,$0x20 /* IO_ICU1 */
+ movb $0x20,%al
+ outb %al,$0xa0
+ outb %al,$0x20
movb $0,%al
- outb %al,$0xf0 /* clear BUSY# latch */
+ outb %al,$0xf0
popl %eax
iret
");
OpenPOWER on IntegriCloud