Re: CVS commit: src/sys/dev/ic

2014-04-10 Thread Brian Buhrow
:54 + }From: Brian Buhrow buh...@netbsd.org } }Modified Files: }src/sys/dev/ic: mpt_netbsd.c mpt_netbsd.h } }Log Message: }Checking in changes to improve error handling. Specifically: } } There are a lot of KNF issues in this change, making it hard to read

Re: CVS commit: src/sys/dev/ic

2014-04-11 Thread Brian Buhrow
Hello. Thanks for the detailed response. I've already gone through and, I believe, fixed the indentation issues with the code. Those fixes are checked in as V1.21 of the mpt_netbsd.c file. I'll next go through and make your suggested changes for comments and long lines. -thanks -Brian

CVS commit: src/sys/dev/pci

2023-10-24 Thread Brian Buhrow
Module Name:src Committed By: buhrow Date: Wed Oct 25 00:21:49 UTC 2023 Modified Files: src/sys/dev/pci: mpii.c Log Message: Fixes for PR kern/57133: I can now explain why this assert is firing and have a fix for it. It is a regression introduced in R1.22 of mpii.c.

CVS commit: src/sys/dev/pci

2023-10-24 Thread Brian Buhrow
Module Name:src Committed By: buhrow Date: Wed Oct 25 00:21:49 UTC 2023 Modified Files: src/sys/dev/pci: mpii.c Log Message: Fixes for PR kern/57133: I can now explain why this assert is firing and have a fix for it. It is a regression introduced in R1.22 of mpii.c.

CVS commit: src/sys/dev/pci

2022-05-18 Thread Brian Buhrow
Module Name:src Committed By: buhrow Date: Thu May 19 04:43:43 UTC 2022 Modified Files: src/sys/dev/pci: if_bge.c Log Message: For chips which contain an ASF/IPMI firmware, instruct the chip to shut the host ASF firmware down when attaching the device so the IPMI BMC can

CVS commit: src/sys/dev/pci

2022-05-18 Thread Brian Buhrow
Module Name:src Committed By: buhrow Date: Thu May 19 04:43:43 UTC 2022 Modified Files: src/sys/dev/pci: if_bge.c Log Message: For chips which contain an ASF/IPMI firmware, instruct the chip to shut the host ASF firmware down when attaching the device so the IPMI BMC can

CVS commit: src/sys/kern

2023-02-13 Thread Brian Buhrow
Module Name:src Committed By: buhrow Date: Mon Feb 13 19:07:14 UTC 2023 Modified Files: src/sys/kern: subr_devsw.c Log Message: When a device driver calls devsw_attach() it has the option of attaching a block device structure and a character device structure, or,

CVS commit: src/sys/kern

2023-02-13 Thread Brian Buhrow
Module Name:src Committed By: buhrow Date: Mon Feb 13 19:07:14 UTC 2023 Modified Files: src/sys/kern: subr_devsw.c Log Message: When a device driver calls devsw_attach() it has the option of attaching a block device structure and a character device structure, or,