diff options
author | 2006-09-16 13:09:16 +0000 | |
---|---|---|
committer | 2006-09-16 13:09:16 +0000 | |
commit | 88b97f5c1d580c42c25bd9f0043c4ed940b4764a (patch) | |
tree | 5d41cbedc813c639efa97359ad144bdd04124f3f | |
parent | Get subvendor from the PROM instead of the PCI configuration space, since the (diff) | |
download | wireguard-openbsd-88b97f5c1d580c42c25bd9f0043c4ed940b4764a.tar.xz wireguard-openbsd-88b97f5c1d580c42c25bd9f0043c4ed940b4764a.zip |
enable pgt, even if still a wee bit buggy
-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 |