On Mon, Oct 25, 2021 at 04:37:16PM +0200, Janne Johansson wrote: > (Reported by Elyes Haouas on irc) > > gmail probably will mangle the diff, but the replacement is quite simple. >
ok. jmc > > Index: amd64/conf/GENERIC > =================================================================== > RCS file: /cvs/src/sys/arch/amd64/conf/GENERIC,v > retrieving revision 1.503 > diff -u -p -u -r1.503 GENERIC > --- amd64/conf/GENERIC 21 Oct 2021 18:36:42 -0000 1.503 > +++ amd64/conf/GENERIC 25 Oct 2021 14:33:55 -0000 > @@ -110,7 +110,7 @@ kate* at pci? # AMD K8 temperature > sen > km* at pci? # AMD K10 temperature sensor > ksmn* at pci? # AMD K17 temperature sensor > amas* at pci? disable # AMD memory configuration > -pchtemp* at pci? # Intel C610 termperature sensor > +pchtemp* at pci? # Intel C610 temperature sensor > ccp* at pci? # AMD Cryptographic Co-processor > > # National Semiconductor LM7[89] and compatible hardware monitors > Index: i386/conf/GENERIC > ================================================================== > RCS file: /cvs/src/sys/arch/i386/conf/GENERIC,v > retrieving revision 1.858 > diff -u -p -u -r1.858 GENERIC > --- i386/conf/GENERIC 21 Oct 2021 18:36:42 -0000 1.858 > +++ i386/conf/GENERIC 25 Oct 2021 14:33:55 -0000 > @@ -94,7 +94,7 @@ iic* at glxpcib? > kate* at pci? # AMD K8 temperature sensor > km* at pci? # AMD K10 temperature sensor > amas* at pci? disable # AMD memory configuration > -pchtemp* at pci? # Intel C610 termperature sensor > +pchtemp* at pci? # Intel C610 temperature sensor > > # power management and other environmental stuff > elansc* at pci? # AMD Elan SC520 System Controller > > > -- > May the most significant bit of your life be positive. >
