Module Name:src
Committed By: mrg
Date: Mon May 17 20:21:05 UTC 2021
Modified Files:
src/sys/arch/ofppc/stand/ofwboot: mbr.c rdb.c
Log Message:
include libkern.h for moved dkcksum().
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/ofppc/stand/ofw
Module Name:src
Committed By: thorpej
Date: Fri Mar 5 01:31:43 UTC 2021
Modified Files:
src/sys/arch/ofppc/conf: GENERIC.MP
Log Message:
Don't include mvgbe in this kernel config; that driver has an explicit
warning for the MULTIPROCESSOR case.
To generate a diff of thi
Module Name:src
Committed By: phx
Date: Sun Nov 29 12:38:44 UTC 2020
Modified Files:
src/sys/arch/ofppc/conf: GENERIC
Log Message:
Message buffer is too small, since timestamps were enforced.
To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 src/sys/arch/of
Module Name:src
Committed By: thorpej
Date: Sat Nov 21 17:48:26 UTC 2020
Modified Files:
src/sys/arch/ofppc/pci: gt_mainbus.c ofwpci.c
Log Message:
malloc(9) -> kmem(9)
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/ofppc/pci/gt_mainbus.c
cvs rd
Module Name:src
Committed By: mrg
Date: Sun Mar 5 22:14:51 UTC 2017
Modified Files:
src/sys/arch/ofppc/ofppc: disksubr.c
Log Message:
fix some printf formats in DIAGNOSTIC code.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/ofppc/ofppc/disks
Module Name:src
Committed By: christos
Date: Wed Jan 11 18:19:29 UTC 2017
Modified Files:
src/sys/arch/ofppc/pci: ofwpci.c
Log Message:
PR/51827: David Binderman: delete pointless local variable
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/o
Module Name:src
Committed By: dholland
Date: Sat Jun 11 06:35:38 UTC 2016
Modified Files:
src/sys/arch/ofppc/stand/ofwboot: boot.c
Log Message:
PR 51200 gets in libsa considered harmful: use kgets
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch
Module Name:src
Committed By: christos
Date: Wed Mar 30 21:14:55 UTC 2016
Modified Files:
src/sys/arch/ofppc/stand/ofwboot: mbr.c
Log Message:
PR/51015: David Binderman: remove useless code
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/ofppc/st
Module Name:src
Committed By: maxv
Date: Sat Jul 4 06:14:41 UTC 2015
Modified Files:
src/sys/arch/ofppc/ofppc: disksubr.c
Log Message:
Remove a dead continue.
Harmless, found by Brainy
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/ofppc/ofp
Module Name:src
Committed By: phx
Date: Wed Dec 31 18:43:18 UTC 2014
Modified Files:
src/sys/arch/ofppc/ofppc: mainbus.c
Log Message:
Make it compile with GCC48.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/ofppc/ofppc/mainbus.c
Please note
Module Name:src
Committed By: phx
Date: Sat Sep 20 23:10:46 UTC 2014
Modified Files:
src/sys/arch/ofppc/stand/ofwboot: Locore.c ofwstart.S version
Log Message:
A stack size of 8K is too small for a block buffer of 65536 bytes.
Increased the stack size to 128K. This makes o
Module Name:src
Committed By: christos
Date: Wed Mar 26 17:38:09 UTC 2014
Modified Files:
src/sys/arch/ofppc/ofppc: machdep.c
Log Message:
kill sprintf.
To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 src/sys/arch/ofppc/ofppc/machdep.c
Please note that d
Module Name:src
Committed By: matt
Date: Fri Feb 28 05:52:56 UTC 2014
Added Files:
src/sys/arch/ofppc/conf: GENERIC64 std.ofppc64
Log Message:
Add a PPC64 kernel for testing
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/ofppc/conf/GENERIC64 \
Module Name:src
Committed By: matt
Date: Fri Feb 28 05:50:27 UTC 2014
Modified Files:
src/sys/arch/ofppc/pci: ofwpci.c
Log Message:
Use PRIxPTR
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/ofppc/pci/ofwpci.c
Please note that diffs are not p
Module Name:src
Committed By: matt
Date: Wed Aug 21 06:46:26 UTC 2013
Modified Files:
src/sys/arch/ofppc/stand/ofwboot: Makefile
Log Message:
Use
Add ${_MKTARGET_LINK}
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/ofppc/stand/ofwboot/Makefil
Module Name:src
Committed By: rkujawa
Date: Fri Nov 9 12:52:33 UTC 2012
Modified Files:
src/sys/arch/ofppc/conf: GENERIC
Log Message:
Add tdvfb - tested and works. Also add commented out TDVFB_CONSOLE option.
To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.1
Module Name:src
Committed By: mrg
Date: Sat Jun 2 21:47:46 UTC 2012
Modified Files:
src/sys/arch/ofppc/conf: std.ofppc
Log Message:
enable building with ath* at pci?. it worked but my pci atheros card
seems to make netbsd lock up when you try to use it, on at least
ofppc
Module Name:src
Committed By: phx
Date: Thu Mar 8 14:18:04 UTC 2012
Modified Files:
src/sys/arch/ofppc/conf: GENERIC
Log Message:
When detecting a new USB device on the bus ofppc panics in usb_allocmem().
Although the problem doesn't seem to affect other PPC ports, it cau
Module Name:src
Committed By: matt
Date: Thu Feb 9 19:04:04 UTC 2012
Modified Files:
src/sys/arch/ofppc/conf: GENERIC.MP
Log Message:
Change this to include GENERIC and add options MULTIPROCESSOR.
(old GENERIC.MP was woefully out-of-date)
To generate a diff of this comm
Module Name:src
Committed By: phx
Date: Thu Feb 2 21:54:34 UTC 2012
Modified Files:
src/sys/arch/ofppc/include: disklabel.h
src/sys/arch/ofppc/ofppc: disksubr.c
src/sys/arch/ofppc/stand/ofwboot: mbr.c
Log Message:
Fixed writing of MBR disklabel. It was wri
Module Name:src
Committed By: kiyohara
Date: Sat Oct 8 06:55:19 UTC 2011
Modified Files:
src/sys/arch/ofppc/ofppc: disksubr.c
Log Message:
Support FAT filesystem on RDB partition.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/ofppc/ofppc/dis
Module Name:src
Committed By: kiyohara
Date: Sat Oct 8 00:56:54 UTC 2011
Modified Files:
src/sys/arch/ofppc/conf: GENERIC
Log Message:
Add voodoofb with comment-outed. tested on PegasosII only.
To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 src/sys/arc
Module Name:src
Committed By: phx
Date: Sun Aug 21 13:12:48 UTC 2011
Modified Files:
src/sys/arch/ofppc/stand/ofwboot: ofdev.c
Log Message:
Fixed booting from disks without a valid disklabel (e.g. CDROM). This
became broken with my last changes in rev.1.18..
To generate
Module Name:src
Committed By: phx
Date: Sun Aug 21 13:08:58 UTC 2011
Modified Files:
src/sys/arch/ofppc/stand/ofwboot: mbr.c
Log Message:
When there is no NetBSD MBR partition with a valid disklabel, look for
the first FAT partition and construct a disklabel with an MSDOS
Module Name:src
Committed By: phx
Date: Thu Aug 18 09:03:28 UTC 2011
Modified Files:
src/sys/arch/ofppc/stand/ofwboot: mbr.c ofdev.c version
Log Message:
Finding the disklabel on MBR partitioned disks did no longer work since RDB
support was added. Fixed that and bumped th
Module Name:src
Committed By: phx
Date: Thu Aug 18 08:55:43 UTC 2011
Modified Files:
src/sys/arch/ofppc/ofppc: disksubr.c
Log Message:
First check whether an MBR is present. Then use it for locating the disklabel.
Otherwise try to construct a disklabel from RDB partitions,
Module Name:src
Committed By: phx
Date: Thu Aug 4 15:07:05 UTC 2011
Modified Files:
src/sys/arch/ofppc/conf: files.ofppc
Log Message:
Do not overwrite ukbd.h with NO_UKBD_DEVICE.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/ofppc/conf/files
Module Name:src
Committed By: macallan
Date: Thu Jul 28 01:30:22 UTC 2011
Modified Files:
src/sys/arch/ofppc/include: param.h
Log Message:
userland needs to see PCI_MAGIC_IO_RANGE
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/ofppc/include/pa
Module Name:src
Committed By: dyoung
Date: Fri Jul 1 20:51:15 UTC 2011
Modified Files:
src/sys/arch/ofppc/isa: isa_machdep.c
src/sys/arch/ofppc/ofppc: machdep.c
src/sys/arch/ofppc/pci: gt_mainbus.c
Log Message:
#include instead of .
To generate a diff o
Module Name:src
Committed By: dyoung
Date: Mon Apr 4 19:47:21 UTC 2011
Modified Files:
src/sys/arch/ofppc: Makefile
Log Message:
Fix target 'tags'.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/ofppc/Makefile
Please note that diffs are not pu
Module Name:src
Committed By: joerg
Date: Mon Jan 24 19:27:18 UTC 2011
Modified Files:
src/sys/arch/ofppc/stand/ofwboot: Makefile
Log Message:
Ensure that NOMAN is defined earlier.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/ofppc/stand/ofw
Module Name:src
Committed By: matt
Date: Mon Jan 17 07:06:10 UTC 2011
Modified Files:
src/sys/arch/ofppc/ofppc: locore.S
Log Message:
Use %rX instead of X. (no function change).
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/ofppc/ofppc/locor
Module Name:src
Committed By: mrg
Date: Sun Jan 2 11:25:32 UTC 2011
Modified Files:
src/sys/arch/ofppc/conf: GENERIC
Log Message:
add the normal DKWEDGE* options, and enable drvctl.
To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 src/sys/arch/ofppc/conf/
Module Name:src
Committed By: phx
Date: Fri Dec 31 21:50:28 UTC 2010
Modified Files:
src/sys/arch/ofppc/conf: GENERIC GENERIC.MP files.ofppc
src/sys/arch/ofppc/include: disklabel.h
Added Files:
src/sys/arch/ofppc/ofppc: disksubr.c
Log Message:
Support for r
Module Name:src
Committed By: matt
Date: Mon Dec 20 00:14:41 UTC 2010
Modified Files:
src/sys/arch/ofppc/conf: GENERIC
Log Message:
Add siisata (but make sure wd0 is still on viaide)
To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 src/sys/arch/ofppc/conf/
Module Name:src
Committed By: phx
Date: Fri Dec 17 19:18:49 UTC 2010
Modified Files:
src/sys/arch/ofppc/include: pegasosreg.h
src/sys/arch/ofppc/pci: gt_mainbus.c
Log Message:
Set the GPIO to enable AGP configuration space access when attaching gtpci0
and do not re
Module Name:src
Committed By: phx
Date: Fri Dec 10 21:27:21 UTC 2010
Modified Files:
src/sys/arch/ofppc/conf: GENERIC GENERIC.MP
Log Message:
Added viaenv(4), which no longer crashes the system during attachment since
todays bug fix in the driver.
To generate a diff of t
Module Name:src
Committed By: phx
Date: Tue Nov 2 19:19:22 UTC 2010
Modified Files:
src/sys/arch/ofppc/ofppc: machdep.c
Log Message:
Default vesa mode for Pegasos is 0x103, not 0x102.
To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 src/sys/arch/ofppc/ofp
Module Name:src
Committed By: matt
Date: Sun Jun 20 00:25:41 UTC 2010
Modified Files:
src/sys/arch/ofppc/pci: gt_mainbus.c
Log Message:
My pegasos2 doesn't have an ethernet node at the top level.
Deal with it.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 s
Module Name:src
Committed By: kiyohara
Date: Sat Jun 19 08:48:33 UTC 2010
Modified Files:
src/sys/arch/ofppc/stand/ofwboot: rdb.c
Log Message:
Support load from FAT.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/ofppc/stand/ofwboot/rdb.c
Pleas
Module Name:src
Committed By: kiyohara
Date: Wed Jun 9 04:44:01 UTC 2010
Modified Files:
src/sys/arch/ofppc/conf: files.ofppc
Log Message:
Indent.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/ofppc/conf/files.ofppc
Please note that diffs a
Module Name:src
Committed By: kiyohara
Date: Mon Mar 29 03:44:37 UTC 2010
Modified Files:
src/sys/arch/ofppc/conf: GENERIC
Log Message:
Add scsi...@sbp.
To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 src/sys/arch/ofppc/conf/GENERIC
Please note that diff
Module Name:src
Committed By: kiyohara
Date: Sun Mar 14 10:14:14 UTC 2010
Modified Files:
src/sys/arch/ofppc/conf: GENERIC files.ofppc
Log Message:
Add f...@isa.
tested on PegasosII.
To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 src/sys/arch/ofppc/con
43 matches
Mail list logo