diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2007-06-22 10:55:29 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2007-06-22 10:55:29 +0000 |
commit | 30ed18c263cb54e972c8e1f8f07c4efa5333aa79 (patch) | |
tree | 95ab9f1a00b6a7b7a22632f1c87b33e45d5759d2 /sys/arch/alpha/conf/GENERIC | |
parent | e7da94cecfb4d581fe4e671ed817a7443eb19605 (diff) |
PCI malo(4) works
from Janjaap van Velthooven
Diffstat (limited to 'sys/arch/alpha/conf/GENERIC')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index bd6f66a428e..869f610cd8c 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.193 2007/05/31 23:18:25 uwe Exp $ +# $OpenBSD: GENERIC,v 1.194 2007/06/22 10:55:28 martin Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -257,6 +257,7 @@ pgt* at pci? # Prism54 (only full-mac varients) ral* at pci? # Ralink RT2500/RT2501/RT2600 #rtw* at pci? # Realtek 8180 wi* at pci? # WaveLAN IEEE 802.11DS +malo* at pci? # Marvell Libertas vga* at pci? # PCI VGA graphics tga* at pci? # DEC ZLXp-E[123] graphics |