summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb/vgareg.h
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2009-11-12 17:56:56 +0000
committerjkim <jkim@FreeBSD.org>2009-11-12 17:56:56 +0000
commit1aa17d213da2c1227225a1f624b8cefc8ff318dd (patch)
treecff399f1b66cc210fbaf3d124014f164d882523d /sys/dev/fb/vgareg.h
parentab54ccdf3ee1752793bb4b58c787a65df7527204 (diff)
downloadFreeBSD-src-1aa17d213da2c1227225a1f624b8cefc8ff318dd.zip
FreeBSD-src-1aa17d213da2c1227225a1f624b8cefc8ff318dd.tar.gz
- Partially revert hackish r198964 and r199002.
- Add a proxy driver vgapm to help vgapci to save/load VGA state. - Move device_set_desc() to the right place while we are here. Reviewed by: jhb
Diffstat (limited to 'sys/dev/fb/vgareg.h')
-rw-r--r--sys/dev/fb/vgareg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/fb/vgareg.h b/sys/dev/fb/vgareg.h
index 8f23a83..fa9d44e 100644
--- a/sys/dev/fb/vgareg.h
+++ b/sys/dev/fb/vgareg.h
@@ -69,7 +69,6 @@
struct video_adapter;
typedef struct vga_softc {
struct video_adapter *adp;
- device_t pci_dev;
void *state_buf;
void *pal_buf;
#ifdef FB_INSTALL_CDEV
OpenPOWER on IntegriCloud