diff options
Diffstat (limited to 'sys/arch/macppc/pci/vgafb.c')
-rw-r--r-- | sys/arch/macppc/pci/vgafb.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/arch/macppc/pci/vgafb.c b/sys/arch/macppc/pci/vgafb.c index 796e5bb5f70..729bfb90237 100644 --- a/sys/arch/macppc/pci/vgafb.c +++ b/sys/arch/macppc/pci/vgafb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vgafb.c,v 1.37 2010/09/01 19:14:25 miod Exp $ */ +/* $OpenBSD: vgafb.c,v 1.38 2010/11/27 18:31:53 miod Exp $ */ /* $NetBSD: vga.c,v 1.3 1996/12/02 22:24:54 cgd Exp $ */ /* @@ -390,16 +390,6 @@ vgafb_mmap(void *v, off_t offset, int prot) return h; } - -void -vgafb_cnprobe(struct consdev *cp) -{ - if (cons_displaytype != 1) - return; - - cp->cn_pri = CN_MIDPRI; -} - void vgafb_cnattach(bus_space_tag_t iot, bus_space_tag_t memt, void *pc, int bus, int device, int function) |