diff options
author | 2006-09-19 22:11:19 +0000 | |
---|---|---|
committer | 2006-09-19 22:11:19 +0000 | |
commit | f9f730eb4e440fdae07062eb454742dd66b605fc (patch) | |
tree | db7468942c5ce309ce5b504df59dda60780c16b0 | |
parent | A bit of microoptimisation that doesn't hurt readability: Don't do (diff) | |
download | wireguard-openbsd-f9f730eb4e440fdae07062eb454742dd66b605fc.tar.xz wireguard-openbsd-f9f730eb4e440fdae07062eb454742dd66b605fc.zip |
Enable pgt(4) on amd64. Missing entry spotted by brad@.
ok deraadt@
-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 cceaf9ca4e0..af90636f505 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.155 2006/08/29 20:04:54 jolan Exp $ +# $OpenBSD: GENERIC,v 1.156 2006/09/19 22:11:19 mglocker Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -380,6 +380,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 |