diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-09-19 22:11:20 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-09-19 22:11:20 +0000 |
commit | 7663a18dc553e1f74bbcfcf4b819f4d98597f3e5 (patch) | |
tree | 5210a2057a74a5c66222a4e7a6df39a6b96c55e4 /sys/arch/amd64/conf | |
parent | 7a58833b9fd00e81a35f678f650641ecad57a708 (diff) |
Enable pgt(4) on amd64. Missing entry spotted by brad@.
ok deraadt@
Diffstat (limited to 'sys/arch/amd64/conf')
-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 |