Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/pci/files.pci,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/pci/files.pci,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.277 retrieving revision 1.277.2.3 diff -u -p -r1.277 -r1.277.2.3 --- src/sys/dev/pci/files.pci 2007/01/25 00:11:58 1.277 +++ src/sys/dev/pci/files.pci 2007/05/07 10:55:29 1.277.2.3 @@ -1,4 +1,4 @@ -# $NetBSD: files.pci,v 1.277 2007/01/25 00:11:58 macallan Exp $ +# $NetBSD: files.pci,v 1.277.2.3 2007/05/07 10:55:29 yamt Exp $ # # Config file and device description for machine-independent PCI code. # Included by ports that need it. Requires that the SCSI files be @@ -750,7 +750,8 @@ attach joy at pci with joy_pci file dev/pci/joy_pci.c joy_pci # ATI Mach64 framebuffer console driver -device machfb: wsemuldisplaydev, rasops8, fb, vcons, videomode +defflag opt_machfb.h MACHFB_DEBUG +device machfb: wsemuldisplaydev, rasops8, fb, vcons, videomode, edid, drm attach machfb at pci file dev/pci/machfb.c machfb @@ -760,17 +761,18 @@ attach voodoofb at pci file dev/pci/voodoofb.c voodoofb # VIA UniChrome framebuffer console driver -device unichromefb: wsemuldisplaydev, rasops16, rasops32, vcons +device unichromefb: wsemuldisplaydev, rasops16, rasops32, vcons, drm attach unichromefb at pci file dev/pci/unichromefb.c unichromefb needs-flag # ATI Radeon framebuffer console driver # (Note: to enable the BIOS parser, add options RADEON_BIOS_INIT to the config) -device radeonfb: wsemuldisplaydev, videomode, rasops32, vcons, splash, iic, i2c_bitbang, ddc_read_edid, edid +device radeonfb: wsemuldisplaydev, videomode, rasops32, vcons, splash, iic, i2c_bitbang, ddc_read_edid, edid, drm attach radeonfb at pci file dev/pci/radeonfb.c radeonfb file dev/pci/radeonfb_i2c.c radeonfb file dev/pci/radeonfb_bios.c radeonfb +defflag opt_radeonfb.h RADEONFB_DEBUG # Chips & Technologies 65550 framebuffer console driver device chipsfb: wsemuldisplaydev, rasops8, vcons, videomode @@ -861,3 +863,12 @@ attach mskc at pci device msk: ether, ifnet, arp, mii attach msk at mskc file dev/pci/if_msk.c mskc | msk + +# +# Direct Rendering Manager +# +include "dev/pci/drm/files.pcidrm" + +# generic framebuffer console driver, PCI frontend +attach genfb at pci with genfb_pci +file dev/pci/genfb_pci.c genfb_pci