Skip to content

Instantly share code, notes, and snippets.

@coypoop
Last active May 8, 2016 17:19
Show Gist options
  • Save coypoop/d3d57176cf9aba20147d65b419a1ccfa to your computer and use it in GitHub Desktop.
Save coypoop/d3d57176cf9aba20147d65b419a1ccfa to your computer and use it in GitHub Desktop.
enable nouveau in i386 ALL config.
it's already enabled in GENERIC.
small fixes:
nouveaufbbus -> nouveaufbbus? to fix build failure (same as GENERIC)
remove option NV_DEBUG because it is redefined in the code. (doesn't exist in amd64 ALL, either)
--- /home/fly/src/sys/arch/i386/conf/ALL 2016-05-08 20:15:20.817234266 +0300
+++ ./sys/arch/i386/conf/ALL 2016-05-08 20:15:11.060219292 +0300
@@ -610,8 +610,8 @@
radeon* at pci? dev ? function ?
radeondrmkmsfb* at radeonfbbus?
-#nouveau* at pci? dev ? function ?
-#nouveaufb* at nouveaufbbus
+nouveau* at pci? dev ? function ?
+nouveaufb* at nouveaufbbus?
# DRMUMS drivers
viadrmums* at drm?
@@ -2253,7 +2253,6 @@
options NOT_DEBUG
options NSIODEBUG
options NTFS_DEBUG
-options NV_DEBUG
options OBOE_DEBUG
options OFW_DEBUG
options OHCI_DEBUG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment