diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-06-22 14:12:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-06-22 14:12:43 +0000 |
commit | d5fcbe8b46931a55f9b82c0a498293acef81e6a0 (patch) | |
tree | fa9a1673f3615cec11fac1d8d753b2e5b493c71e | |
parent | f83308fa71e1f530d071f49dcbdf1b5e167ecbb4 (diff) |
commented-out aeon support
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 9a19a895bc4..5edb2136777 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.109 1999/05/18 19:47:29 niklas Exp $ +# $OpenBSD: GENERIC,v 1.110 1999/06/22 14:12:42 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -254,6 +254,9 @@ joy* at isapnp? #wdt0 at pci? dev ? function ? # Ind Computer Source PCI-WDT50x driver +# crypto support +#aeon* at pci? dev ? function ? # Aeon crypto card + pseudo-device pctr 1 pseudo-device sequencer 1 #pseudo-device raid 4 # RAIDframe disk driver |