diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-11-06 02:53:49 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-11-06 02:53:49 +0000 |
commit | b872f9fa4575b98787eaced8af9fca0c99928134 (patch) | |
tree | 68a4d2700ecd21acf8a1dffb9f47e7f46be2c554 /sys/dev/pci/files.pci | |
parent | 2febeae79750eda8ec1f12e36eadeafb7f85fede (diff) |
We need an MI vga driver. The alpha one was most MI. Not entirely yet though.
Some files were move behind CVS back.
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index cd7478d2c7e..16c07abb977 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.11 1997/07/03 07:22:54 deraadt Exp $ +# $OpenBSD: files.pci,v 1.12 1997/11/06 02:53:43 niklas Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config.new file and device description for machine-independent PCI code. @@ -10,6 +10,10 @@ attach pci at pcibus file dev/pci/pci.c pci needs-flag file dev/pci/pci_subr.c pci +# Generic VGA +attach vga at pci with vga_pci +file dev/pci/vga_pci.c vga_pci needs-flag + # Adaptec 3940, 2940, and aic78[5678]0 SCSI controllers # device declaration in sys/conf/files attach ahc at pci with ahc_pci |