summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb/vga.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-06-26 10:52:54 +0000
committerpeter <peter@FreeBSD.org>1999-06-26 10:52:54 +0000
commitfc28486c8d7f97aa0453443eb55b37e82abecbc1 (patch)
tree0870bb4a86fc4d7c0899b1212927bb5955f94cd9 /sys/dev/fb/vga.c
parent369347073fd018634b0f5d039498e56bf7b30513 (diff)
downloadFreeBSD-src-fc28486c8d7f97aa0453443eb55b37e82abecbc1.zip
FreeBSD-src-fc28486c8d7f97aa0453443eb55b37e82abecbc1.tar.gz
#if 0 an unused function since it generates warnings.. (I have not deleted
it in case it's part of a bigger plan.)
Diffstat (limited to 'sys/dev/fb/vga.c')
-rw-r--r--sys/dev/fb/vga.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/fb/vga.c b/sys/dev/fb/vga.c
index 91f99e9..39b0a0b 100644
--- a/sys/dev/fb/vga.c
+++ b/sys/dev/fb/vga.c
@@ -26,7 +26,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: $
+ * $Id: vga.c,v 1.1 1999/06/22 14:13:24 yokota Exp $
*/
#include "vga.h"
@@ -230,7 +230,9 @@ static int biosadapters = 0;
/* video driver declarations */
static int vga_configure(int flags);
int (*vga_sub_configure)(int flags);
+#if 0
static int vga_nop(void);
+#endif
static int vga_error(void);
static vi_probe_t vga_probe;
static vi_init_t vga_init;
@@ -1330,11 +1332,13 @@ filll_io(int val, vm_offset_t d, size_t size)
/* entry points */
+#if 0
static int
vga_nop(void)
{
return 0;
}
+#endif
static int
vga_error(void)
OpenPOWER on IntegriCloud