Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/conf Add and enable radeonfb(4) at pci with o...



details:   https://anonhg.NetBSD.org/src/rev/75a27371207b
branches:  trunk
changeset: 792888:75a27371207b
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Mon Jan 20 15:32:23 2014 +0000

description:
Add and enable radeonfb(4) at pci with options RADEONFB_DEPTH_32.

Requested and tested (with wsfb Xorg server) by Naruaki Etomi in PR/48431.

diffstat:

 sys/arch/alpha/conf/GENERIC |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r 2bdea26926e8 -r 75a27371207b sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Mon Jan 20 15:05:13 2014 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Mon Jan 20 15:32:23 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.356 2013/12/23 13:08:00 skrll Exp $
+# $NetBSD: GENERIC,v 1.357 2014/01/20 15:32:23 tsutsui Exp $
 #
 # This machine description file is used to generate the default NetBSD
 # kernel.
@@ -19,7 +19,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "GENERIC-$Revision: 1.356 $"
+ident          "GENERIC-$Revision: 1.357 $"
 
 maxusers 32
 
@@ -359,6 +359,8 @@
 pcscp* at      pci? dev ? function ?           # AMD Am53c974 PCscsi-PCI
 ppb*   at      pci? dev ? function ?           # PCI-PCI Bridges
 puc*   at      pci? dev ? function ?           # PCI "universal" comm. cards
+radeonfb* at   pci? dev ? function ?           # ATI/AMD Radeon Graphics
+options        RADEONFB_DEPTH_32
 re*    at      pci? dev ? function ?           # Realtek 8169 Ethernet
 rtk*   at      pci? dev ? function ?           # Realtek 8129/8139 Ethernet
 sio*   at      pci? dev ? function ?           # Intel PCI-ISA Bridges
@@ -695,6 +697,7 @@
 #wsdisplay*    at      sfbp?
 wsdisplay*     at      px?
 wsdisplay*     at      pxg?
+wsdisplay*     at      radeonfb?
 wsdisplay*     at      vga?
 wsdisplay*     at      tga?
 wskbd*         at      lkkbd? console ?



Home | Main Index | Thread Index | Old Index