diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-23 08:38:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-23 08:38:29 +0000 |
commit | 241094e974354366bc832c66d96b7c140d9ff96b (patch) | |
tree | 9989e160a4705a9122cd9a7b185e242b1c2cb53a /sys/dev/pci/files.pci | |
parent | 562c559a05036fb0151a45dc276ab9132e43e7a1 (diff) |
brooktree driver, hacked by matthieu. This needs cleaning now that it is in the tree
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 2bb11489014..320ae5709d2 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.17 1998/07/07 22:44:05 csapuntz Exp $ +# $OpenBSD: files.pci,v 1.18 1998/07/23 08:38:28 deraadt 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. @@ -84,3 +84,8 @@ file dev/pci/if_fxp.c fxp device sv: audio, auconv, mulaw attach sv at pci file dev/pci/sv.c sv + +# Brooktree Bt848 video capture +device bktr: pcibus +attach bktr at pci +file dev/pci/brooktree848.c bktr needs-count |