diff options
author | 2002-01-28 19:45:15 +0000 | |
---|---|---|
committer | 2002-01-28 19:45:15 +0000 | |
commit | 094fb1234707f561d124c9b2c22ff1fc13b94399 (patch) | |
tree | df71e9776b06fa5321b762c03fe4a091d12bf717 | |
parent | fix coredump on apropos; fixes PR# 2320. (diff) | |
download | wireguard-openbsd-094fb1234707f561d124c9b2c22ff1fc13b94399.tar.xz wireguard-openbsd-094fb1234707f561d124c9b2c22ff1fc13b94399.zip |
add hifn, ubsec, and autri (warning, autri's sound defaults are a bit
on the loud side...)
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 9299f782411..aff5f65ca92 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.44 2002/01/25 16:34:20 jason Exp $ +# $OpenBSD: GENERIC,v 1.45 2002/01/28 19:45:15 jason Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -40,6 +40,15 @@ scsibus* at siop? vgafb* at pci? dev ? function ? wsdisplay* at vgafb? +# PCI crypto +hifn* at pci? dev ? function ? +ubsec* at pci? dev ? function ? + +# PCI sound +autri* at pci? dev ? function ? # Trident 4D WAVE +midi* at autri? +audio* at autri? + # USB bridges ohci* at pci? dev ? function ? usb* at ohci? flags 0x1 |