diff options
author | 2004-04-26 19:42:53 +0000 | |
---|---|---|
committer | 2004-04-26 19:42:53 +0000 | |
commit | afec5f37e8804754ddefa5cb895d0c30c34e5e7c (patch) | |
tree | 566060bd1e7da9562230641f388a6a1bc3dc2323 | |
parent | Use a common source file for all the hash helper functions that (diff) | |
download | wireguard-openbsd-afec5f37e8804754ddefa5cb895d0c30c34e5e7c.tar.xz wireguard-openbsd-afec5f37e8804754ddefa5cb895d0c30c34e5e7c.zip |
sf works now (for reasonable amounts of ram at least). ok deraadt@
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 8f38b85d190..2370dfb375e 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.13 2004/04/20 15:05:18 pvalchev Exp $ +# $OpenBSD: GENERIC,v 1.14 2004/04/26 19:42:53 tedu Exp $ # # GENERIC -- everything that's currently supported # @@ -328,7 +328,7 @@ xl* at pci? dev ? function ? # 3C9xx ethernet #tl* at pci? dev ? function ? # Compaq Thunderlan ethernet vr* at pci? dev ? function ? # VIA Rhine ethernet #wb* at pci? dev ? function ? # Winbond W89C840F ethernet -#sf* at pci? dev ? function ? # Adaptec AIC-6915 ethernet +sf* at pci? dev ? function ? # Adaptec AIC-6915 ethernet sis* at pci? dev ? function ? # SiS 900/7016 ethernet #ste* at pci? dev ? function ? # Sundance ST201 ethernet dc* at pci? dev ? function ? # 21143, "tulip" clone ethernet |