CVS commit: src

2018-09-17 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 18 05:37:54 UTC 2018 Modified Files: src/share/man/man4: usb.4 src/sys/dev/usb: usb.c Log Message: remove usb(4)'s "flags 1" code. it has been dead for a while, as it runs during the interrupts part of configuration

CVS commit: src/sys/dev

2018-09-17 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 18 05:24:10 UTC 2018 Modified Files: src/sys/dev/pci: xhci_pci.c src/sys/dev/usb: usb.c Log Message: deal with partial attach failures in usb_attach vs usb_detach aka PR 53598. - make sure xhci's sc->sc_ios is NULL

CVS commit: [pgoyette-compat] src/sys/sys

2018-09-17 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Sep 18 03:32:35 UTC 2018 Modified Files: src/sys/sys [pgoyette-compat]: compat_stub.h Added Files: src/sys/sys [pgoyette-compat]: compat_hook.h Log Message: Split the HOOK-related macros out from the declarations.

CVS commit: src/sys/dev/hpc

2018-09-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Sep 18 02:58:10 UTC 2018 Modified Files: src/sys/dev/hpc: hpckbd.c Log Message: Apply workaround introduced in r1.31 to hpcmips. Fix kernel crash when console is attached. Now, my MC/R550 boots multiuser. Thanks Masahiko Ito

CVS commit: src/sys/dev/usb

2018-09-17 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 18 02:00:07 UTC 2018 Modified Files: src/sys/dev/usb: ehci.c ehcivar.h Log Message: implement a gross hack to fix "boot -a" on systems with usb keyboards on systems with ehci handover to uhci (and maybe ohci), and fix a

CVS commit: src/sys/dev/usb

2018-09-17 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 18 01:36:44 UTC 2018 Modified Files: src/sys/dev/usb: uhub.c usb_subr.c Log Message: add config_pending usage to uhub and general USB device attachment. - call config_pending_incr() and config_pending_decr() around

CVS commit: src/sys

2018-09-17 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 18 01:25:09 UTC 2018 Modified Files: src/sys/kern: kern_drvctl.c subr_autoconf.c src/sys/sys: device.h systm.h Log Message: - move export for devmon_insert_vec into sys/device.h. - export root_is_mounted for future

CVS commit: [pgoyette-compat] src/sys

2018-09-17 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Sep 18 01:15:58 UTC 2018 Modified Files: src/sys/compat/common [pgoyette-compat]: if_43.c usb_subr_30.c src/sys/dev [pgoyette-compat]: bio.c ccd.c clockctl.c vnd.c src/sys/dev/raidframe [pgoyette-compat]:

CVS commit: [pgoyette-compat] src/doc

2018-09-17 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Sep 18 01:11:33 UTC 2018 Modified Files: src/doc [pgoyette-compat]: TODO.compat-module Log Message: Update for having (mostly) finished the netbsd32 module split. Renumber so each entry is unique. To generate a diff of

CVS commit: [jdolecek-ncqfixes] src/sys/dev/ata

2018-09-17 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Sep 17 20:54:41 UTC 2018 Modified Files: src/sys/dev/ata [jdolecek-ncqfixes]: TODO.ncq ata.c ata_raid.c ata_raid_adaptec.c ata_raid_intel.c ata_raid_jmicron.c ata_raid_nvidia.c ata_raid_promise.c

CVS commit: src/sys/dev/ic

2018-09-17 Thread Aymeric Vincent
Module Name:src Committed By: aymeric Date: Mon Sep 17 20:25:49 UTC 2018 Modified Files: src/sys/dev/ic: dwc_gmac.c dwc_gmac_reg.h dwc_gmac_var.h Log Message: Add support for the enhanced descriptors feature. This makes "recent" dwc gmac controllers, as found e.g. on the

CVS commit: [jdolecek-ncqfixes] src/sys/dev

2018-09-17 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Sep 17 19:30:26 UTC 2018 Modified Files: src/sys/dev/ata [jdolecek-ncqfixes]: atavar.h src/sys/dev/ic [jdolecek-ncqfixes]: ahcisata_core.c mvsata.c siisata.c src/sys/dev/scsipi [jdolecek-ncqfixes]:

CVS commit: [jdolecek-ncqfixes] src/sys/dev/ata

2018-09-17 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Sep 17 19:00:43 UTC 2018 Modified Files: src/sys/dev/ata [jdolecek-ncqfixes]: ata.c ata_subr.c atavar.h Log Message: switch from TAILQ to SIMPLEQ for ata_xfer pending queue to save space, don't need doubly linked queue To

CVS commit: [jdolecek-ncqfixes] src/sys/dev

2018-09-17 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Sep 17 18:36:14 UTC 2018 Modified Files: src/sys/dev/ata [jdolecek-ncqfixes]: ata.c ata_subr.c ata_wdc.c atavar.h src/sys/dev/ic [jdolecek-ncqfixes]: ahcisata_core.c mvsata.c siisata.c wdc.c

CVS commit: src/sys/arch/pmax/pmax

2018-09-17 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Sep 17 16:52:29 UTC 2018 Modified Files: src/sys/arch/pmax/pmax: dec_3min.c Log Message: Fix hangup after framebuffers are attached on 3MIN. PR port-pmax/53611 Ok'ed by mrg@. Should be pulled up to netbsd-7 and netbsd-8.

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

2018-09-17 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Sep 17 15:53:06 UTC 2018 Modified Files: src/sys/arch/x86/x86: fpu.c Log Message: Reduce the noise, reorder and rename some things for clarity. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

CVS commit: src/usr.sbin/sysinst/arch/sgimips

2018-09-17 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Sep 17 15:19:29 UTC 2018 Modified Files: src/usr.sbin/sysinst/arch/sgimips: md.c Log Message: Make sure to install a bootloader even on upgrade installation. Fixes another part of port-sgimips/53583. Should be pulled up

CVS commit: [pgoyette-compat] src/sys

2018-09-17 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Sep 17 11:04:31 UTC 2018 Modified Files: src/sys/compat/common [pgoyette-compat]: bio_30.c clockctl_50.c if_43.c if_spppsubr50.c kern_mod_80.c rtsock_14.c sysmon_power_40.c vnd_30.c

CVS commit: [pgoyette-compat] src/doc

2018-09-17 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Sep 17 10:06:29 UTC 2018 Modified Files: src/doc [pgoyette-compat]: TODO.compat-module Log Message: Update for recent work and recent discoveries To generate a diff of this commit: cvs rdiff -u -r1.1.2.4 -r1.1.2.5

CVS commit: src/sys/dev/usb

2018-09-17 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 17 08:27:42 UTC 2018 Modified Files: src/sys/dev/usb: uhcivar.h Log Message: reorder some struct members to remove holes. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/dev/usb/uhcivar.h Please note

CVS commit: src/sys/netinet

2018-09-17 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Sep 17 08:11:27 UTC 2018 Modified Files: src/sys/netinet: ip_reass.c Log Message: Kick fragments that would introduce several !MFFs in a reassembly chain. The problem arises if we receive three fragments of the kind

CVS commit: src/sys/netinet

2018-09-17 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Sep 17 06:01:36 UTC 2018 Modified Files: src/sys/netinet: ip_reass.c Log Message: Hold ip_off and ip_len in the fragment entry, instead of always reading the associated mbuf (and converting to host order). This reduces the