The NetBSD Project

CVS log for src/sys/arch/sandpoint/stand/altboot/globals.h

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / sandpoint / stand / altboot

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.19 / (download) - annotate - [select for diffs], Thu Apr 26 19:59:37 2012 UTC (13 months, 3 weeks ago) by phx
Branch: MAIN
CVS Tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, tls-maxphys-nbase, tls-maxphys-base, tls-maxphys, khorben-n900, jmcneill-usbmp-base9, jmcneill-usbmp-base10, agc-symver-base, agc-symver, HEAD
Changes since 1.18: +17 -15 lines
Diff to previous 1.18 (colored)

Multiple boot devices and/or paths may be specified, which are booted one
after another until success. When no boot device is specified altboot tries
to boot from all disk devices with a valid NetBSD disklabel, starting with
unit 0.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Apr 16 16:55:29 2012 UTC (14 months ago) by phx
Branch: MAIN
Changes since 1.17: +8 -1 lines
Diff to previous 1.17 (colored)

Improved Synology CS/RS support: watch power-state of all SATA drives before
initializing them, configure drive LEDs to reflect SATA activity.
Configure drives on all ATA PCI devices, not only on the first one.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Apr 8 10:38:34 2012 UTC (14 months, 1 week ago) by nisimura
Branch: MAIN
CVS Tags: yamt-pagecache-base4
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)


Add an entry for Terastation TGL miconv2 satellite processor which
features a more complex protocol than Linkstation/Kurobox.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Jan 22 13:08:16 2012 UTC (16 months, 4 weeks ago) by phx
Branch: MAIN
CVS Tags: netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2
Changes since 1.15: +11 -2 lines
Diff to previous 1.15 (colored)

Support PATA drive configuration option (ide:N[N...]).
Wait until drives are ready after cold-start.
Wake up drives from standby mode.
A default command line can be saved to flash as initrd image.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Jan 7 19:57:49 2012 UTC (17 months, 1 week ago) by phx
Branch: MAIN
Changes since 1.14: +1 -2 lines
Diff to previous 1.14 (colored)

NH230 PPCBoot configures the memory boundary registers for 128MB, although
the board has only 64MB. Fix that.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Nov 6 20:20:57 2011 UTC (19 months, 1 week ago) by phx
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base, jmcneill-audiomp3-base, jmcneill-audiomp3
Branch point for: jmcneill-usbmp
Changes since 1.13: +6 -1 lines
Diff to previous 1.13 (colored)

Added a test terminal for communicating with the satellite microcontroller.
When compiled with DEBUG option it can be entered by typing 'C'.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Oct 30 21:08:33 2011 UTC (19 months, 2 weeks ago) by phx
Branch: MAIN
CVS Tags: yamt-pagecache-base
Branch point for: yamt-pagecache
Changes since 1.12: +4 -2 lines
Diff to previous 1.12 (colored)

Added in8() and out8() to access a byte with reorder-protection.
Use it in all drivers instead of (volatile uint8_t *).

Revision 1.12 / (download) - annotate - [select for diffs], Sat Mar 26 17:55:05 2011 UTC (2 years, 2 months ago) by phx
Branch: MAIN
CVS Tags: rmind-uvmplock-nbase, rmind-uvmplock-base, jym-xensuspend-nbase, jym-xensuspend-base, cherry-xenmp-base, cherry-xenmp
Branch point for: jruoho-x86intr
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

QNAP support. Detect wm(4) based V1.02 and re(4) based V200 boards.
That should include all TS-101 and TS-201 models.
Add reset-code and LED-illumination code for the QNAP PIC, which listens
on the second UART with 19200 bps.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Mar 13 01:56:21 2011 UTC (2 years, 3 months ago) by phx
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Enter interactive mode, when a key is pressed within two seconds.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Mar 12 16:41:23 2011 UTC (2 years, 3 months ago) by phx
Branch: MAIN
Changes since 1.9: +4 -2 lines
Diff to previous 1.9 (colored)

Introduced an optional shutdown function for all network interfaces.
This is needed to stop a NIF and make it return to a known state. A running
NIF may cause all sorts of bad effects, like for example making it impossible
to reboot a board without a hardware-reset function.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Mar 10 21:11:49 2011 UTC (2 years, 3 months ago) by phx
Branch: MAIN
Changes since 1.8: +6 -2 lines
Diff to previous 1.8 (colored)

Make sure the device class is IDE (class 0, subclass 1), before checking
the PCI interface for native/legacy mode. Different subclasses are always
assumed being in native mode. That makes the Acard IDE controller work.

New macros for PCI interface, revision and class.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Mar 6 18:22:13 2011 UTC (2 years, 3 months ago) by phx
Branch: MAIN
Changes since 1.7: +4 -1 lines
Diff to previous 1.7 (colored)

Suport for loading a kernel from memory (RAM, ROM or Flash).
The boot file path should look like "mem:<address>", where <address> is
the start address, in hex notation, of the file in memory.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Mar 6 13:55:12 2011 UTC (2 years, 3 months ago) by phx
Branch: MAIN
Branch point for: bouyer-quota2
Changes since 1.6: +10 -1 lines
Diff to previous 1.6 (colored)

New experimental driver for SundanceIT ST1023 / IP1000+ NICs.
PHY initialization, media select and MAC address are working, but I found no
way to make the chip transmit any frame yet (although it clears the DONE flag).

Moved DSK_DECL to globals.h, where NIF_DECL already was.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Feb 14 06:21:29 2011 UTC (2 years, 4 months ago) by nisimura
Branch: MAIN
CVS Tags: uebayasi-xip-base7, bouyer-quota2-nbase, bouyer-quota2-base
Branch point for: rmind-uvmplock
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

- add preliminary Netronics NH230 and NH231 supports.
- assign PCI configuration register 0x3c with IDSEL value by PCI framework,
  eliminating most of pcifixup() logic in simple NASes.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Feb 10 13:38:08 2011 UTC (2 years, 4 months ago) by nisimura
Branch: MAIN
Changes since 1.4: +11 -6 lines
Diff to previous 1.4 (colored)

- some rework for PCI device enumeration.
- allow dual IDE/SATA devices.
- fix a typo of D-Link #define.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Feb 8 00:33:05 2011 UTC (2 years, 4 months ago) by nisimura
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

- add preliminary code to support D-Link DSM-G600 rev.B NAS.
- it features 9600bps console, Moto MCU on the 2nd DUART channel,
  ACARD ATP865 PCIIDE and IP Plus IP1000A GbE.  It has MiniPCI
  slot.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jan 27 17:38:04 2011 UTC (2 years, 4 months ago) by phx
Branch: MAIN
Changes since 1.2: +7 -1 lines
Diff to previous 1.2 (colored)

Debugging output is only visible when DEBUG is defined.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 23 01:32:08 2011 UTC (2 years, 4 months ago) by nisimura
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (colored)

- add "ll" modifier to printf.
- be more conscious about int type propagation.
- add missing version and newvers.sh

Revision 1.1 / (download) - annotate - [select for diffs], Sun Jan 23 01:05:30 2011 UTC (2 years, 4 months ago) by nisimura
Branch: MAIN

change bootloader name to "altboot".  bump version and add README.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>