diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-11-06 12:27:10 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-11-06 12:27:10 +0000 |
commit | f5902371f82ba0a4cdeae260a9bfa286bb43df23 (patch) | |
tree | 71e52b49b50dfc44c624c33d2f4679ba71aca1b1 /sys/dev/pci | |
parent | f31ea30fa71988df28fa8172d41c4bf4968a55d9 (diff) |
Add some missing things for the MI vga driver. Move wscons to an MI place as
well. $OpenBSD$ tagging
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/vga_pci.c | 1 | ||||
-rw-r--r-- | sys/dev/pci/vga_pcivar.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/pci/vga_pci.c b/sys/dev/pci/vga_pci.c index 1b6c0be351d..6007c303a30 100644 --- a/sys/dev/pci/vga_pci.c +++ b/sys/dev/pci/vga_pci.c @@ -1,3 +1,4 @@ +/* $OpenBSD: vga_pci.c,v 1.6 1997/11/06 12:26:56 niklas Exp $ */ /* $NetBSD: vga_pci.c,v 1.4 1996/12/05 01:39:38 cgd Exp $ */ /* diff --git a/sys/dev/pci/vga_pcivar.h b/sys/dev/pci/vga_pcivar.h index 29e258c862d..cc9d50295a8 100644 --- a/sys/dev/pci/vga_pcivar.h +++ b/sys/dev/pci/vga_pcivar.h @@ -1,3 +1,4 @@ +/* $OpenBSD: vga_pcivar.h,v 1.2 1997/11/06 12:26:56 niklas Exp $ */ /* $NetBSD: vga_pcivar.h,v 1.1 1996/11/19 04:38:36 cgd Exp $ */ /* |