CVS commit: src/sys/dev/ic

2021-08-10 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Aug 10 15:28:44 UTC 2021 Modified Files: src/sys/dev/ic: bcmgenet.c Log Message: Clear IFF_OACTIVE in genet_txintr (bug introduced in r1.8) and don't sync DMA maps with size 0. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/ic

2021-08-06 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Fri Aug 6 18:15:48 UTC 2021 Modified Files: src/sys/dev/ic: ssdfb.c Log Message: conditionally put back the include of This is a kludge to fix the build on some ports. According to pmap(9), including should be sufficient to use

CVS commit: src/sys/dev/ic

2021-08-05 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Aug 5 19:07:09 UTC 2021 Modified Files: src/sys/dev/ic: ssdfb.c ssdfbvar.h Log Message: ssdfb: support the SSD1353 controller and the DEP 160128A(1)-RGB display DEP 160128A is a 160x128 18-bit RGB OLED display module

CVS commit: src/sys/dev/ic

2021-08-04 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Aug 5 00:16:36 UTC 2021 Modified Files: src/sys/dev/ic: ssdfb.c ssdfbvar.h Log Message: ssdfb: prepare for supporting rgb color displays To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/ic/ssdfb.c cvs

CVS commit: src/sys/dev/ic

2021-08-04 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Aug 5 00:02:51 UTC 2021 Modified Files: src/sys/dev/ic: ssdfb.c Log Message: ssdfb: make it work on big-endian To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/ic/ssdfb.c Please note that diffs are

CVS commit: src/sys/dev/ic

2021-08-02 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Mon Aug 2 14:00:48 UTC 2021 Modified Files: src/sys/dev/ic: ssdfb.c ssdfbvar.h Log Message: ssdfb: define SSD1353 command set also adjust some SSD1322 command names To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/dev/ic

2021-07-31 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Jul 31 10:04:13 UTC 2021 Modified Files: src/sys/dev/ic: com.c Log Message: only read cpr register if we're going to use the value To generate a diff of this commit: cvs rdiff -u -r1.364 -r1.365 src/sys/dev/ic/com.c Please

CVS commit: src/sys/dev/ic

2021-07-01 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Jul 1 20:39:15 UTC 2021 Modified Files: src/sys/dev/ic: ax88190.c dl10019.c dp8390.c Log Message: Make sure the media / mii members in struct ethercom are initialized so that the media-related ioctls work. Problem reported

CVS commit: src/sys/dev/ic

2021-06-30 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jun 30 20:00:18 UTC 2021 Modified Files: src/sys/dev/ic: ax88190.c dl10019.c dp8390.c dp8390var.h Log Message: Fix a couple of problems with MII-equipped NE2000 derivatives reported by Björn Johannesson on current-users@: -

CVS commit: src/sys/dev/ic

2021-06-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jun 12 12:15:54 UTC 2021 Modified Files: src/sys/dev/ic: ath.c Log Message: ath(4): Use config_deactivate; don't abuse autoconf private dv_flags. To generate a diff of this commit: cvs rdiff -u -r1.134 -r1.135

CVS commit: src/sys/dev/ic

2021-06-10 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Fri Jun 11 05:00:42 UTC 2021 Modified Files: src/sys/dev/ic: an.c Log Message: Add a missing htole16() around the length passed to bpf_mtap2(). Allows `tcpdump` to work on BE machines without panicing the kernel. To generate a

CVS commit: src/sys/dev/ic

2021-06-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jun 2 21:35:17 UTC 2021 Modified Files: src/sys/dev/ic: tpm.c Log Message: tpm(4): Preserve error if any on ending commands. This way we don't spuriously suppress an error, such as TPM_DEACTIVATED, in a loop where we

CVS commit: src/sys/dev/ic

2021-05-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 29 10:48:23 UTC 2021 Modified Files: src/sys/dev/ic: nvme.c Log Message: nvme(4): Move disestablishment of admin q interrupt to nvme_detach. Nothing re-established this after suspend/resume, so attempting

CVS commit: src/sys/dev/ic

2021-05-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 29 08:45:29 UTC 2021 Modified Files: src/sys/dev/ic: tpm.c tpmreg.h Log Message: tpm(4): Handle TPM 2.0 random source too, and loop on short reads. Tested on ThinkPad T480. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/ic

2021-05-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 22 01:24:27 UTC 2021 Modified Files: src/sys/dev/ic: tpm.c Log Message: Remove extra newline from boot messages (isa and acpi front-ends already provide the newline). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/ic

2021-05-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 13 05:56:39 UTC 2021 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Cast to uint32_t to avoid undefined behavior in dwc_gmac_write_hwaddr(). Found by kUBSan. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/ic

2021-04-12 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Apr 13 04:13:52 UTC 2021 Modified Files: src/sys/dev/ic: bwfm.c Log Message: remove extra line that clearly isn't meant to be there and may trigger uninitialised reads of variables. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/ic

2021-03-24 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Mar 25 05:34:49 UTC 2021 Modified Files: src/sys/dev/ic: com.c comvar.h Log Message: Introduce COM_HW_BROKEN_ETXRDY bit in sc_hwflags; push TX queue if possible in comintr() even if IIR_NOPEND is asserted. Combined with

CVS commit: src/sys/dev/ic

2021-03-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 14 08:13:58 UTC 2021 Modified Files: src/sys/dev/ic: sti.c Log Message: No need to have an MD #ifdef in an MI file, so remove it. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/ic/sti.c Please

CVS commit: src/sys/dev/ic

2021-03-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 10 18:26:16 UTC 2021 Modified Files: src/sys/dev/ic: gem.c Log Message: remove extra arguments To generate a diff of this commit: cvs rdiff -u -r1.133 -r1.134 src/sys/dev/ic/gem.c Please note that diffs are not

CVS commit: src/sys/dev/ic

2021-03-08 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 8 13:14:44 UTC 2021 Modified Files: src/sys/dev/ic: bcmgenet.c bcmgenetreg.h bcmgenetvar.h Log Message: Compute CRC for all segments of a multi-buffer packet. Add interrupt mitigation for transmit and receive. Use

CVS commit: src/sys/dev/ic

2021-03-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 7 14:31:20 UTC 2021 Modified Files: src/sys/dev/ic: sti.c Log Message: Remove an '#ifndef hp300' and make STI_{EN,DIS}ABLE_ROM simply check the sc_{en,disable}_rom methdos provide by the bus attachment glue. To generate

CVS commit: src/sys/dev/ic

2021-03-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 7 10:02:34 UTC 2021 Modified Files: src/sys/dev/ic: sti.c Log Message: Use bus_space_mmap in sti_mmap. This makes X on sti for my B160L nearly work (the colour map is somewhat wrong), but at least the machine doesn't

CVS commit: src/sys/dev/ic

2021-03-05 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Mar 6 05:37:18 UTC 2021 Modified Files: src/sys/dev/ic: mb89352.c Log Message: Fix a possible race condition in spc_msgin() in NO_MANUAL_XFER case. To avoid the race, check SSTS and INTS after XFR command as

CVS commit: src/sys/dev/ic

2021-03-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Mar 4 20:30:39 UTC 2021 Modified Files: src/sys/dev/ic: sti.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/dev/ic/sti.c Please note that diffs are not public

CVS commit: src/sys/dev/ic

2021-03-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Mar 4 07:29:40 UTC 2021 Modified Files: src/sys/dev/ic: ahcisata_core.c Log Message: Use BUS_ADDR_{LO,HI}32. NFC. To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/sys/dev/ic/ahcisata_core.c Please note

CVS commit: src/sys/dev/ic

2021-03-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Mar 4 07:24:38 UTC 2021 Modified Files: src/sys/dev/ic: ahcisata_core.c Log Message: Use __BIT(). NFC. To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/sys/dev/ic/ahcisata_core.c Please note that diffs

CVS commit: src/sys/dev/ic

2021-01-29 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sat Jan 30 07:53:01 UTC 2021 Modified Files: src/sys/dev/ic: gem.c gemvar.h Log Message: Improve handling of receive overflows. When we get an overflow, don't reset the chip if we are still receiving packets. Real overflows can

CVS commit: src/sys/dev/ic

2021-01-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 11 16:48:35 UTC 2021 Modified Files: src/sys/dev/ic: ahcisata_core.c siisata.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/sys/dev/ic/ahcisata_core.c cvs rdiff -u -r1.45 -r1.46

CVS commit: src/sys/dev/ic

2021-01-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 11 16:48:03 UTC 2021 Modified Files: src/sys/dev/ic: siisata.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/dev/ic/siisata.c Please note that diffs are not

CVS commit: src/sys/dev/ic

2021-01-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jan 4 18:27:00 UTC 2021 Modified Files: src/sys/dev/ic: tpm.c tpmreg.h tpmvar.h Log Message: dev/ic/tpm: Take advantage of entropy source if available. If the tpm is deactivated, though, detach the entropy source so we

CVS commit: src/sys/dev/ic

2021-01-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jan 4 18:26:08 UTC 2021 Modified Files: src/sys/dev/ic: tpm.c Log Message: dev/ic/tpm: Add missing line break in attach output. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/ic/tpm.c Please

CVS commit: src/sys/dev/ic

2021-01-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jan 4 18:22:19 UTC 2021 Modified Files: src/sys/dev/ic: tpm.c tpmreg.h tpmvar.h Log Message: dev/ic/tpm: Tidy up headers. - Add include guards. - Add necessary includes. - Sort includes. - Use _BYTE_ORDER, not

CVS commit: src/sys/dev/ic

2021-01-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 4 15:14:32 UTC 2021 Modified Files: src/sys/dev/ic: wdc.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.305 -r1.306 src/sys/dev/ic/wdc.c Please note that diffs are not public domain; they are

CVS commit: src/sys/dev/ic

2020-12-31 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Dec 31 15:09:12 UTC 2020 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: extend the timeout value. dwc_gmac_reset() sometimes takes more time. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72

CVS commit: src/sys/dev/ic

2020-12-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 29 08:00:48 UTC 2020 Modified Files: src/sys/dev/ic: ahcisata_core.c Log Message: Some more whitespace consistency / KNF To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 src/sys/dev/ic/ahcisata_core.c

CVS commit: src/sys/dev/ic

2020-12-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 29 07:56:22 UTC 2020 Modified Files: src/sys/dev/ic: ahcisata_core.c Log Message: Function declaration formating whitespace consistency. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93

CVS commit: src/sys/dev/ic

2020-12-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 28 11:05:54 UTC 2020 Modified Files: src/sys/dev/ic: ahcisata_core.c Log Message: Make sure to ack IS after PxIS when polling and when using multiple MSI-X messages. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/ic

2020-12-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 27 16:52:01 UTC 2020 Modified Files: src/sys/dev/ic: nvme.c Log Message: Zero DMA memory after load, and add PREREAD sync op after to ensure it is visible To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54

CVS commit: src/sys/dev/ic

2020-12-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 27 15:13:07 UTC 2020 Modified Files: src/sys/dev/ic: ahcisata_core.c Log Message: AHCI 1.3.1 section 5.5.3 "Processing Completed Commands" says that we should clear PxIS before IS.IPS. To generate a diff of this

CVS commit: src/sys/dev/ic

2020-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Dec 26 15:40:29 UTC 2020 Modified Files: src/sys/dev/ic: ahcisata_core.c Log Message: ahci_intr: use ffs in the port bitmask instead of looping over all 32 bits To generate a diff of this commit: cvs rdiff -u -r1.88

CVS commit: src/sys/dev/ic

2020-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Dec 26 10:56:25 UTC 2020 Modified Files: src/sys/dev/ic: ahcisata_core.c Log Message: AHCI 1.3.1 specification says that it is good practice for system software to 'zero-out' the memory allocated and referenced by PxCLB and

CVS commit: src/sys/dev/ic

2020-12-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Dec 26 08:58:03 UTC 2020 Modified Files: src/sys/dev/ic: sti.c Log Message: Ignore WSDISPLAYIO_PUTCMAP in WSDISPLAYIO_MODE_EMUL, i.e. text mode. The hardware palette settings are handled by the STI ROM in STI_TEXTMODE and

CVS commit: src/sys/dev/ic

2020-12-25 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Dec 25 20:41:24 UTC 2020 Modified Files: src/sys/dev/ic: sti.c Log Message: Handle WSSCREEN_REVERSE properly. Based on OpenBSD's sti(4). Also remove WSSCREEN_UNDERLINE from capabilities that is not handled by sti(4) ROM

CVS commit: src/sys/dev/ic

2020-12-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 25 12:33:03 UTC 2020 Modified Files: src/sys/dev/ic: mvsata.c siisata.c Log Message: Use designated initializers for struct ata_bustype To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58

CVS commit: src/sys/dev/ic

2020-12-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 25 08:57:38 UTC 2020 Modified Files: src/sys/dev/ic: ahcisata_core.c ahcisatavar.h Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/sys/dev/ic/ahcisata_core.c cvs rdiff

CVS commit: src/sys/dev/ic

2020-12-23 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Dec 23 08:34:35 UTC 2020 Modified Files: src/sys/dev/ic: sti.c stivar.h Log Message: Pull the latest OpenBSD sti(4) changes for bitmap framebuffer support. - bitmap and colormap ops based on old HP ngle X11 driver:

CVS commit: src/sys/dev/ic

2020-12-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 20 00:14:30 UTC 2020 Modified Files: src/sys/dev/ic: ahcisata_core.c Log Message: Retry clearing WDCTL_RST a few times before giving up. Makes SATA work in Solidrun Honeycomb LX2K. To generate a diff of this commit:

CVS commit: src/sys/dev/ic

2020-12-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Dec 19 19:12:02 UTC 2020 Modified Files: src/sys/dev/ic: ahcisata_core.c Log Message: ahci_exec_fis: wait for the correct amount of time when AT_WAIT is set To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84

CVS commit: src/sys/dev/ic

2020-12-04 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Fri Dec 4 23:03:11 UTC 2020 Modified Files: src/sys/dev/ic: nvme.c Log Message: PR kern/55839: handle multiple nvme_rescan()s correctly by doing the name-space identify only once per nsid. fixes issue where modloading triggers

CVS commit: src/sys/dev/ic

2020-12-03 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Dec 4 00:38:08 UTC 2020 Modified Files: src/sys/dev/ic: ibm561.c Log Message: - malloc(9) -> kmem(9) - In ibm561_set_cmap(), allocating 3K on the stack is not polite; allocate a temporary buffer for the cmap data using

CVS commit: src/sys/dev/ic

2020-11-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 16 00:12:13 UTC 2020 Modified Files: src/sys/dev/ic: ath.c atppc.c Log Message: s/reseting/resetting/ To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 src/sys/dev/ic/ath.c cvs rdiff -u -r1.36 -r1.37

CVS commit: src/sys/dev/ic

2020-11-15 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Nov 15 12:33:53 UTC 2020 Modified Files: src/sys/dev/ic: athn.c Log Message: Don't unlock without having taken the lock. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/ic/athn.c Please note that

CVS commit: src/sys/dev/ic

2020-11-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 10 07:39:12 UTC 2020 Modified Files: src/sys/dev/ic: nvme.c Log Message: One more fix for big-endian machines. Now, ld(4) at nvme(4) works perfectly for aarch64eb! Tested on ROCKPro64 and qemu-system-aarch64. To generate

CVS commit: src/sys/dev/ic

2020-10-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Oct 18 11:51:09 UTC 2020 Modified Files: src/sys/dev/ic: ac97.c Log Message: Fix undefined behaviors found by kUBSan. Tested on VirtualBox with amd64 kernel. To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100

CVS commit: src/sys/dev/ic

2020-10-10 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Oct 10 20:27:55 UTC 2020 Modified Files: src/sys/dev/ic: siisata.c Log Message: In siisata_intr_port(), skip reading the error condition if ata_queue_get_active_xfer() returns NULL. PR kern/55682. Fix suggested by

CVS commit: src/sys/dev/ic

2020-10-08 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Thu Oct 8 21:00:25 UTC 2020 Modified Files: src/sys/dev/ic: dm9000reg.h Log Message: add DM9000A register definitions To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ic/dm9000reg.h Please note that

CVS commit: src/sys/dev/ic

2020-10-08 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Thu Oct 8 11:29:05 UTC 2020 Modified Files: src/sys/dev/ic: dm9000reg.h Log Message: improve register descriptions To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ic/dm9000reg.h Please note that

CVS commit: src/sys/dev/ic

2020-09-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Sep 30 14:56:34 UTC 2020 Modified Files: src/sys/dev/ic: com.c Log Message: Set sc_fifolen=1 for the no fifo case To generate a diff of this commit: cvs rdiff -u -r1.360 -r1.361 src/sys/dev/ic/com.c Please note that

CVS commit: src/sys/dev/ic

2020-09-29 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Sep 30 05:04:55 UTC 2020 Modified Files: src/sys/dev/ic: sl811hs.c Log Message: Add some KNF whitespace. To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104 src/sys/dev/ic/sl811hs.c Please note that diffs are

CVS commit: src/sys/dev/ic

2020-09-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Sep 28 11:33:15 UTC 2020 Modified Files: src/sys/dev/ic: com.c comreg.h Log Message: Auto-detect DW APB UART FIFO length and print the FIFO length when enabled instead of just "working fifo". To generate a diff of this

CVS commit: src/sys/dev/ic

2020-09-27 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Sep 27 16:44:24 UTC 2020 Modified Files: src/sys/dev/ic: nvmereg.h Log Message: add definition of the bit indicating support for APSTA To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/ic/nvmereg.h

CVS commit: src/sys/dev/ic

2020-09-24 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Sep 24 09:59:11 UTC 2020 Modified Files: src/sys/dev/ic: nvme.c Log Message: no need to swap pt.cmd.cdwXX at nvme_set_number_of_queues(). cmd.cdwXX will be swapped in nvme_pt_fill(). To generate a diff of this commit: cvs

CVS commit: src/sys/dev/ic

2020-09-22 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Tue Sep 22 11:53:10 UTC 2020 Modified Files: src/sys/dev/ic: ld_nvme.c nvme.c Log Message: PR kern/55674: move name space availability check from ld_nvme.c:ld_nvme_attach() to nvme.c:nvme_rescan(). this

CVS commit: src/sys/dev/ic

2020-09-21 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 21 06:57:00 UTC 2020 Modified Files: src/sys/dev/ic: rtl8169.c rtl81x9reg.h rtl81x9var.h Log Message: - Print chip revision. From OpenBSD. - Rename RTK_HWREV_8168_SPIN[123] to RTK_HWREV_8168'B'_SPIN[123]. Same as other

CVS commit: src/sys/dev/ic

2020-09-15 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Sep 15 17:21:39 UTC 2020 Modified Files: src/sys/dev/ic: mpt_netbsd.c Log Message: max_devices is a 8bit value and zero is interpreted as 256. This value can be reported by an mpt device emulated by VMware ESXi. To

CVS commit: src/sys/dev/ic

2020-09-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 10:45:23 UTC 2020 Modified Files: src/sys/dev/ic: arn5008.c Log Message: in ar5008_set_viterbi_mask() be sure to initialise m[0]. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/ic/arn5008.c

CVS commit: src/sys/dev/ic

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 00:32:28 UTC 2020 Modified Files: src/sys/dev/ic: nslm7x.c Log Message: don't call printf %s with a NULL. To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/dev/ic/nslm7x.c Please note that diffs are

CVS commit: src/sys/dev/ic

2020-08-14 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Fri Aug 14 09:28:29 UTC 2020 Modified Files: src/sys/dev/ic: ld_icp.c Log Message: fix a bit that I missed in the device_t/softc split 8 years ago. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/sys/dev/ic

2020-08-14 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Fri Aug 14 09:26:40 UTC 2020 Modified Files: src/sys/dev/ic: icp.c Log Message: restore the initialization of icp->icp_ccbs that I removed by mistake. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/sys/dev/ic

2020-07-28 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Jul 28 15:59:19 UTC 2020 Modified Files: src/sys/dev/ic: nvme.c Log Message: say what is not configured in nvme_print() To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/dev/ic/nvme.c Please note that

CVS commit: src/sys/dev/ic

2020-07-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jul 22 17:23:52 UTC 2020 Modified Files: src/sys/dev/ic: bwfm.c bwfmvar.h Log Message: bwfm: Switch from pcq to pool_cache. pcq_get is required to be serialized, but it's far from clear that it is serialized here. To

CVS commit: src/sys/dev/ic

2020-07-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jul 22 17:21:26 UTC 2020 Modified Files: src/sys/dev/ic: bwfm.c bwfmreg.h bwfmvar.h Log Message: Add include guards and appropriate includes to bwfmreg.h, bwfmvar.h. No functional change intended. To generate a diff of

CVS commit: src/sys/dev/ic

2020-07-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jul 22 17:18:49 UTC 2020 Modified Files: src/sys/dev/ic: bwfm.c Log Message: Sort #includes. Nix trailing whitespace. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/sys/dev/ic

2020-07-16 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Thu Jul 16 14:41:04 UTC 2020 Modified Files: src/sys/dev/ic: cissreg.h Log Message: make sure the alignment of ciss_cmd matches KASSERT() in ciss_cmd() To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/dev/ic

2020-07-16 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Thu Jul 16 14:39:33 UTC 2020 Modified Files: src/sys/dev/ic: ciss.c cissreg.h Log Message: revert the conversion to STAILQ, it broke execution of commands To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50

CVS commit: src/sys/dev/ic

2020-07-15 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Wed Jul 15 14:33:59 UTC 2020 Modified Files: src/sys/dev/ic: cissvar.h Log Message: g/c unused sc_channel_raw, sc_adapter_raw To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/ic/cissvar.h Please note

CVS commit: src/sys/dev/ic

2020-07-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 15 01:42:27 UTC 2020 Modified Files: src/sys/dev/ic: gem.c Log Message: G.C. comment. To generate a diff of this commit: cvs rdiff -u -r1.130 -r1.131 src/sys/dev/ic/gem.c Please note that diffs are not public domain;

CVS commit: src/sys/dev/ic

2020-07-14 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Jul 14 11:44:53 UTC 2020 Modified Files: src/sys/dev/ic: ciss.c cissreg.h Log Message: remove ccb_sc to save memory, no need to store pointer to sc in ccb To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48

CVS commit: src/sys/dev/ic

2020-07-14 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Jul 14 11:39:02 UTC 2020 Modified Files: src/sys/dev/ic: ciss.c cissreg.h Log Message: use STAILQ for ccb lists to save some memory, doubly-linked list is not needed To generate a diff of this commit: cvs rdiff -u -r1.46

CVS commit: src/sys/dev/ic

2020-07-14 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Jul 14 10:44:34 UTC 2020 Modified Files: src/sys/dev/ic: ciss.c Log Message: only copy the actual command length in ciss_scsi_cmd(), instead of always copying CISS_MAX_CDB bytes Fixes reading past buffer memory triggered

CVS commit: src/sys/dev/ic

2020-07-14 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Jul 14 10:38:07 UTC 2020 Modified Files: src/sys/dev/ic: ciss.c Log Message: g/c #if 0'ed ciss_scsi_raw_cmd() To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/dev/ic/ciss.c Please note that diffs are

CVS commit: src/sys/dev/ic

2020-07-12 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 13 05:38:52 UTC 2020 Modified Files: src/sys/dev/ic: bwfm.c Log Message: move some of the patching of callbacks and other data after ieee80211_ifattach() but before if_deferred_start_init(). may fix panic i saw in after

CVS commit: src/sys/dev/ic

2020-07-10 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Jul 10 14:23:56 UTC 2020 Modified Files: src/sys/dev/ic: ciss.c Log Message: remove write-only sc_ccbq, and unused sc_ccbdone To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/dev/ic/ciss.c Please

CVS commit: src/sys/dev/ic

2020-07-10 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Jul 10 14:24:14 UTC 2020 Modified Files: src/sys/dev/ic: cissvar.h Log Message: remove write-only sc_ccbq, and unused sc_ccbdone To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/ic/cissvar.h Please

CVS commit: src/sys/dev/ic

2020-06-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jun 27 13:34:20 UTC 2020 Modified Files: src/sys/dev/ic: bcmgenet.c dm9000.c dwc_gmac.c Log Message: prop_data_data_nocopy -> prop_data_value To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/dev/ic

2020-06-27 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sat Jun 27 09:28:15 UTC 2020 Modified Files: src/sys/dev/ic: aic79xx.c aic7xxx.c Log Message: small constify To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/dev/ic/aic79xx.c cvs rdiff -u -r1.140 -r1.141

CVS commit: src/sys/dev/ic

2020-06-27 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sat Jun 27 09:03:15 UTC 2020 Modified Files: src/sys/dev/ic: aic79xx.c aic7xxx.c Log Message: mark ahc_loadseq()/ahd_loadseq() as __noinline to avoid 'stack usage might get unbounded' - seems the variable-length array using

CVS commit: src/sys/dev/ic

2020-06-24 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Wed Jun 24 20:17:55 UTC 2020 Modified Files: src/sys/dev/ic: ibm561.c Log Message: actually stop using the stack variable To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/ic/ibm561.c Please note that

CVS commit: src/sys/dev/ic

2020-06-24 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Wed Jun 24 19:55:25 UTC 2020 Modified Files: src/sys/dev/ic: ibm561.c Log Message: avoid allocating almost 5k struct ibm561data on stack in ibm561_cninit(); it's too early for kmem_alloc(), so use static variable in BSS To

CVS commit: src/sys/dev/ic

2020-06-03 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Jun 3 18:25:26 UTC 2020 Modified Files: src/sys/dev/ic: wdc.c Log Message: Don't print an error message on spurious interrupt. Way too noisy for Xen. To generate a diff of this commit: cvs rdiff -u -r1.302 -r1.303

CVS commit: src/sys/dev/ic

2020-05-30 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sat May 30 14:03:08 UTC 2020 Modified Files: src/sys/dev/ic: bwfm.c Log Message: reduce stack usage in bwfm_rx_event_cb(), can use KM_SLEEP because this is called from workqueue handler (i.e. thread context) To generate a

CVS commit: src/sys/dev/ic

2020-05-30 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sat May 30 13:23:14 UTC 2020 Modified Files: src/sys/dev/ic: wdc.c Log Message: fix wdcprobe_with_reset() to avoid allocating big structures on stack To generate a diff of this commit: cvs rdiff -u -r1.301 -r1.302

CVS commit: src/sys/dev/ic

2020-05-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri May 29 09:05:20 UTC 2020 Modified Files: src/sys/dev/ic: dm9000var.h Log Message: Make this compile again. Not tested. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/ic/dm9000var.h Please note that

CVS commit: src/sys/dev/ic

2020-05-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 26 13:24:53 UTC 2020 Modified Files: src/sys/dev/ic: com.c Log Message: Make the readahead-while-sending-output code conditional in com_common_putc(), only erquest readahead before interrupts are enabled and when called

CVS commit: src/sys/dev/ic

2020-05-21 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Thu May 21 09:24:17 UTC 2020 Modified Files: src/sys/dev/ic: wdc.c Log Message: in wdctimeout(), do not schedule another timeout handler, as that only creates race with eventual xfer resubmission - the c_intr() method does all

CVS commit: src/sys/dev/ic

2020-05-19 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue May 19 08:21:30 UTC 2020 Modified Files: src/sys/dev/ic: wdc.c Log Message: in wdctimeout() ignore timeout if not actually waiting for IRQ, to avoid processing xfer which is not quite setup in wdcintr() actually write the

CVS commit: src/sys/dev/ic

2020-05-17 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun May 17 21:50:47 UTC 2020 Modified Files: src/sys/dev/ic: dwc_gmac.c dwc_gmac_reg.h Log Message: Mask all the MMC counter interrupts if the MMC module is present. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70

CVS commit: src/sys/dev/ic

2020-05-16 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sat May 16 23:06:40 UTC 2020 Modified Files: src/sys/dev/ic: hpet.c Log Message: Store initial TSC/HPET readings for hpet0 only. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/ic/hpet.c Please note that

CVS commit: src/sys/dev/ic

2020-05-11 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Mon May 11 14:55:20 UTC 2020 Modified Files: src/sys/dev/ic: w83l518d.c w83l518d_sdmmc.c w83l518dvar.h Log Message: Make the driver endian-independent. Add a quirk so that the bus front end can specify 1-bit only mode. Remove unused

  1   2   3   4   5   6   7   8   9   10   >