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 | |
parent | bacf50ef175bf87473da2acd3cbd68ffd9a5c834 (diff) |
Prism54 (only full-mac varients) -> Prism54 Full-MAC
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 6 |
2 files changed, 6 insertions, 6 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 diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 4c5c5e90600..928f672f642 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.197 2021/12/26 13:55:36 kettenis Exp $ +# $OpenBSD: RAMDISK_CD,v 1.198 2022/01/02 23:14:26 jsg Exp $ machine amd64 maxusers 4 @@ -286,8 +286,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 88W8385 malo* at cardbus? # Marvell Libertas malo* at pcmcia? # Marvell 88W8385 |