History log of /netbsd/distrib/hp300/miniroot/install.md (Results 1 – 21 of 21)
Revision Date Author Comments
# 6f76a41b 26-Mar-2023 andvar <andvar@NetBSD.org>

s/displyed/displayed/


# cfe932b7 05-Dec-2020 tsutsui <tsutsui@NetBSD.org>

Use proper release version strings ("9.1" rather than "91") in banners.

Also define and use "MACHINE" variable to describe port names
(no uname(1) or sysctl(8) in miniroot binary list by default).

Use proper release version strings ("9.1" rather than "91") in banners.

Also define and use "MACHINE" variable to describe port names
(no uname(1) or sysctl(8) in miniroot binary list by default).

I guess the short format like "91" by ${DISTRIBREV} was used only
for split sets for floppies in 1990's releases.

Worth to pullup to netbsd-9.

show more ...


# 6d1a9ed4 05-Dec-2020 tsutsui <tsutsui@NetBSD.org>

Add missing md_get_partition_range() that causes installation failure.

Also reported by Martin Trusler on testing hp300 miniroot.
Should be pulled up to netbsd-9 and netbsd-8.


# 3b183543 05-Dec-2020 tsutsui <tsutsui@NetBSD.org>

The kernel and X sets should be specified in MD miniroot scripts.

Otherwise they are not listed at least on ftp installation.
The problem was reported by Martin Trusler on port-hp300@:
https://mail

The kernel and X sets should be specified in MD miniroot scripts.

Otherwise they are not listed at least on ftp installation.
The problem was reported by Martin Trusler on port-hp300@:
https://mail-index.netbsd.org/port-hp300/2020/11/21/msg000174.html

Should be pulled up to netbsd-9 and netbsd-8.

show more ...


# 51439495 10-Apr-2019 christos <christos@NetBSD.org>

adjust miniroot scripts to deal with the time prefix in dmesg


# fe6aed9c 04-Apr-2019 christos <christos@NetBSD.org>

modernize, and avoid -a -o


# 7908a815 06-Feb-2011 tsutsui <tsutsui@NetBSD.org>

Switch NetBSD/hp300 to wscons with rasops. Simply ported from OpenBSD/hp300.

- Only A1416 Kathmandu (topcat) framebuffer on 425t is tested, but
all other variants (TigerShark, Hyperion, DaVinci, G

Switch NetBSD/hp300 to wscons with rasops. Simply ported from OpenBSD/hp300.

- Only A1416 Kathmandu (topcat) framebuffer on 425t is tested, but
all other variants (TigerShark, Hyperion, DaVinci, GatorBox, Renaissance)
should also work if they are working on OpenBSD/hp300.
- sti(4) and SGC bus support are not pulled because I don't have 425e
and I can't confirm that 362 and 382 actually have SGC bus.
(I'll commit a DIO based dumb driver for 362 and 382 framebuffers later)
- Xorg server with wsfb driver will also be integrated soon
once after keycode with NoSymbol problem is addressed.
(We have to re-think what code should be used on WSDISPLAY_COMPAT_RAWKBD)
- MI HIL keyboard and mouse drivers are working fine though
cngetc via hilkbd has some problem (still we can input commands).
- No old HP-UX like HIL ioctl compatibility (we removed COMPAT_HPUX anyway).
grfinfo(8) and hilinfo(8) will be removed shortly.

Demonstrated on NetBSD booth at Open Source Conference 2011 Kagawa.

show more ...


# dc8b93ef 08-May-2009 tsutsui <tsutsui@NetBSD.org>

Make install.md script probe cd(4) devices properly.
Problem reported by doomwarrior on port-hp300.


# 11a6dbe7 30-Apr-2008 martin <martin@NetBSD.org>

Convert TNF licenses to new 2 clause variant


# 1a7f69d4 29-Jul-2006 tsutsui <tsutsui@NetBSD.org>

After extracting sets, copy miniroot kernel only if there is
no extracted kernel in the target disk.


# 4f082439 21-Jul-2006 tsutsui <tsutsui@NetBSD.org>

Use MI installboot(8), not obsolete disklabel(8) with -B.


# a9fac00a 04-Jun-2006 tsutsui <tsutsui@NetBSD.org>

Also fix md_get_cddevs() to match cd probe messages by MI SCSI drivers.
(untested)


# 2c0d282c 04-Jun-2006 tsutsui <tsutsui@NetBSD.org>

Fix md_get_diskdevs() to match sd probe messages by MI SCSI drivers.
Problem reported by Juha Laiho on port-hp300.


# 87ce3fd0 23-Feb-2003 he <he@NetBSD.org>

Remove the need to include grep in the miniroot; replace with
usage of awk instead.


# 5b10661b 17-Mar-2002 gmcgarry <gmcgarry@NetBSD.org>

Warn than the INSTALL kernel has been installed.


# c8f77c0b 09-Oct-1997 jtc <jtc@NetBSD.org>

Fix tipo inherited from old version of TNF copyright template.


# 21526da6 11-Oct-1996 thorpej <thorpej@NetBSD.org>

Merge the netbsd-1-2 branch back into the mainline.


# 25507ee8 26-Aug-1996 thorpej <thorpej@NetBSD.org>

Pull md_install_sets() changes down from release branch.


# 682e5d1a 22-Aug-1996 mrg <mrg@NetBSD.org>

do md_install_sets.


# a3c63c03 26-Jun-1996 thorpej <thorpej@NetBSD.org>

Add md_copy_kernel().
(I have the feeling that a cvs merge botched at some point...)


# f965d026 11-Jun-1996 thorpej <thorpej@NetBSD.org>

Remove the hp300-specific installation tools and use the MI minroot
tools.