diff options
author | 2004-12-06 20:32:29 +0000 | |
---|---|---|
committer | 2004-12-06 20:32:29 +0000 | |
commit | fedd5b25bffa1ef950d70ed7d2d5c24c1427fcf9 (patch) | |
tree | 99208ab3de051aecfb6e730a243ea35cf4bb9435 | |
parent | add mbuf linearization code when the number of fragments exceeds what is (diff) | |
download | wireguard-openbsd-fedd5b25bffa1ef950d70ed7d2d5c24c1427fcf9.tar.xz wireguard-openbsd-fedd5b25bffa1ef950d70ed7d2d5c24c1427fcf9.zip |
emu(4) works; tybollt@solace.mh.se
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 86e445169c7..a1beffb01cc 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.37 2004/12/02 01:56:44 pvalchev Exp $ +# $OpenBSD: GENERIC,v 1.38 2004/12/06 20:32:29 deraadt Exp $ # # GENERIC -- everything that's currently supported # @@ -340,7 +340,7 @@ auvia* at pci? # VIA VT82C686A #maestro* at pci? # ESS Maestro PCI #esa* at pci? # ESS Maestro3 PCI #yds* at pci? flags 0x0000 # Yamaha YMF Audio -#emu* at pci? # SB Live! +emu* at pci? # SB Live! # OPL[23] FM synthesizers #opl* at eso? @@ -370,7 +370,7 @@ audio* at uaudio? #audio* at maestro? #audio* at esa? #audio* at yds? -#audio* at emu? +audio* at emu? #bktr0 at pci? dev ? function ? |