diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-10-06 22:34:47 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-10-06 22:34:47 +0000 |
commit | 58d2de603b1f9ce4c8b201ac443f9a1eaf669132 (patch) | |
tree | 1effa9f4a966911041f14e755624a2e3fa28f28f | |
parent | 6a6b203ee385e40238b7b48250d88ed439deee69 (diff) |
Enable pgt cardbus.
requested by brad@
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index fca3b0eb877..e6407250cb6 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.158 2006/09/27 18:43:11 grange Exp $ +# $OpenBSD: GENERIC,v 1.159 2006/10/06 22:34:46 mglocker Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -384,6 +384,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 |