Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amigappc/include Amiga doesn't need its own fbio.h ...
details: https://anonhg.NetBSD.org/src/rev/b6198532447d
branches: trunk
changeset: 515226:b6198532447d
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed Sep 19 16:42:10 2001 +0000
description:
Amiga doesn't need its own fbio.h anymore; screenblank(8) uses
<dev/sun/fbio.h>, and the ioctl that this file defines is compatible.
diffstat:
sys/arch/amigappc/include/Makefile | 4 +-
sys/arch/amigappc/include/fbio.h | 46 --------------------------------------
2 files changed, 2 insertions(+), 48 deletions(-)
diffs (68 lines):
diff -r 4ecc84a8e018 -r b6198532447d sys/arch/amigappc/include/Makefile
--- a/sys/arch/amigappc/include/Makefile Wed Sep 19 16:40:52 2001 +0000
+++ b/sys/arch/amigappc/include/Makefile Wed Sep 19 16:42:10 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/04/15 17:13:05 kleink Exp $
+# $NetBSD: Makefile,v 1.9 2001/09/19 16:42:10 thorpej Exp $
KDIR= /sys/arch/amigappc/include
INCSDIR= /usr/include/amigappc
@@ -8,7 +8,7 @@
cdefs.h conf.h cpu.h cpufunc.h \
db_machdep.h disklabel.h \
elf_machdep.h endian.h \
- fbio.h float.h frame.h \
+ float.h frame.h \
ieee.h ieeefp.h \
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
intr.h \
diff -r 4ecc84a8e018 -r b6198532447d sys/arch/amigappc/include/fbio.h
--- a/sys/arch/amigappc/include/fbio.h Wed Sep 19 16:40:52 2001 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,46 +0,0 @@
-/* $NetBSD: fbio.h,v 1.1 2000/05/25 22:11:59 is Exp $ */
-
-/*-
- * Copyright (c) 1996 The NetBSD Foundation, Inc.
- * All rights reserved.
- *
- * This code is derived from software contributed to The NetBSD Foundation
- * by Ignatios Souvatzis.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by the NetBSD
- * Foundation, Inc. and its contributors.
- * 4. Neither the name of The NetBSD Foundation nor the names of its
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
- * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
- * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
- * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- */
-
-/*
- * FBIO compatible video control.
- */
-#define FBVIDEO_OFF 0
-#define FBVIDEO_ON 1
-
-#define FBIOSVIDEO _IOW('F', 7, int)
-#define FBIOGVIDEO _IOR('F', 8, int)
Home |
Main Index |
Thread Index |
Old Index