History log of /netbsd/sys/arch/sandpoint/stand/altboot/globals.h (Results 1 – 21 of 21)
Revision Date Author Comments
# 7c9fe1da 30-Sep-2015 phx <phx@NetBSD.org>

Pass a name and flags precisely describing the current model and its
features via a new bootinfo node (currently Synology only). This allows
for example the configuration of model-specific temperatur

Pass a name and flags precisely describing the current model and its
features via a new bootinfo node (currently Synology only). This allows
for example the configuration of model-specific temperature I2C sensors
and fan control.
Support for the Synology DS207 and DS209 drive LEDs and wait until the
2nd drive is completely powered up.

show more ...


# 487164e7 29-Sep-2015 phx <phx@NetBSD.org>

The disk's unittag is not equal to the channel, so we need an additional
unitchan entry to make lba_read() work in all cases.
The libsa-printf() does not seem to support 64-bit output, so cast the
bl

The disk's unittag is not equal to the channel, so we need an additional
unitchan entry to make lba_read() work in all cases.
The libsa-printf() does not seem to support 64-bit output, so cast the
block number to unsigned when printing an error message.

show more ...


# 9af39cbc 26-Apr-2012 phx <phx@NetBSD.org>

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

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.

show more ...


# b35e2e80 16-Apr-2012 phx <phx@NetBSD.org>

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

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.

show more ...


# 55c79589 08-Apr-2012 nisimura <nisimura@NetBSD.org>

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


# 0b7aed60 22-Jan-2012 phx <phx@NetBSD.org>

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.


# 2791f8da 07-Jan-2012 phx <phx@NetBSD.org>

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


# 804023ce 06-Nov-2011 phx <phx@NetBSD.org>

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


# a3034375 30-Oct-2011 phx <phx@NetBSD.org>

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


# 2ad467a9 26-Mar-2011 phx <phx@NetBSD.org>

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 s

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.

show more ...


# a89d12f6 13-Mar-2011 phx <phx@NetBSD.org>

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


# c1a34174 12-Mar-2011 phx <phx@NetBSD.org>

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 examp

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.

show more ...


# a377b6d5 10-Mar-2011 phx <phx@NetBSD.org>

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 I

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.

show more ...


# 6ecb01ed 06-Mar-2011 phx <phx@NetBSD.org>

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.


# ca00057f 06-Mar-2011 phx <phx@NetBSD.org>

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 cle

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.

show more ...


# df23d0d3 14-Feb-2011 nisimura <nisimura@NetBSD.org>

- 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.


# 86ef7cbf 10-Feb-2011 nisimura <nisimura@NetBSD.org>

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


# 53ad4348 08-Feb-2011 nisimura <nisimura@NetBSD.org>

- 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.


# 9d74806a 27-Jan-2011 phx <phx@NetBSD.org>

Debugging output is only visible when DEBUG is defined.


# f8922af7 23-Jan-2011 nisimura <nisimura@NetBSD.org>

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


# 03058ddd 23-Jan-2011 nisimura <nisimura@NetBSD.org>

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