diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2004-04-26 19:42:54 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2004-04-26 19:42:54 +0000 |
commit | bdaeec5fd6caf7fdf94cc78ef1f4bafce1561fe5 (patch) | |
tree | a2bafc94a310a5ebb34303513d0c0c88371988d2 | |
parent | 4e8c04242120ede5e295c7085708ad50c0a31c15 (diff) |
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 |