Re: [PATCH] add support for more Nuvoton chips to lm(4)

2019-12-16 Thread Joe Gidi
nt patches. If you have any suggestions for improvements here, please let me know. Thanks again for your help; I hope this patch is able to go in. Joe > Hello, > > On Fri, Dec 13, 2019 at 06:32:36PM -0500, Joe Gidi wrote: >> Hi all, >> >> I recently built a new system

[PATCH] add support for more Nuvoton chips to lm(4)

2019-12-13 Thread Joe Gidi
he other chips. Could anyone please review this and help me get it into commit-ready shape? Thanks, Joe -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross SeyfriedIndex: share/man/man4/lm.4 === RCS file: /c

[PATCH] run security(8) on first boot

2017-07-29 Thread Joe Gidi
I did a couple of fresh installs the other day, which reminded me of a minor irritation and prompted me to think about a possible solution. The first run of security(8) on a fresh install is not terribly helpful. It produces a huge email report since it diffs all the /etc/changelist files against

Re: patch: fix inteldrm for Intel P4000 graphics

2017-07-06 Thread Joe Gidi
>> Date: Tue, 4 Jul 2017 17:24:27 -0400 >> From: "Joe Gidi" >> >> I have a machine with a Xeon E3-1225v2 CPU, which includes integrated >> Intel P4000 graphics. This required a patch back in 2015 to avoid >> matching >> on the mythical "Int

patch: fix inteldrm for Intel P4000 graphics

2017-07-04 Thread Joe Gidi
mp;w=2 The recent update to inteldrm broke X on this system, because this patch got lost. The patch below has been tested and restores inteldrm functionality with P4000 graphics. Thanks, -- Joe Gidi j...@entropicblur.com Index: i915_drv.c ==

Re: Radeon HD 4350 variant diff

2011-05-30 Thread Joe Gidi
On Thu, May 26, 2011 8:55 pm, Joe Gidi wrote: > Last week I picked up another Radeon HD 4350 card, expecting it to "just > work" like another 4350 I own. For whatever reason, the new card (same > manufacturer, same part number) has a different PCI ID and didn't work >

Radeon HD 4350 variant diff

2011-05-26 Thread Joe Gidi
10|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, {PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD4650, -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried

Re: Add Xbox 360 Controller USB support

2010-11-08 Thread Joe Gidi
Sorry, mail client messed up the inlining a bit. Let me try again... -- Joe Gidi j...@entropicblur.com patch for /usr/src/sys/dev/usb/usb.h --- usb.h.orig Mon Nov 8 01:58:09 2010 +++ usb.h Mon Nov 8 00:42:01 2010 @@ -486,7 +486,8 @@ #define UIPROTO_IRDA 0 #define

Add Xbox 360 Controller USB support

2010-11-08 Thread Joe Gidi
:Y=-2390 Generic_Desktop:Game_Pad.Generic_Desktop:Rx=-432 Generic_Desktop:Game_Pad.Generic_Desktop:Ry=1363 Any devs interested in reviewing and hopefully committing this? -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried --- uhidev.c.orig Mon Nov 8 01:57:09 2010 +++ uhidev.cMon No