diff options
| author | macallan <macallan@NetBSD.org> | 2023-01-26 00:15:47 +0000 |
|---|---|---|
| committer | macallan <macallan@NetBSD.org> | 2023-01-26 00:15:47 +0000 |
| commit | dd56ab15ec928d6350416c11e3a63efec2bb78ca (patch) | |
| tree | 5d0d03a7dfc752e061218e4ce64b7a6e77420b9c /sys | |
| parent | 58c565ec20c718b8cd8733f9c60d40935ad741e0 (diff) | |
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 (limited to 'sys')
| -rw-r--r-- | sys/arch/macppc/conf/GENERIC | 25 |
1 files changed, 3 insertions, 22 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index e102891a94f..46c8748b011 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -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 @@ include "arch/macppc/conf/std.macppc" 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 @@ epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 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 @@ siop* at pci? dev ? function ? # NCR 53c8xx SCSI 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 @@ voodoofb* at pci? function ? # 3Dfx Voodoo3 # 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 @@ nvram* at obio? # nvram 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 |
