Module Name:    xsrc
Committed By:   christos
Date:           Mon May 23 19:51:27 UTC 2011

Modified Files:
        xsrc/external/mit/xf86-video-igs/dist/src: igs.h

Log Message:
don't declare inb/outb.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 xsrc/external/mit/xf86-video-igs/dist/src/igs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-igs/dist/src/igs.h
diff -u xsrc/external/mit/xf86-video-igs/dist/src/igs.h:1.4 xsrc/external/mit/xf86-video-igs/dist/src/igs.h:1.5
--- xsrc/external/mit/xf86-video-igs/dist/src/igs.h:1.4	Sun May 22 12:04:15 2011
+++ xsrc/external/mit/xf86-video-igs/dist/src/igs.h	Mon May 23 15:51:27 2011
@@ -1,5 +1,5 @@
 /* $OpenBSD: wsfb_driver.c,v 1.18 2003/04/02 16:42:13 jason Exp $ */
-/* $NetBSD: igs.h,v 1.4 2011/05/22 16:04:15 christos Exp $ */
+/* $NetBSD: igs.h,v 1.5 2011/05/23 19:51:27 christos Exp $ */
 /*
  * Copyright (c) 2001 Matthieu Herrb
  *		 2009 Michael Lorenz
@@ -325,13 +325,6 @@
 
 #define IGS_MIN_VCO	115000
 
-#ifdef __NetBSD__
-/* XXX: We don't have a usable pio.h so we just declare here.
- * This needs a proper implementation */
-uint8_t	inb(unsigned);
-void	outb(unsigned, uint8_t);
-#endif
-
 static __inline uint8_t
 igs_idx_read(u_int idxport, uint8_t idx)
 {

Reply via email to