diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-11-26 15:09:48 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-11-26 15:09:48 +0000 |
commit | 8139e0db12fc02701dfee6c14fa656a8a9191af9 (patch) | |
tree | 034d81f040e43c312e7eeff03e597c18a567b386 /sys | |
parent | a1a8603ea08d1e236051f73a7d9ffdcf4e18e989 (diff) |
Enable malo(4) for amd64. Tested with a Netgear WG311v3 PCI. Further
testing needed.
ok deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 1932883a7d9..8f7ea04d472 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.165 2006/11/25 20:44:30 dlg Exp $ +# $OpenBSD: GENERIC,v 1.166 2006/11/26 15:09:47 mglocker Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -389,6 +389,8 @@ rtw* at pci? # Realtek 8180 rtw* at cardbus? # Realtek 8180 pgt* at pci? # Prism54 (only full-mac varients) pgt* at cardbus? # Prism54 (only full-mac varients) +malo* at pci? # Marvell Libertas Open +malo* at cardbus? # Marvell Libertas Open # Media Independent Interface (mii) drivers exphy* at mii? # 3Com internal PHYs |