diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-10-06 22:17:14 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-10-06 22:17:14 +0000 |
commit | e747f05c38c0676e8031f457d5622c4422a2ba92 (patch) | |
tree | 58979a5c2690c3097a1e4b6b6ef9a9de2834ba31 | |
parent | 18a6fe5382c371ddbf7e5032655d7d99554a3774 (diff) |
Enable pgt cardbus.
ok deraadt@
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 4cf6779b8a1..ac1cd1898e9 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.526 2006/09/27 08:54:44 grange Exp $ +# $OpenBSD: GENERIC,v 1.527 2006/10/06 22:17:13 mglocker Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -530,6 +530,7 @@ ral* at cardbus? # Ralink RT2500/RT2501/RT2600 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) # Media Independent Interface (mii) drivers exphy* at mii? # 3Com internal PHYs |