Date: Fri, 6 Nov 2009 20:32:26 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/fb vgareg.h src/sys/dev/pci vga_pci.c src/sys/isa vga_isa.c Message-ID: <200911062033.nA6KXCYR064310@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkim 2009-11-06 20:32:26 UTC FreeBSD src repository Modified files: sys/dev/fb vgareg.h sys/dev/pci vga_pci.c sys/isa vga_isa.c Log: SVN rev 199002 on 2009-11-06 20:32:26Z by jkim Remove duplicate suspend/resume code from vga_pci.c and let vga(4) register itself to an associated PCI device if it exists. It is little bit hackish but it should fix build without frame buffer driver since r198964. Fix some style(9) nits in vga_isa.c while we are here. Revision Changes Path 1.11 +1 -0 src/sys/dev/fb/vgareg.h 1.11 +10 -75 src/sys/dev/pci/vga_pci.c 1.38 +53 -19 src/sys/isa/vga_isa.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911062033.nA6KXCYR064310>