CVS commit: src/sys/dev/isa

2021-07-02 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Jul 3 04:44:16 UTC 2021 Modified Files: src/sys/dev/isa: itesio_isa.c itesio_isavar.h Log Message: itesio(4): Added IT8625E support. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/sys/dev/hyperv

2021-06-10 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Jun 10 07:48:01 UTC 2021 Modified Files: src/sys/dev/hyperv: hvs.c Log Message: hvs(4): Pass correct pointer of scsibus device to scsi_probe_bus(). To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/arch/x86/pci

2021-06-06 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun Jun 6 11:35:22 UTC 2021 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: Fix build failure on i386. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/x86/pci/amdzentemp.c Please

CVS commit: src/sys/arch/x86/pci

2021-06-06 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun Jun 6 08:45:18 UTC 2021 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: amdzentemp(4): Add support for per CCD temperature sensor from FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/dev/isa

2021-06-04 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Jun 5 01:40:53 UTC 2021 Modified Files: src/sys/dev/isa: itesio_isavar.h Log Message: Add IT8625 chip id. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/isa/itesio_isavar.h Please note that

CVS commit: src/sys/arch/x86/pci

2021-06-04 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Jun 5 01:38:22 UTC 2021 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: amdzentemp(4): Add Zen 3 support. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/x86/pci/amdzentemp.c

CVS commit: src/sys/arch/x86/include

2021-03-17 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Mar 18 01:50:12 UTC 2021 Modified Files: src/sys/arch/x86/include: intrdefs.h Log Message: LIR_HV priority should be lower than softint. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/dev/hyperv

2021-01-28 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri Jan 29 04:38:49 UTC 2021 Modified Files: src/sys/dev/hyperv: if_hvn.c Log Message: hvn(4): Don't wait forever. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/hyperv/if_hvn.c Please note that

CVS commit: src/sys/dev/hyperv

2021-01-28 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri Jan 29 04:38:34 UTC 2021 Modified Files: src/sys/dev/hyperv: vmbus.c Log Message: vmbus(4): Don't wait forever. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/hyperv/vmbus.c Please note that

CVS commit: src/sys/dev/hyperv

2021-01-28 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri Jan 29 04:38:18 UTC 2021 Modified Files: src/sys/dev/hyperv: hvkbd.c Log Message: hvkbd(4): Don't wait forever. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/hyperv/hvkbd.c Please note that diffs

CVS commit: src/sys/dev/hyperv

2020-12-11 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri Dec 11 08:13:08 UTC 2020 Modified Files: src/sys/dev/hyperv: if_hvn.c Log Message: hvn(4): fix unable to ifconfig up/down. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/hyperv/if_hvn.c Please

CVS commit: src/sys/dev

2020-08-17 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Mon Aug 17 08:34:36 UTC 2020 Modified Files: src/sys/dev: ipmi.c Log Message: ipmi(4): Fixed a bug that incorrect condition is notified. When the value obtained from the sensor is below the lower limit of the critical threshold,

CVS commit: src/sys/dev/hyperv

2020-05-26 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue May 26 16:08:55 UTC 2020 Modified Files: src/sys/dev/hyperv: vmbus.c vmbusvar.h Log Message: vmbus(4): Do not call hyperv_dma_alloc() in interrupt context. The channel offer and rescind process is performed on another

CVS commit: src/sys/dev/hyperv

2020-05-26 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue May 26 16:00:06 UTC 2020 Modified Files: src/sys/dev/hyperv: vmbus.c Log Message: vmbus(4): Fixed incorrect use of vmbus_wait() in vmbus_channel_scan(). Found by kUBSan. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/hyperv

2020-05-25 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Mon May 25 10:14:58 UTC 2020 Modified Files: src/sys/dev/hyperv: hvs.c vmbus.c Log Message: Use howmany() macro. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/hyperv/hvs.c cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/dev/hyperv

2020-05-24 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun May 24 10:32:00 UTC 2020 Modified Files: src/sys/dev/hyperv: if_hvn.c Log Message: hvn(4): Prevent from occur panic when acquiring the media status. hvn(4) sleeps during hvn_media_status(), and thus requires an adaptive

CVS commit: src/sys/arch/x86/x86

2020-05-17 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun May 17 11:54:40 UTC 2020 Modified Files: src/sys/arch/x86/x86: hyperv.c Log Message: Fixed a problem that caused a page fault when attaching vmbus(4). Dynamically allocate a page of memory with uvm_km_alloc(kernel_map, ...)

CVS commit: src/sys/arch/i386/stand/efiboot

2020-01-18 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Jan 18 19:25:58 UTC 2020 Modified Files: src/sys/arch/i386/stand/efiboot: devopen.c Log Message: x86 efiboot: Fixed the problem that /EFI/NetBSD/boot.cfg could not be loaded. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/i386/stand/efiboot

2020-01-18 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Jan 18 19:20:23 UTC 2020 Modified Files: src/sys/arch/i386/stand/efiboot: devopen.c Log Message: fix indent. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/i386/stand/efiboot/devopen.c Please

CVS commit: src/sys/dev/ic

2020-01-07 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Wed Jan 8 04:53:38 UTC 2020 Modified Files: src/sys/dev/ic: rndisreg.h Log Message: Added some RNDIS status definitions from FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ic/rndisreg.h

CVS commit: src/sys/dev/hyperv

2019-12-26 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri Dec 27 05:59:53 UTC 2019 Modified Files: src/sys/dev/hyperv: if_hvn.c Log Message: hvn(4): Handle CFI field of VLAN. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/hyperv/if_hvn.c Please note

CVS commit: src/sys/dev/hyperv

2019-12-26 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri Dec 27 05:56:42 UTC 2019 Modified Files: src/sys/dev/hyperv: if_hvn.c Log Message: hvn(4): Use vlan_{get,set,has}_tag(). To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/hyperv/if_hvn.c Please note

CVS commit: src/sys/dev/hyperv

2019-12-10 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Dec 10 12:20:20 UTC 2019 Modified Files: src/sys/dev/hyperv: hyperv_common.c hypervvar.h if_hvn.c vmbus.c vmbusvar.h Log Message: hvn(4) can be added and deleted dynamically. To generate a diff of this commit:

CVS commit: src/sys/dev/hyperv

2019-12-10 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Dec 10 11:19:25 UTC 2019 Modified Files: src/sys/dev/hyperv: if_hvn.c Log Message: hvn(4): Handle VMBUS_CHANPKT_TYPE_INBAND packet type. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys

2019-12-07 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Dec 7 11:45:45 UTC 2019 Modified Files: src/sys/arch/x86/x86: cpu.c hyperv.c hypervvar.h src/sys/dev/hyperv: hyperv_common.c hypervvar.h vmbus.c vmbusvar.h Log Message: Get a Hyper-V virtual processor id in

CVS commit: src/sys/dev/hyperv

2019-12-06 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri Dec 6 12:46:06 UTC 2019 Modified Files: src/sys/dev/hyperv: hyperv_common.c vmbus.c Log Message: Clear the allocated memory in hyperv_dma_alloc(). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/dev/ic

2019-12-06 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri Dec 6 12:41:17 UTC 2019 Modified Files: src/sys/dev/ic: rndisreg.h Log Message: Added RNDIS RSS and TCP offload related definitions. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/ic/rndisreg.h

CVS commit: src/sys/dev/ic

2019-12-06 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri Dec 6 12:39:51 UTC 2019 Modified Files: src/sys/dev/ic: ndisreg.h Log Message: Added NDIS ver.6.20 definition. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/ic/ndisreg.h Please note that diffs

CVS commit: src/sys/arch/i386/stand/efiboot

2019-04-17 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Wed Apr 17 06:50:34 UTC 2019 Modified Files: src/sys/arch/i386/stand/efiboot: efidisk.c Log Message: efiboot: Don't panic when BLOCK_IO_PROTOCOL is not found. It has been reported that there is a machine where BLOCK_IO_PROTOCOL

CVS commit: src/sys/arch/x86/pci

2019-03-20 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Wed Mar 20 13:34:51 UTC 2019 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: PR/54058: vmx(4): Fix device enable command failure when the number of vCPUs is not a power of two. Make the size of the vmx(4) TX/RX queue

CVS commit: src/sys/arch/amd64/amd64

2019-03-07 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Mar 7 10:16:07 UTC 2019 Modified Files: src/sys/arch/amd64/amd64: vector.S Log Message: Use IDTVEC instead of NENTRY for handle_hyperv_hypercall. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70

CVS commit: src/sys/arch/amd64/conf

2019-03-01 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri Mar 1 12:25:09 UTC 2019 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: fix typo. pointed out by pgoyette@n.o. To generate a diff of this commit: cvs rdiff -u -r1.519 -r1.520 src/sys/arch/amd64/conf/GENERIC

CVS commit: src/sys/arch/i386/conf

2019-03-01 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri Mar 1 12:23:10 UTC 2019 Modified Files: src/sys/arch/i386/conf: GENERIC Log Message: commented out hvkvp entry. To generate a diff of this commit: cvs rdiff -u -r1.1203 -r1.1204 src/sys/arch/i386/conf/GENERIC Please note

CVS commit: src/sys/dev/hyperv

2019-03-01 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri Mar 1 10:02:33 UTC 2019 Modified Files: src/sys/dev/hyperv: vmbusicreg.h Log Message: Remove unused definition. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/hyperv/vmbusicreg.h Please note that

CVS commit: src/sys

2019-03-01 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri Mar 1 08:17:51 UTC 2019 Modified Files: src/sys/arch/amd64/conf: GENERIC src/sys/arch/i386/conf: GENERIC src/sys/dev/hyperv: hvheartbeat.c hvshutdown.c hvtimesync.c Log Message: Update Hyper-V related drivers

CVS commit: src/usr.sbin/arp

2019-02-27 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Feb 28 01:20:25 UTC 2019 Modified Files: src/usr.sbin/arp: arp.c Log Message: arp(8): one more to close socket. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/usr.sbin/arp/arp.c Please note that diffs

CVS commit: src/sys/arch/x86/x86

2019-02-16 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun Feb 17 05:06:16 UTC 2019 Modified Files: src/sys/arch/x86/x86: lapic.c Log Message: PR/53984: Partial revert of modify lapic_calibrate_timer() in lapic.c r1.69. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70

CVS commit: src/sys/dev

2019-02-13 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Feb 14 03:33:55 UTC 2019 Modified Files: src/sys/dev/usb: if_urndis.c Added Files: src/sys/dev/ic: rndisreg.h Removed Files: src/sys/dev/usb: if_urndisreg.h Log Message: separate RNDIS definitions from

CVS commit: src/usr.sbin/arp

2018-07-31 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Jul 31 09:45:52 UTC 2018 Modified Files: src/usr.sbin/arp: arp.c Log Message: arp(8): Fix the host output when arp -dav. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/usr.sbin/arp/arp.c Please note that

CVS commit: src/usr.sbin/ndp

2018-07-12 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Jul 12 08:20:49 UTC 2018 Modified Files: src/usr.sbin/ndp: ndp.c Log Message: Use s6, not mysin. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/usr.sbin/ndp/ndp.c Please note that diffs are not public

CVS commit: src/usr.sbin/ndp

2018-07-12 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Jul 12 08:16:14 UTC 2018 Modified Files: src/usr.sbin/ndp: ndp.c Log Message: ndp(8): host_buf should not be used in delete(). host_buf is passed to the argument host of delete() in do_foreach(). To generate a diff of this

CVS commit: src/usr.sbin/ndp

2018-07-12 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Jul 12 07:32:35 UTC 2018 Modified Files: src/usr.sbin/ndp: ndp.c Log Message: Remove duplicate rtrlist() function prototype. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/usr.sbin/ndp/ndp.c Please note

CVS commit: src/sys/arch/i386/stand/efiboot

2018-06-08 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri Jun 8 11:52:30 UTC 2018 Modified Files: src/sys/arch/i386/stand/efiboot: efiboot.c Log Message: Remove unused include. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/i386/stand/efiboot/efiboot.c

CVS commit: src/usr.sbin/arp

2018-06-07 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri Jun 8 04:24:12 UTC 2018 Modified Files: src/usr.sbin/arp: arp.c Log Message: fix usage of `arp -d'. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/usr.sbin/arp/arp.c Please note that diffs are not

CVS commit: src/sys/net

2018-06-04 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Jun 5 01:25:59 UTC 2018 Modified Files: src/sys/net: if_llatbl.c Log Message: It is necessary to set wall time instead of monotonic time to rmx_expire. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/external/gpl2/gmake/dist/glob

2018-05-23 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Wed May 23 09:52:27 UTC 2018 Modified Files: src/external/gpl2/gmake/dist/glob: glob.c Log Message: gmake: __alloca and __stat are provided only when building with GLIBC. Fix a build failure on Ubuntu 18.04. To generate a diff

CVS commit: src/sys/compat/common

2018-05-10 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu May 10 09:33:46 UTC 2018 Modified Files: src/sys/compat/common: rtsock_50.c Log Message: Added missing ifi_link_state at compat_50_rt_oifmsg() and compat_50_iflist(). To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/external/gpl2/texinfo/makedoc

2018-05-02 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu May 3 01:12:26 UTC 2018 Modified Files: src/external/gpl2/texinfo/makedoc: Makefile Log Message: Restore MAKEDOC. Fix a build failure on non NetBSD host. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/external/gpl2/gmake/dist

2018-04-30 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue May 1 00:39:58 UTC 2018 Modified Files: src/external/gpl2/gmake/dist: configure configure.in Log Message: gmake: Revert configure r1.2 and configure.in r1.2. > gmake: Apply patch to support GLIBC glob interface v2 > >

CVS commit: src/external/gpl2/gmake/dist

2018-04-30 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue May 1 00:36:58 UTC 2018 Modified Files: src/external/gpl2/gmake/dist: dir.c Log Message: gmake: Revert dir.c r.1.2. > gmake: Make this work with glibc glob interface v2 > >

CVS commit: src/external/gpl2/gmake/dist

2018-04-29 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Mon Apr 30 04:17:27 UTC 2018 Modified Files: src/external/gpl2/gmake/dist: dir.c Log Message: gmake: Make this work with glibc glob interface v2 http://git.savannah.gnu.org/cgit/make.git/commit/?id=193f1e81 To generate a diff

CVS commit: src/external/gpl2/gmake/dist

2018-04-28 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Apr 28 12:20:41 UTC 2018 Modified Files: src/external/gpl2/gmake/dist: configure configure.in Log Message: gmake: Apply patch to support GLIBC glob interface v2 http://git.savannah.gnu.org/cgit/make.git/commit/?id=48c8a116

CVS commit: src/sbin/nvmectl

2018-04-18 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Wed Apr 18 10:17:54 UTC 2018 Modified Files: src/sbin/nvmectl: nvmectl.8 Log Message: nvmectl(8): Remove some wdc subcommands from man page. - wdc drive-log - wdc get-crash-dump - wdc purge - wdc purge-monitor To generate a

CVS commit: src/sbin/nvmectl

2018-04-18 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Wed Apr 18 10:16:22 UTC 2018 Modified Files: src/sbin/nvmectl: nvmectl.h Log Message: nvmectl(8): fix subcommand usage. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sbin/nvmectl/nvmectl.h Please note that

CVS commit: src

2018-04-18 Thread NONAKA Kimihiro
(l >> 16) & 0xff; tmp[14] = (l >> 8) & 0xff; tmp[15] = l & 0xff; +#endif buf[0] = '\0'; - BIGNUM *bn = BN_bin2bn(tmp, __arraycount(tmp), NULL); + BIGNUM *bn = BN_bin2bn(tmp, sizeof(tmp), NULL); if (bn != NULL) { humanize_bignum(buf, METRIX_PREFIX_BUFSIZ + strlen(s

CVS commit: src/sys/dev/ic

2018-04-18 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Wed Apr 18 10:10:26 UTC 2018 Modified Files: src/sys/dev/ic: nvmereg.h Log Message: Add some new structure fileds, opcodes and statuses from NVMe 1.3a. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/dev

2018-04-18 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Wed Apr 18 10:05:59 UTC 2018 Modified Files: src/sys/dev/ic: nvme.c nvmevar.h src/sys/dev/pci: nvme_pci.c Log Message: nvme(4): Added some delay before check RDY bit quirk when disabling device. Pick from FreeBSD nvme(4)

CVS commit: src/sbin/nvmectl

2018-04-17 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Apr 17 15:31:00 UTC 2018 Modified Files: src/sbin/nvmectl: nvmectl.h Log Message: nvmectl(8): fix wdc command usage. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sbin/nvmectl/nvmectl.h Please note that

CVS commit: src

2018-04-17 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Apr 17 08:54:35 UTC 2018 Modified Files: src/sbin/nvmectl: Makefile devlist.c firmware.c identify.c logpage.c nvmectl.c nvmectl.h perftest.c reset.c wdc.c src/sys/dev/ic: nvmereg.h Added Files:

CVS commit: src/sys/dev/pci

2018-04-17 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Apr 17 08:47:44 UTC 2018 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.1320 -r1.1321 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1319

CVS commit: src/sys/dev/pci

2018-04-17 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Apr 17 08:47:19 UTC 2018 Modified Files: src/sys/dev/pci: pcidevs Log Message: Added some NVMe devices. To generate a diff of this commit: cvs rdiff -u -r1.1329 -r1.1330 src/sys/dev/pci/pcidevs Please note that diffs are

CVS commit: src/sys/arch/x86/pci

2018-04-16 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Mon Apr 16 09:12:52 UTC 2018 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: vmx(4): compute if_ibytes using rxq->vxrxq_stats.vmrxs_ibytes. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys/arch/x86/pci

2018-04-16 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Mon Apr 16 09:10:42 UTC 2018 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: vmx(4): handled SIOCZIFDATA. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/x86/pci/if_vmx.c Please note that

CVS commit: src/sys/arch/x86/pci

2018-04-15 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Mon Apr 16 03:21:43 UTC 2018 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: vmx(4): Fix calculation of interface statistics counter. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/sys/arch/x86/include

2018-04-13 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri Apr 13 11:24:34 UTC 2018 Modified Files: src/sys/arch/x86/include: bootinfo.h Log Message: x86: Increase BOOTINFO_MAXSIZE to 8Kib. Proposed on port-i386 and port-amd64 with no objections:

CVS commit: src/sys/arch/x86/pci

2018-04-11 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Wed Apr 11 10:34:20 UTC 2018 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: efiboot reports parent ppb bus/device/function of booted network inteface. To generate a diff of this commit: cvs rdiff -u -r1.79

CVS commit: src/sys/arch/i386/stand/efiboot

2018-04-11 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Wed Apr 11 10:32:10 UTC 2018 Modified Files: src/sys/arch/i386/stand/efiboot: Makefile.efiboot boot.c conf.c devopen.c devopen.h efiboot.c efiboot.h efidisk.c Added Files: src/sys/arch/i386/stand/efiboot:

CVS commit: src/sys

2018-04-02 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Mon Apr 2 09:44:19 UTC 2018 Modified Files: src/sys/arch/i386/stand/efiboot: TODO.efiboot boot.c devopen.c devopen.h efidisk.c efidisk.h src/sys/arch/i386/stand/lib: biosdisk.c biosdisk.h bootmenu.c

CVS commit: src/usr.sbin/makefs/cd9660

2018-03-28 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Wed Mar 28 06:48:55 UTC 2018 Modified Files: src/usr.sbin/makefs/cd9660: cd9660_eltorito.c Log Message: Correctly mark the last El Torito section header. Pointed out by Benno Rice via DM. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/i386/stand/efiboot

2018-03-27 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Mar 27 14:15:05 UTC 2018 Modified Files: src/sys/arch/i386/stand/efiboot: Makefile.efiboot boot.c efiboot.c efiboot.h eficons.c efidelay.c efidisk.c efimemory.c src/sys/arch/i386/stand/efiboot/bootia32:

CVS commit: src/sys/dev/pci

2018-03-20 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Mar 20 11:23:06 UTC 2018 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Intel Wireless AC 9260. To generate a diff of this commit: cvs rdiff -u -r1.1320 -r1.1321 src/sys/dev/pci/pcidevs Please note that diffs

CVS commit: src/sys/arch/i386/stand/lib

2018-03-20 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Mar 20 10:21:01 UTC 2018 Modified Files: src/sys/arch/i386/stand/lib: biosdisk.c Log Message: efiboot: fix to find boot partition process. NetBSD related partitions with no bootme flag set are also candidates for boot

CVS commit: src/sys/arch/i386/stand/efiboot

2018-03-20 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Mar 20 10:19:33 UTC 2018 Modified Files: src/sys/arch/i386/stand/efiboot: efidisk.c Log Message: efiboot: boot device is always efi_distlist first element. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/i386/stand/efiboot

2018-03-20 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Mar 20 10:18:10 UTC 2018 Modified Files: src/sys/arch/i386/stand/efiboot: boot.c Log Message: efiboot: more pager. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/i386/stand/efiboot/boot.c Please

CVS commit: src/sys/arch/i386/stand/efiboot

2018-03-20 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Mar 20 10:16:18 UTC 2018 Modified Files: src/sys/arch/i386/stand/efiboot: devopen.c Log Message: efiboot: fix it can't boot from HDD. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/lib/libsa

2018-03-08 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Mar 8 23:02:50 UTC 2018 Modified Files: src/sys/lib/libsa: cd9660.c Log Message: Add missed file in previous commit. > efiboot: system can boot from CD/DVD-ROM media. To generate a diff of this commit: cvs rdiff -u -r1.30

CVS commit: src/sys/arch/i386/stand

2018-03-08 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Mar 8 10:34:33 UTC 2018 Modified Files: src/sys/arch/i386/stand/efiboot: Makefile.efiboot TODO.efiboot boot.c devopen.c efiboot.c efiboot.h efidisk.c efidisk.h efidisk_ll.c src/sys/arch/i386/stand/lib:

CVS commit: src/usr.sbin/makefs/cd9660

2017-11-08 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Nov 9 01:28:06 UTC 2017 Modified Files: src/usr.sbin/makefs/cd9660: cd9660_eltorito.c Log Message: Initialize boot_catalog_entry's entry_type properly. This had been missing but the type was used in cd9660_setup_boot().

CVS commit: src/external/lgpl3/gmp/dist

2017-10-18 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Oct 19 03:26:29 UTC 2017 Modified Files: src/external/lgpl3/gmp/dist: acinclude.m4 configure Log Message: external/lgpl3/gmp build fail in configure phase with "ln -s J /etc/malloc.conf". patch from pkgsrc/devel/gmp

CVS commit: src/sys/external/bsd/drm2/pci

2017-07-26 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Jul 27 02:11:24 UTC 2017 Modified Files: src/sys/external/bsd/drm2/pci: drm_pci.c Log Message: PR/52409: Avoid panic at resume. XXX: pullup-8 To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sys/arch/x86/x86

2017-07-12 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Jul 13 00:44:14 UTC 2017 Modified Files: src/sys/arch/x86/x86: lapic.c Log Message: PR/52266: Before access MSR[APICBASE], need to check if APIC is present. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60

CVS commit: src/sys/arch/x86/x86

2017-07-08 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Jul 8 14:35:33 UTC 2017 Modified Files: src/sys/arch/x86/x86: lapic.c Log Message: PR/52266: use rdmsr_safe(9) instead of rdmsr(9) for old machine. tested by simonb@ To generate a diff of this commit: cvs rdiff -u -r1.58

CVS commit: src/sys/dev/pci

2017-06-08 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri Jun 9 04:48:58 UTC 2017 Modified Files: src/sys/dev/pci: if_iwm.c Log Message: fix typo. reported by ryo@. To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/dev/pci/if_iwm.c Please note that diffs are

CVS commit: src/sys/dev/ic

2017-05-28 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Mon May 29 02:25:37 UTC 2017 Modified Files: src/sys/dev/ic: nvme.c Log Message: nvme(4): Don't set prp1 for DEL_IOCQ > NVM_ADMIN_DEL_IOCQ does not need prp1 (just as NVM_ADMIN_DEL_IOSQ). > Remove what is likely a cut'n'paste

CVS commit: src/sys/dev/ic

2017-05-28 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Mon May 29 02:24:00 UTC 2017 Modified Files: src/sys/dev/ic: nvme.c Log Message: nvme(4): Do not use bus_space_{read,write}_8() even on LP64 archs. > some (broken) controllers require ordered split transfers. > From linux

CVS commit: src/sys/dev/ic

2017-05-28 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Mon May 29 02:20:34 UTC 2017 Modified Files: src/sys/dev/ic: nvme.c nvmereg.h Log Message: nvme(4): Mask non relevant bits when pritting version number. from OpenBSD nvme.c r1.52. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch

2017-05-23 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue May 23 08:54:39 UTC 2017 Modified Files: src/sys/arch/amd64/amd64: db_interface.c mainbus.c vector.S src/sys/arch/amd64/include: i82093reg.h src/sys/arch/i386/i386: db_interface.c mainbus.c vector.S

CVS commit: src/sys/arch

2017-05-23 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue May 23 08:48:35 UTC 2017 Modified Files: src/sys/arch/amd64/amd64: autoconf.c src/sys/arch/i386/i386: autoconf.c src/sys/arch/x86/include: cpu.h src/sys/arch/x86/x86: identcpu.c vmt.c

CVS commit: src/sys/dev/pci

2017-05-23 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue May 23 07:12:57 UTC 2017 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add some AMD entries. To generate a diff of this commit: cvs rdiff -u -r1.1288 -r1.1289 src/sys/dev/pci/pcidevs Please note that diffs are not

CVS commit: src/sys/arch/x86

2017-05-22 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue May 23 03:23:58 UTC 2017 Modified Files: src/sys/arch/x86/include: i82093var.h src/sys/arch/x86/x86: lapic.c Log Message: whitespace To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/arch/x86

2017-05-22 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue May 23 03:18:40 UTC 2017 Modified Files: src/sys/arch/x86/include: i82093var.h src/sys/arch/x86/x86: mpbios.c Log Message: x86: No ioapic_softc.sc_apicid is used anymore. Use ioapic_softc.sc_pic.pic_apicid. To

CVS commit: src/sys/dev/pci

2017-05-19 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri May 19 14:18:10 UTC 2017 Modified Files: src/sys/dev/pci: if_iwm.c Log Message: iwm(4): match Wireless 8265 device. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/dev/pci/if_iwm.c Please note that

CVS commit: src/sys/dev/pci

2017-05-17 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu May 18 01:32:46 UTC 2017 Modified Files: src/sys/dev/pci: if_rtwn.c Log Message: Fixed m is not freed if m_defrag() fails. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/pci/if_rtwn.c Please note

CVS commit: src/sys/arch/i386/stand/efiboot

2017-05-01 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Mon May 1 13:03:02 UTC 2017 Modified Files: src/sys/arch/i386/stand/efiboot: boot.c efiboot.h eficons.c Log Message: efiboot: implement consdev command. no support to change console device for efiboot yet. only pass console

CVS commit: src/sbin/nvmectl

2017-04-28 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Apr 29 00:08:46 UTC 2017 Added Files: src/sbin/nvmectl: wdc.c Log Message: Added missing file... > nvmectl(8): sync with FreeBSD HEAD r316105. > > - Expand the SMART / Health Information Log Page (Page 02) printout based on

CVS commit: src/sbin/nvmectl

2017-04-28 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Apr 29 00:06:40 UTC 2017 Modified Files: src/sbin/nvmectl: Makefile firmware.c logpage.c nvme.h nvmectl.8 nvmectl.c nvmectl.h Log Message: nvmectl(8): sync with FreeBSD HEAD r316105. - Expand the SMART / Health

CVS commit: src/sys

2017-04-28 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Apr 29 00:05:36 UTC 2017 Modified Files: src/sys/arch/i386/stand/efiboot: Makefile.efiboot src/sys/arch/i386/stand/efiboot/bootia32: efibootia32.c start.S src/sys/arch/i386/stand/efiboot/bootx64: efibootx64.c

CVS commit: src/sys/arch/x86/include

2017-04-27 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri Apr 28 01:23:58 UTC 2017 Modified Files: src/sys/arch/x86/include: i82489reg.h Log Message: Added AMD extended APIC register space present definition. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/arch

2017-04-21 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Apr 22 04:29:31 UTC 2017 Modified Files: src/sys/arch/i386/i386: autoconf.c src/sys/arch/x86/include: i82489var.h src/sys/arch/x86/x86: cpu.c lapic.c Log Message: use CR8 instead of LAPIC Task Priority

CVS commit: src/sys/arch/x86/include

2017-04-21 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Apr 22 04:25:09 UTC 2017 Modified Files: src/sys/arch/x86/include: i82093reg.h Log Message: Added I/O APIC EOI register definition. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

  1   2   3   4   5   6   7   >