Module Name:src
Committed By: rin
Date: Thu Mar 25 03:44:25 UTC 2021
Modified Files:
src/sys/arch/sandpoint/stand/altboot: rge.c
Log Message:
Fix tftp boot with RTL8169/8110.
When sending frame shorter than 60 octets, we add trailing \0's to
payload to construct 60-octet
Module Name:src
Committed By: rin
Date: Wed Mar 24 02:53:16 UTC 2021
Modified Files:
src/sys/arch/sandpoint/stand/altboot: Makefile
Log Message:
Remove "lib" directory for cleandir.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/sandpoint/stan
Module Name:src
Committed By: rin
Date: Tue Mar 23 07:21:41 UTC 2021
Modified Files:
src/sys/arch/sandpoint/stand/altboot: main.c
Log Message:
Make this compile with -DDEBUG.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/sandpoint/stand/altbo
Module Name:src
Committed By: rin
Date: Tue Mar 23 07:21:16 UTC 2021
Modified Files:
src/sys/arch/sandpoint/stand/altboot: main.c
Log Message:
Make sure not to run kernel if fdloadfile() fails;
it returns *non-zero* value on error.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: phx
Date: Thu Aug 3 19:51:00 UTC 2017
Modified Files:
src/sys/arch/sandpoint/stand/altboot: skg.c
Log Message:
This driver should also support Schneider & Koch SK-9821 v2.0, besides
Marvell SKnet.
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: phx
Date: Thu Aug 3 19:22:15 UTC 2017
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c siisata.c version
Log Message:
Some Synology network devices show vendor 0x1148 (Schneider & Koch) instead
of 0x11ab (Marvell). Detect both
Module Name:src
Committed By: phx
Date: Thu Aug 3 09:42:34 UTC 2017
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c
Log Message:
Fixed overflow in delay() for delays greater than 2 seconds.
Replaced u_long by uint32_t and u_quad by uint64_t whenever the e
Module Name:src
Committed By: dholland
Date: Sat Jun 11 06:40:24 UTC 2016
Modified Files:
src/sys/arch/sandpoint/stand/altboot: main.c
Log Message:
PR 51200 gets in libsa considered harmful: use kgets
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/
Module Name:src
Committed By: nisimura
Date: Thu Oct 15 12:00:02 UTC 2015
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c
Log Message:
fix a board type check logic error that affected Linkstation and Kurobox (HG).
They were mistakenly recognized kurot4 typ
Module Name:src
Committed By: phx
Date: Tue Sep 29 15:12:53 UTC 2015
Modified Files:
src/sys/arch/sandpoint/stand/altboot: dsk.c globals.h
Log Message:
The disk's unittag is not equal to the channel, so we need an additional
unitchan entry to make lba_read() work in all ca
Module Name:src
Committed By: joerg
Date: Fri Aug 8 21:18:10 UTC 2014
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c
Log Message:
Use __unreachable().
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/sandpoint/stand/altboot/br
Module Name:src
Committed By: joerg
Date: Tue Aug 5 17:55:20 UTC 2014
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c dev_net.c dsk.c main.c
nif.c
Log Message:
Don't use non-literal strings as format strings.
XXX Switch to strlcpy.
To genera
Module Name:src
Committed By: jakllsch
Date: Sat Mar 22 18:54:28 UTC 2014
Modified Files:
src/sys/arch/sandpoint/stand/altboot: main.c
Log Message:
drop trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/sandpoint/stand/altboot
Module Name:src
Committed By: jakllsch
Date: Sun Jan 5 21:10:50 UTC 2014
Modified Files:
src/sys/arch/sandpoint/stand/altboot: main.c
Log Message:
sprinkle const
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/sandpoint/stand/altboot/main.c
P
Module Name:src
Committed By: jakllsch
Date: Sun Jan 5 21:09:33 UTC 2014
Modified Files:
src/sys/arch/sandpoint/stand/altboot: devopen.c
Log Message:
Drop duplicate and unused extern global variable.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/ar
Module Name:src
Committed By: nisimura
Date: Thu Nov 7 14:51:36 UTC 2013
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c
Log Message:
shut off gcc 4.8 unused variable warnings.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/s
Module Name:src
Committed By: phx
Date: Sun Sep 15 18:22:57 UTC 2013
Modified Files:
src/sys/arch/sandpoint/stand/altboot: version
Log Message:
New version can read the MAC address for QNAP systems from flash.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 s
Module Name:src
Committed By: matt
Date: Wed Aug 21 06:44:02 UTC 2013
Modified Files:
src/sys/arch/sandpoint/stand/altboot: Makefile
Log Message:
Use
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/sandpoint/stand/altboot/Makefile
Please note
Module Name:src
Committed By: phx
Date: Tue Dec 25 17:07:07 UTC 2012
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c rge.c
Log Message:
QNAP V200 boards have no EEPROM for the MAC address, so all devices default
to the same address (00:e0:4c:69:20:01).
Now
Module Name:src
Committed By: phx
Date: Tue Dec 25 17:02:35 UTC 2012
Modified Files:
src/sys/arch/sandpoint/stand/altboot: main.c
Log Message:
Add a DEBUG function to search the Flash for byte-streams, as U-Boot usually
doesn't offer a search function.
To generate a diff
Module Name:src
Committed By: nisimura
Date: Fri Apr 27 00:35:43 UTC 2012
Modified Files:
src/sys/arch/sandpoint/stand/altboot: main.c
Log Message:
Comment improvement. altboot(8) is now aware of the disk removal
for mirrored drive configuration.
To generate a diff of th
Module Name:src
Committed By: phx
Date: Thu Apr 26 19:59:37 UTC 2012
Modified Files:
src/sys/arch/sandpoint/stand/altboot: README.altboot dsk.c globals.h
main.c
Log Message:
Multiple boot devices and/or paths may be specified, which are booted one
after another
Module Name:src
Committed By: nisimura
Date: Tue Apr 24 14:56:07 UTC 2012
Modified Files:
src/sys/arch/sandpoint/stand/altboot: README.altboot
Log Message:
Add KURO-BOX/T4 vendor custom U-Boot version message.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10
Module Name:src
Committed By: phx
Date: Mon Apr 16 16:55:29 UTC 2012
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c globals.h main.c
Log Message:
Improved Synology CS/RS support: watch power-state of all SATA drives before
initializing them, configure dri
Module Name:src
Committed By: nisimura
Date: Mon Apr 9 14:02:04 UTC 2012
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c
Log Message:
The processor ExtClk value of Kurobox/T4 is comfirmed as 32768000.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: nisimura
Date: Mon Apr 9 12:40:56 UTC 2012
Modified Files:
src/sys/arch/sandpoint/stand/altboot: dsk.c
Log Message:
Refactor disklabel decode logic. RAIDFRAME case needs more attention
as it's not certain whether a general solution.
To gen
Module Name:src
Committed By: nisimura
Date: Sun Apr 8 10:38:34 UTC 2012
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c globals.h
Log Message:
Add an entry for Terastation TGL miconv2 satellite processor which
features a more complex protocol than Linkst
Module Name:src
Committed By: phx
Date: Sun Jan 22 13:16:54 UTC 2012
Modified Files:
src/sys/arch/sandpoint/stand/altboot: dsk.c
Log Message:
Cleanup in perform_atareset().
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/sandpoint/stand/altboot
Module Name:src
Committed By: phx
Date: Sun Jan 22 13:08:17 UTC 2012
Modified Files:
src/sys/arch/sandpoint/stand/altboot: dsk.c globals.h main.c pciide.c
siisata.c version
Log Message:
Support PATA drive configuration option (ide:N[N...]).
Wait until drives ar
Module Name:src
Committed By: phx
Date: Sat Jan 14 22:36:54 UTC 2012
Modified Files:
src/sys/arch/sandpoint/stand/altboot: README.altboot brdsetup.c
Log Message:
Netronics is spelled Netronix.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/sandp
Module Name:src
Committed By: phx
Date: Sat Jan 14 20:16:53 UTC 2012
Modified Files:
src/sys/arch/sandpoint/stand/altboot: README.altboot
Log Message:
Add NH230 PPCboot version.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/sandpoint/stand/altb
Module Name:src
Committed By: phx
Date: Sat Jan 14 20:03:12 UTC 2012
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c entry.S
Log Message:
Add 0x7000 BAT-mapping for NH230/231.
NH23x: Initialize LEDs on startup (status off, to indicate the bootloader
is
Module Name:src
Committed By: phx
Date: Sun Jan 8 14:53:54 UTC 2012
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c
Log Message:
Set the extclk for NH230 to 3300Hz.
Prepare a synosetup() function which should set a different extclk for
the 400MHz mode
Module Name:src
Committed By: phx
Date: Sat Jan 7 19:57:49 UTC 2012
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c globals.h
Log Message:
NH230 PPCBoot configures the memory boundary registers for 128MB, although
the board has only 64MB. Fix that.
To g
Module Name:src
Committed By: phx
Date: Sun Jan 1 18:25:03 UTC 2012
Modified Files:
src/sys/arch/sandpoint/stand/altboot: main.c
Log Message:
Handle devices with two network interfaces (e.g. a DSM-G600 with stge(4)
and ath(4)).
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: phx
Date: Sun Jan 1 14:16:41 UTC 2012
Modified Files:
src/sys/arch/sandpoint/stand/altboot: README.altboot
Log Message:
Add Iomega StorCenter.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/sandpoint/stand/altboot/
Module Name:src
Committed By: phx
Date: Sun Nov 13 16:22:18 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: README.altboot
Log Message:
Add DS-106j.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/sandpoint/stand/altboot/README.alt
Module Name:src
Committed By: phx
Date: Sun Nov 13 00:06:54 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: pciide.c
Log Message:
Make the chipfix() functions return void instead of int, as the return
value is useless. Suggested by nisimura.
To generate a
Module Name:src
Committed By: phx
Date: Sat Nov 12 23:52:54 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c version
Log Message:
Improved Iomega microcontroller support. Bumped version to 1.8.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: phx
Date: Sat Nov 12 16:56:12 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: dsk.c pciide.c
Log Message:
Add support for IT821x IDE.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/sandpoint/stand/a
Module Name:src
Committed By: phx
Date: Mon Nov 7 21:11:56 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c
Log Message:
Fixed Iomega microcontroller support. Implemented Iomega reboot function.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: phx
Date: Sun Nov 6 20:20:57 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c globals.h main.c
Log Message:
Added a test terminal for communicating with the satellite microcontroller.
When compiled with DEBUG option i
Module Name:src
Committed By: nisimura
Date: Wed Nov 2 04:10:33 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: pciide.c
Log Message:
VIA 82C586A/B 82C686A/B SouthBridges share PCI ID 0x1066-0571.
They are distinguishable by looking at PCI-ISA bridge PCI ID
Module Name:src
Committed By: phx
Date: Tue Nov 1 16:32:57 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c dsk.c pciide.c
Log Message:
The Apollo family of IDE interface chips has both channels disabled by
default, so we have to enable them in a
Module Name:src
Committed By: phx
Date: Sun Oct 30 21:08:33 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c dsk.c entry.S fxp.c
globals.h nvt.c rge.c skg.c stg.c vge.c
Log Message:
Added in8() and out8() to access a byte with reorder-p
Module Name:src
Committed By: phx
Date: Sun Oct 30 20:42:09 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: Makefile entry.S
Added Files:
src/sys/arch/sandpoint/stand/altboot: exception.c
Log Message:
Make sure to disable interrupts, as U-Boot may ca
Module Name:src
Committed By: jdc
Date: Mon Jun 20 19:48:05 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: dsk.c
Log Message:
Add support for booting from RAID 1.
Note, that the RAID partition must be the first partition of the disk.
Reviewed by phx@.
To
Module Name:src
Committed By: phx
Date: Wed Jun 8 18:06:02 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: dsk.c
Log Message:
Support disk units from multiple IDE/SATA PCI controllers.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/ar
Module Name:src
Committed By: phx
Date: Thu Jun 2 16:41:32 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: README.altboot
Log Message:
Add PPCBoot version from DS-207 and CS-407e.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/sa
Module Name:src
Committed By: phx
Date: Mon May 30 19:48:12 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: siisata.c
Log Message:
When a drive is present, retry ATA-reset for a maximum of 10 seconds, until
successful.
To generate a diff of this commit:
cv
Module Name:src
Committed By: phx
Date: Sun May 29 18:06:45 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c skg.c
Log Message:
When PPCBoot supports the SKnet interface it will configure it to automatically
byte-reverse all descriptors by setting
Module Name:src
Committed By: phx
Date: Wed May 25 19:26:21 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: Makefile
Removed Files:
src/sys/arch/sandpoint/stand/altboot: printf.c
Log Message:
Use printf() from libsa.
Ok by nisimura@.
To generate a
Module Name:src
Committed By: phx
Date: Fri Apr 29 22:21:36 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: rge.c
Log Message:
When we stretch a short frame to 60 bytes in rge_send() do not return 60,
but the original frame size.
To generate a diff of this
Module Name:src
Committed By: phx
Date: Tue Apr 26 08:08:40 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c
Log Message:
Priority of QNAP board detection was still too high. It should be lowest,
because a Realtek chip at pci device 15 is used on s
Module Name:src
Committed By: phx
Date: Mon Apr 25 18:30:18 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: pciide.c
Log Message:
Add VIA VT6410 vendor/product IDs (StorCenter).
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/sandp
Module Name:src
Committed By: phx
Date: Mon Apr 25 18:29:33 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: main.c
Log Message:
Also scan for PCI_CLASS_RAID, when looking for disk devices.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/s
Module Name:src
Committed By: phx
Date: Mon Apr 25 18:28:47 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c
Log Message:
Detect StorCenter before QNAP, otherwise the Realtek NIC will mis-detect as
StorCenter boards as QNAP.
To generate a diff of
Module Name:src
Committed By: phx
Date: Tue Apr 19 17:49:38 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: pciide.c
Log Message:
Some DSM-G600 use a Acard ATP865A instead of ATP865. Added its product id.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: phx
Date: Tue Apr 19 14:12:54 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: README.altboot
Log Message:
Added a detailed description of altboot command line and boot arguments.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: phx
Date: Sun Apr 17 13:09:30 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c
Log Message:
DSM-G600 has a 33.000 MHz oscillator on board.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/sa
Module Name:src
Committed By: phx
Date: Wed Apr 13 18:32:21 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c
Log Message:
ExtClk for QNAP should be the same as for Synology's 266MHz systems.
This seems logical, as both boards are very similar, and
Module Name:src
Committed By: phx
Date: Sat Apr 9 19:56:20 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c
Log Message:
Set D-Link DSM-G600 power LED to solid green on start.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys
Module Name:src
Committed By: phx
Date: Fri Apr 8 08:29:07 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: README.altboot
Log Message:
QNAP support.
Note about the D-Link firmware.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/s
Module Name:src
Committed By: phx
Date: Mon Apr 4 16:41:34 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: rge.c
Log Message:
Make sure a frame is at least 60 bytes, as Realtek does not automatically
expand small frames.
Patch suggested by nisimura@.
To g
Module Name:src
Committed By: phx
Date: Sun Mar 27 19:09:43 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: rge.c
Log Message:
Fixed PHY access.
Support 8169SC/8110SC (as found on QNAP V200 boards).
Make frame receiving work (FRAMELEN <-> FRAMESIZE).
Driver
Module Name:src
Committed By: phx
Date: Sat Mar 26 17:55:05 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c globals.h
Log Message:
QNAP support. Detect wm(4) based V1.02 and re(4) based V200 boards.
That should include all TS-101 and TS-201 models
Module Name:src
Committed By: phx
Date: Sun Mar 20 02:07:05 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: main.c
Log Message:
The DSM-G600 U-Boot is so restricted that there is no possibility to pass
any bootargs. So we will just do the default multiuser b
Module Name:src
Committed By: phx
Date: Sun Mar 13 15:23:43 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: README.altboot entry.S main.c
version
Log Message:
With the new boot argument "altboot" the program can replace itself with a
new binary w
Module Name:src
Committed By: phx
Date: Sun Mar 13 01:56:22 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c globals.h main.c
Log Message:
Enter interactive mode, when a key is pressed within two seconds.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: phx
Date: Sat Mar 12 16:41:23 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c globals.h main.c nif.c
stg.c
Log Message:
Introduced an optional shutdown function for all network interfaces.
This is needed t
Module Name:src
Committed By: phx
Date: Fri Mar 11 17:46:30 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c stg.c
Log Message:
Some code cleanup, suggested by nisimura@.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/sa
Module Name:src
Committed By: phx
Date: Thu Mar 10 21:11:50 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c globals.h pci.c
pciide.c stg.c
Log Message:
Make sure the device class is IDE (class 0, subclass 1), before checking
the PCI in
Module Name:src
Committed By: phx
Date: Wed Mar 9 20:35:56 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: pciide.c
Log Message:
Check the PCI-interface for legacy/native mode, not the PCI-revision.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r
Module Name:src
Committed By: phx
Date: Tue Mar 8 19:00:39 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: stg.c
Log Message:
Driver seems to work now. Successfully booted a kernel via BOOTP and NFS on
an ST1023-compatible IC+ IP1000A chip.
To generate a
Module Name:src
Committed By: phx
Date: Mon Mar 7 22:18:46 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: printf.c
Log Message:
mkdigit() didn't work with values which have bit 31 set (>=0x8000).
Do not cast to (int).
To generate a diff of this commi
Module Name:src
Committed By: phx
Date: Sun Mar 6 20:36:29 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: nif.c
Log Message:
Renamed "stg" to "stge" as in the kernel.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/sandpoint/stan
Module Name:src
Committed By: phx
Date: Sun Mar 6 18:22:13 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: Makefile brdsetup.c devopen.c
globals.h main.c
Added Files:
src/sys/arch/sandpoint/stand/altboot: memfs.c memfs.h
Log Message:
Sup
Module Name:src
Committed By: phx
Date: Sun Mar 6 13:55:12 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: Makefile brdsetup.c dsk.c
globals.h main.c nif.c pciide.c siisata.c
Added Files:
src/sys/arch/sandpoint/stand/altboot: stg.c
Log M
Module Name:src
Committed By: phx
Date: Sat Feb 26 20:11:24 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: Makefile entry.S main.c version
Log Message:
Build altboot.img, which fakes a Linux kernel module, loadable with "bootm",
for extremely stripped U-Boo
Module Name:src
Committed By: nisimura
Date: Mon Feb 14 06:21:29 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c globals.h pci.c
Log Message:
- add preliminary Netronics NH230 and NH231 supports.
- assign PCI configuration register 0x3c with IDSEL
Module Name:src
Committed By: nisimura
Date: Thu Feb 10 13:38:08 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c dsk.c globals.h main.c
nif.c pci.c
Log Message:
- some rework for PCI device enumeration.
- allow dual IDE/SATA devices.
-
Module Name:src
Committed By: nisimura
Date: Tue Feb 8 00:33:05 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c globals.h pciide.c
Log Message:
- add preliminary code to support D-Link DSM-G600 rev.B NAS.
- it features 9600bps console, Moto MCU o
Module Name:src
Committed By: nisimura
Date: Mon Feb 7 12:45:21 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c
Log Message:
add IOMEGA StorCenter fixup codes. Need more change as the satellite
microcontroller protocol is defined in 8-byte fixed
Module Name:src
Committed By: phx
Date: Thu Jan 27 17:38:05 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: dsk.c fxp.c globals.h main.c
nvt.c pci.c rge.c siisata.c sip.c skg.c sme.c vge.c wm.c
Log Message:
Debugging output is only visible when D
Module Name:src
Committed By: phx
Date: Thu Jan 27 16:13:51 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: Makefile
Log Message:
Some cleanup. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/sandpoint/stand/a
Module Name:src
Committed By: nisimura
Date: Thu Jan 27 04:54:40 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: Makefile
Log Message:
remove an excess echo line accidentally creeped in.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/a
Module Name:src
Committed By: nisimura
Date: Thu Jan 27 04:32:49 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: Makefile
Log Message:
arrange vers.c generation to honour MKREPRO for global build control.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: nisimura
Date: Wed Jan 26 13:36:49 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: Makefile main.c
Log Message:
one more twist to complete newvers_stand.sh transition. Include timestamp
in banner.
To generate a diff of this co
Module Name:src
Committed By: phx
Date: Wed Jan 26 13:13:25 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: main.c
Log Message:
bootprog_maker and bootprog_date are missing since we switched to the
MI newvers_stand.sh script. Remove the refering information
Module Name:src
Committed By: nisimura
Date: Sun Jan 23 07:41:38 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: Makefile main.c version
Removed Files:
src/sys/arch/sandpoint/stand/altboot: newvers.sh
Log Message:
switch to use newvers_stand.sh as su
Module Name:src
Committed By: nisimura
Date: Sun Jan 23 02:08:24 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: printf.c
Log Message:
fix a failure in the sign extension consideration.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/ar
Module Name:src
Committed By: nisimura
Date: Sun Jan 23 01:32:08 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: dsk.c globals.h printf.c
Added Files:
src/sys/arch/sandpoint/stand/altboot: newvers.sh version
Log Message:
- add "ll" modifier to printf
92 matches
Mail list logo