On Sun, Aug 10, 2008 at 9:01 PM, Brian <[EMAIL PROTECTED]> wrote: > What is this? > > drm at vga1 unsupported ... > Here's my complete dmesg: > > OpenBSD 4.4-current (GENERIC) #1: Sun Aug 10 17:55:52 MST 2008 > @:/usr/src/sys/arch/amd64/compile/GENERIC
If you're going to poke at unsupported versions, then you need to be aggressive about hunting up answers for yourself. For example, are you subscribed to the cvs commits mailing list (daily digests are available)? This is a kernel device, so did you search /usr/src/sys for files with 'drm' in their names? The answer to the latter is obviously "no", as there's an entire directory named "drm" full of drm* files: /usr/src/sys/dev/pci/drm/. The drm.h file in that directory has a pile of information about what this driver is supposed to do. If you're wondering what something new and not-yet-supported is, READ THE SOURCE. Philip Guenther