From d6c19a6e1a1921de26de77e2f3e6a1eaa19b6e73 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 7 Jun 2001 19:44:37 +0000 Subject: Add in a test for outb (that currently fails) --- test/misc/outb.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/misc/outb.c (limited to 'test/misc/outb.c') diff --git a/test/misc/outb.c b/test/misc/outb.c new file mode 100644 index 000000000..bbe18eaec --- /dev/null +++ b/test/misc/outb.c @@ -0,0 +1,9 @@ +#include + +int main(void) +{ + ioperm(0x340,0x342,1); + outb(0x340,0x0); + exit(0); +} + -- cgit v1.2.3