diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-09-16 13:09:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-09-16 13:09:17 +0000 |
commit | b8c429aa2c4656bb7169f404c03edd73c8116958 (patch) | |
tree | 8c9e7850579f881f3f152db12cd0defd445883d6 /sys/arch | |
parent | e38ad18193011fd138882fefa0958e31dd2e4034 (diff) |
enable pgt, even if still a wee bit buggy
Diffstat (limited to 'sys/arch')
-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 c4c4fbb1f79..a0854428728 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.523 2006/08/29 05:16:27 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.524 2006/09/16 13:09:16 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -526,6 +526,7 @@ ral* at pci? # Ralink RT2500/RT2501/RT2600 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) # Media Independent Interface (mii) drivers exphy* at mii? # 3Com internal PHYs |