diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2005-05-27 06:36:24 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2005-05-27 06:36:24 +0000 |
commit | edd1433996c3f9d42fc69de296f4cdcba515b6e3 (patch) | |
tree | 8f6690ae5dfa60d9868eef92be933683cba4692d | |
parent | 571b253e4c2e74c9cd6bb7b0288b06e9d67358c4 (diff) |
remove support for sf and ste. vtophys is NOT a working solution.
Do not re-enable these drivers until they are bus-dma'ified.
-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 5858c52ca53..c213f546627 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.69 2005/05/26 23:18:27 drahn Exp $ +# $OpenBSD: GENERIC,v 1.70 2005/05/27 06:36:23 jason Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -265,9 +265,9 @@ epic* at pci? # SMC EPIC/100 ethernet #tl* at pci? # Compaq Thunderlan ethernet vr* at pci? # VIA Rhine ethernet #wb* at pci? # Winbond W89C840F ethernet -sf* at pci? # Adaptec AIC-6915 ethernet +#sf* at pci? # Adaptec AIC-6915 ethernet BORKED sis* at pci? # SiS 900/7016 ethernet -ste* at pci? # Sundance ST201 ethernet +#ste* at pci? # Sundance ST201 ethernet BORKED dc* at pci? # 21143, "tulip" clone ethernet #dc* at cardbus? # 21143, "tulip" clone ethernet ti* at pci? # Alteon Tigon 1Gb ethernet |