Module Name:src
Committed By: jdolecek
Date: Fri Nov 2 21:27:30 UTC 2018
Modified Files:
src/sys/dev/ic: ahcisata_core.c
Log Message:
fix ahci_detach() to count the ports propertly (same as attach), to avoid
triggerring panic when disks are plugged to non-adjacent ports -
Module Name:src
Committed By: macallan
Date: Fri Nov 2 19:57:32 UTC 2018
Modified Files:
src/sys/arch/sparc64/conf: GENERIC
Log Message:
add jbusi2c
To generate a diff of this commit:
cvs rdiff -u -r1.209 -r1.210 src/sys/arch/sparc64/conf/GENERIC
Please note that diffs
Module Name:src
Committed By: jmcneill
Date: Fri Nov 2 19:51:08 UTC 2018
Modified Files:
src/sys/dev/acpi: acpi_mcfg.c
Log Message:
Do not ignore non-zero segment numbers in MCFG if __HAVE_PCI_GET_SEGMENT
is defined.
To generate a diff of this commit:
cvs rdiff -u -r1.1
Module Name:src
Committed By: aymeric
Date: Fri Nov 2 18:13:11 UTC 2018
Modified Files:
src/sys/arch/arm/altera: cycv_platform.c
Log Message:
Adapt secondary CPU bootstrapping to the new generic startup code.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 s
Module Name:src
Committed By: aymeric
Date: Fri Nov 2 18:11:24 UTC 2018
Modified Files:
src/sys/arch/arm/altera: cycv_platform.c
src/sys/arch/evbarm/conf: NANOSOC
Log Message:
Make early console work.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 s
Module Name:src
Committed By: aymeric
Date: Fri Nov 2 18:09:17 UTC 2018
Modified Files:
src/sys/arch/arm/altera: cycv_platform.c
Log Message:
. fix important typo which prevented enabling the SCU
. invalidate all cache tags of the SCU
To generate a diff of this commit:
Module Name:src
Committed By: martin
Date: Fri Nov 2 18:07:33 UTC 2018
Modified Files:
src/usr.sbin/sysinst: run.c
Log Message:
Make the debug version compilable with modern gcc.
Do debugging for system(3) calls only when DEBUG_SYSTEM is defined.
To generate a diff of t
Module Name:src
Committed By: martin
Date: Fri Nov 2 15:36:22 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Annotate build fixes
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.45 -r1.1.2.46 src/doc/CHANGES-8.1
Please note that diffs are
Module Name:src
Committed By: martin
Date: Fri Nov 2 15:31:26 UTC 2018
Modified Files:
src/sys/arch/evbarm/conf [netbsd-8]: RPI_INSTALL
Log Message:
Bump size for ramdisk.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.9.8.1 src/sys/arch/evbarm/conf/RPI_INSTA
Module Name:src
Committed By: jmcneill
Date: Fri Nov 2 15:01:18 UTC 2018
Modified Files:
src/share/man/man9: pci.9
src/sys/arch/arm/acpi: acpi_pci_machdep.c
src/sys/arch/arm/include: pci_machdep.h
src/sys/dev/acpi: acpi_mcfg.c
Log Message:
Add supp
Module Name:src
Committed By: maya
Date: Fri Nov 2 13:46:24 UTC 2018
Modified Files:
src/sys/arch/evbarm/ifpga: ifpga_pci.c
Log Message:
Keep up with pci_intr_handle_t type change in printf.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/evba
Module Name:src
Committed By: maxv
Date: Fri Nov 2 12:27:47 UTC 2018
Modified Files:
src/sys/kern: kern_descrip.c
Log Message:
Add LIST_INIT for filehead.
To generate a diff of this commit:
cvs rdiff -u -r1.238 -r1.239 src/sys/kern/kern_descrip.c
Please note that diffs
Module Name:src
Committed By: maxv
Date: Fri Nov 2 11:59:59 UTC 2018
Modified Files:
src/sys/ddb: db_proc.c
Log Message:
no, should be dst
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/ddb/db_proc.c
Please note that diffs are not public domain; th
Module Name:src
Committed By: maxv
Date: Fri Nov 2 08:59:59 UTC 2018
Modified Files:
src/sys/ddb: db_proc.c
Log Message:
Don't overflow on the strings we read. Introduce db_read_string(), which
stops on '\0'. Probably this doesn't matter a lot because the read is
supposed
Module Name:src
Committed By: msaitoh
Date: Fri Nov 2 08:26:32 UTC 2018
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
KNF a bit. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.594 -r1.595 src/sys/dev/pci/if_wm.c
Please note that diff
Module Name:src
Committed By: skrll
Date: Fri Nov 2 08:18:19 UTC 2018
Modified Files:
src/sys/arch/aarch64/include: asan.h
Log Message:
Provide a kasan_md_unwind
OK maxv
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/aarch64/include/asan.h
Pl
Module Name:src
Committed By: msaitoh
Date: Fri Nov 2 08:16:49 UTC 2018
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
- Add missing wm_gate_hw_phy_config_ich8lan(false) in wm_phy_post_reset()
on PCH2. wm_gate_hw_phy_config_ich8lan(true) is called in wm_reset(),
Module Name:src
Committed By: msaitoh
Date: Fri Nov 2 08:09:21 UTC 2018
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
After writing MDIC register, don't read quickly the same register but
do delay(50). Same as otehr OSes.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: msaitoh
Date: Fri Nov 2 08:04:42 UTC 2018
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
Fix a PCH2 specific bug that wrong register value can be read when boot.
When a wrong value is read when boot, the read device ID was incorrect a
Module Name:src
Committed By: martin
Date: Fri Nov 2 07:55:56 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Ammend #1072 for additional pullups.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.44 -r1.1.2.45 src/doc/CHANGES-8.1
Please not
Module Name:src
Committed By: martin
Date: Fri Nov 2 07:55:06 UTC 2018
Modified Files:
src/sys/dev/pci [netbsd-8]: if_bwfm_pci.c
Log Message:
Additional pullup for ticket #1072:
sys/dev/pci/if_bwfm_pci.c 1.5
Make this compilable with 32bit paddr_t.
To ge
21 matches
Mail list logo