Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch Add gffb(4) at pci.



details:   https://anonhg.NetBSD.org/src/rev/231cdad3dbc0
branches:  trunk
changeset: 330200:231cdad3dbc0
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Jun 29 03:44:33 2014 +0000

description:
Add gffb(4) at pci.

diffstat:

 sys/arch/amd64/conf/ALL |  5 +++--
 sys/arch/i386/conf/ALL  |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (52 lines):

diff -r 4e85bbc24ba3 -r 231cdad3dbc0 sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Sun Jun 29 03:43:06 2014 +0000
+++ b/sys/arch/amd64/conf/ALL   Sun Jun 29 03:44:33 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.10 2014/06/24 11:59:10 maxv Exp $
+# $NetBSD: ALL,v 1.11 2014/06/29 03:44:33 tsutsui Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ALL-$Revision: 1.10 $"
+#ident                 "ALL-$Revision: 1.11 $"
 
 maxusers       64              # estimated number of users
 
@@ -498,6 +498,7 @@
 
 chipsfb*       at pci? dev ? function ?
 genfb*         at pci? dev ? function ?
+gffb*          at pci? dev ? function ?
 igsfb*         at pci? dev ? function ?
 machfb*        at pci? dev ? function ?
 pm2fb*         at pci? dev ? function ?
diff -r 4e85bbc24ba3 -r 231cdad3dbc0 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Sun Jun 29 03:43:06 2014 +0000
+++ b/sys/arch/i386/conf/ALL    Sun Jun 29 03:44:33 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.377 2014/06/24 11:59:10 maxv Exp $
+# $NetBSD: ALL,v 1.378 2014/06/29 03:44:33 tsutsui Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ALL-$Revision: 1.377 $"
+#ident                 "ALL-$Revision: 1.378 $"
 
 maxusers       64              # estimated number of users
 
@@ -577,6 +577,7 @@
 
 chipsfb*       at pci? dev ? function ?
 genfb*         at pci? dev ? function ?
+gffb*          at pci? dev ? function ?
 igsfb*         at pci? dev ? function ?
 machfb*        at pci? dev ? function ?
 pm2fb*         at pci? dev ? function ?



Home | Main Index | Thread Index | Old Index