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/arch/i386/conf/GENERIC | |
parent | 562c559a05036fb0151a45dc276ab9132e43e7a1 (diff) |
brooktree driver, hacked by matthieu. This needs cleaning now that it is in the tree
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index e533524d119..4b3e8158101 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.73 1998/07/20 19:34:39 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.74 1998/07/23 08:38:22 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -200,6 +200,8 @@ audio* at ym? audio* at eap? audio* at sv? +bktr0 at pci? dev ? function ? + # Joystick driver. Probe is a little strange; add only if you have one. #joy0 at isa? port 0x201 joy* at isapnp? |