summaryrefslogtreecommitdiff
path: root/sys/dev/pci/vga_pci.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2019-10-13 10:56:32 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2019-10-13 10:56:32 +0000
commit10609ad5816eeeb8eb701a5d5834894b2492dcb3 (patch)
treef30951088914e1c2c4d599aa85cb108e75d2d2d6 /sys/dev/pci/vga_pci.c
parentae64efb8865ada9c354eae5a6c73eeace68227b8 (diff)
Move ws_get_param/ws_set_param into wsdisplay code.
ok deraadt@, jsg@
Diffstat (limited to 'sys/dev/pci/vga_pci.c')
-rw-r--r--sys/dev/pci/vga_pci.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/dev/pci/vga_pci.c b/sys/dev/pci/vga_pci.c
index af5d4871995..14694cbd00e 100644
--- a/sys/dev/pci/vga_pci.c
+++ b/sys/dev/pci/vga_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vga_pci.c,v 1.87 2015/10/29 07:47:03 kettenis Exp $ */
+/* $OpenBSD: vga_pci.c,v 1.88 2019/10/13 10:56:31 kettenis Exp $ */
/* $NetBSD: vga_pci.c,v 1.3 1998/06/08 06:55:58 thorpej Exp $ */
/*
@@ -103,15 +103,6 @@ void vga_save_state(struct vga_pci_softc *);
void vga_restore_state(struct vga_pci_softc *);
#endif
-/*
- * Function pointers for wsconsctl parameter handling.
- * XXX These should be per-softc, but right now we only attach
- * XXX a single vga@pci instance, so this will do.
- */
-int (*ws_get_param)(struct wsdisplay_param *);
-int (*ws_set_param)(struct wsdisplay_param *);
-
-
struct cfattach vga_pci_ca = {
sizeof(struct vga_pci_softc), vga_pci_match, vga_pci_attach,
NULL, vga_pci_activate