Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf do some cleanup



details:   https://anonhg.NetBSD.org/src/rev/f3886b4b2a21
branches:  trunk
changeset: 373237:f3886b4b2a21
user:      macallan <macallan%NetBSD.org@localhost>
date:      Thu Jan 26 00:15:47 2023 +0000

description:
do some cleanup
the gm driver has been commented out for 20 years, time to remove it
while there, remove ofb and the old ADB code which have been commented out
since 2007

diffstat:

 sys/arch/macppc/conf/GENERIC |  25 +++----------------------
 1 files changed, 3 insertions(+), 22 deletions(-)

diffs (67 lines):

diff -r 493d93bcf4ee -r f3886b4b2a21 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Wed Jan 25 22:36:56 2023 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Thu Jan 26 00:15:47 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.375 2022/08/07 02:52:27 simonb Exp $
+# $NetBSD: GENERIC,v 1.376 2023/01/26 00:15:47 macallan Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.375 $"
+#ident                 "GENERIC-$Revision: 1.376 $"
 
 maxusers       32
 
@@ -206,7 +206,6 @@
 ex*    at pci? dev ? function ?        # 3Com 90x[BC]
 fxp*   at pci? dev ? function ?        # Intel EtherExpress PRO 10+/100B
 gem*   at pci? dev ? function ?        # gmac ethernet
-#gm*   at pci? dev ? function ?        # gmac ethernet (old)
 gsip*  at pci? dev ? function ?        # NS83820 Gigabit Ethernet
 mtd*   at pci? dev ? function ?        # Myson MTD803 3-in-1 Ethernet
 ne*    at pci? dev ? function ?        # NE2000-compatible Ethernet
@@ -242,12 +241,6 @@
 trm*   at pci? dev ? function ?        # Tekram DC-395U/UW/F, DC-315/U SCSI
 
 # Display devices
-# ofb* at pci? dev ? function ?        # Generic Open Firmware Framebuffer
-#options       OFB_FAKE_VGA_FB         # Allow X to mmap VGA regs
-# 
-# ofb is considered obsolete and machine-independent genfb should be used
-# instead.
-
 chipsfb*       at pci? function ?      # C&T 65550
 gffb*          at pci? function ?      # NVIDIA GeForce2 MX
 machfb*                at pci? function ?      # ATI Mach 64, Rage, Rage Pro
@@ -258,7 +251,6 @@
 
 # ATI Radeon. Still has problems on some hardware
 radeonfb*      at pci? function ?
-options        RADEONFB_ALWAYS_ACCEL_PUTCHAR
 
 # generic PCI framebuffer, should work with everything supported by OF
 genfb*         at pci? function ?
@@ -332,18 +324,7 @@
 options OBIO_SPEED_CONTROL             # CPU speed / voltage control via GPIOs
                                        # and/or DFS, found on most *Book G4
 
-
-# the traditional ADB subsystem
-
-#adb*  at obio?                        # Apple Desktop Bus
-#apm0  at adb?                         # APM emulation
-#aed*  at adb?                         # ADB Event Device
-#akbd* at adb?                         # ADB keyboard
-#ams*  at adb?                         # ADB mouse
-#abtn* at adb?
-
-# the new, improved ADB subsystem
-
+# ADB subsystem
 cuda*  at obio?                # CUDA, for Old World PowerMacs
 iic*           at cuda?        # CUDA's IIC bus
 



Home | Main Index | Thread Index | Old Index