diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-01-02 23:14:28 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-01-02 23:14:28 +0000 |
commit | 294dd11c62f05b9f4615d5574fa1e9b0cd270f47 (patch) | |
tree | 33546b348c38312194a2339709df490480b7e5ca /sys/arch/amd64/conf/GENERIC | |
parent | bacf50ef175bf87473da2acd3cbd68ffd9a5c834 (diff) |
Prism54 (only full-mac varients) -> Prism54 Full-MAC
Diffstat (limited to 'sys/arch/amd64/conf/GENERIC')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 54274b1e80a..0621843fcf0 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.508 2021/12/26 13:55:36 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.509 2022/01/02 23:14:26 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -578,8 +578,8 @@ ral* at cardbus? # Ralink RT2500/RT2501/RT2600 rtw* at pci? # Realtek 8180 rtw* at cardbus? # Realtek 8180 rtwn* at pci? # Realtek 8188CE/8192CE -pgt* at pci? # Prism54 (only full-mac varients) -pgt* at cardbus? # Prism54 (only full-mac varients) +pgt* at pci? # Prism54 Full-MAC +pgt* at cardbus? # Prism54 Full-MAC malo* at pci? # Marvell Libertas malo* at cardbus? # Marvell Libertas malo* at pcmcia? # Marvell 88W8385 |