History log of /openbsd/sys/arch/hppa/hppa/autoconf.c (Results 1 – 25 of 63)
Revision Date Author Comments
# 3ad05d8a 02-Sep-2022 miod <miod@openbsd.org>

Constify nam2blk[], chrtoblktbl[] and octeon devmap[].
ok mpi@ millert@


# 68b8e131 27-Jan-2018 naddy <naddy@openbsd.org>

Sync the nam2blk entries with the bdevsw table, which is the
definitive list of block devices supported on an architecture.
ok kettenis@ deraadt@


# b7cf9720 15-Sep-2014 miod <miod@openbsd.org>

Remove non-standard <sys/dkstat.h> header. It has not contained anything
related to disk stastics for almost 17 years, and the remaining
userland-visible defines duplicate those found in <sys/sched.h

Remove non-standard <sys/dkstat.h> header. It has not contained anything
related to disk stastics for almost 17 years, and the remaining
userland-visible defines duplicate those found in <sys/sched.h>.

Move the remaining _KERNEL defines to <sys/tty.h> where they belong, and
update all users to cope with this.

ok kettenis@

show more ...


# 14cdf5da 04-Sep-2014 miod <miod@openbsd.org>

Revert previous change, but use curcpu()->ci_schedstate.spc_cp_time[] instead
of global cp_time[] for live information, as loadavg is not updated fast
enough for hz/16 blinking rate. Prompted by feed

Revert previous change, but use curcpu()->ci_schedstate.spc_cp_time[] instead
of global cp_time[] for live information, as loadavg is not updated fast
enough for hz/16 blinking rate. Prompted by feedback from mickey@

show more ...


# 7c967a73 29-Aug-2014 miod <miod@openbsd.org>

Use the load average from averunnable.ldavg[] instead of bogus cp_time[]
arithmetic to display the load average in leds 5-8 of 8 led systems.


# c8b758f8 08-May-2014 miod <miod@openbsd.org>

Format string fixes and removal of -Wno-format for hppa kernels.


# ff8e09f5 04-Oct-2013 kettenis <kettenis@openbsd.org>

Fix boot device matching in the presence of mpath(4).

ok dlg@, jsing@


# dd6e4488 24-May-2010 deraadt <deraadt@openbsd.org>

Add missing prototypes
ok jsing kettenis


# 4ec9747f 06-May-2010 jsing <jsing@openbsd.org>

Count the number of CPUs in the system.

ok kettenis@


# c7260238 29-Apr-2010 jsing <jsing@openbsd.org>

Currently pdc_scanbus() scans in reverse, which results in physical CPU0
attaching as cpu1 and physical CPU1 attaching as cpu0. Split the device
scan into two parts - the first pass scans forward and

Currently pdc_scanbus() scans in reverse, which results in physical CPU0
attaching as cpu1 and physical CPU1 attaching as cpu0. Split the device
scan into two parts - the first pass scans forward and attaches memory
and CPUs, whilst the second pass scans in reverse attaching the
remaining devices, thus preserving current semantics.

Found the hard way whilst trying to spin up the secondary CPU on my j6750.

ok miod@ kettenis@

show more ...


# 894da477 21-Jul-2008 todd <todd@openbsd.org>

nam2blk[] needs a "vnd" entry for some things (like softraid)
ok marco@ no objection miod@ need this for regress djm@ no objection krw@


# fd3cf6fc 20-Apr-2008 kettenis <kettenis@openbsd.org>

Print bootpath in the canonical place.


# f4aa8654 22-Aug-2007 kettenis <kettenis@openbsd.org>

Subsequent address ranges start at index 1, not index 0.


# 68c4b2d8 01-Jun-2007 miod <miod@openbsd.org>

Infrastructure to allow root on wd0.


# 4ccde599 01-Jun-2007 deraadt <deraadt@openbsd.org>

some architectures called setroot() from cpu_configure(), *way* before some
subsystems were enabled. others used a *md_diskconf -> diskconf() method to
make sure init_main could "do late setroot".

some architectures called setroot() from cpu_configure(), *way* before some
subsystems were enabled. others used a *md_diskconf -> diskconf() method to
make sure init_main could "do late setroot". Change all architectures to
have diskconf(), use it directly & late. tested by todd and myself on most
architectures, ok miod too

show more ...


# e17d3b39 29-May-2007 deraadt <deraadt@openbsd.org>

start of dumpconf() unification, which one day we can pray will be MI
(and part of setroot); ok miod


# 32c041f0 04-May-2007 deraadt <deraadt@openbsd.org>

make findblkmajor() and findblkname() MI; ok miod


# 7dc861ca 04-May-2007 deraadt <deraadt@openbsd.org>

setroot() was a ugly mix of MI and MD code, with different bugs on different
machines. Instead -- build one solid clean MI version, and thenchange all
the architectures to use it. ok various people

setroot() was a ugly mix of MI and MD code, with different bugs on different
machines. Instead -- build one solid clean MI version, and thenchange all
the architectures to use it. ok various people, tested on almost all cases.
(it is a 10094 line diff..)

show more ...


# a0837789 28-Nov-2006 dlg <dlg@openbsd.org>

rename scsibus_attach_args to scsi_attach_args. this can help avoid
confusing when trying to attach scsibus to a hba, since it is really meant
for attaching scsi devices to scsibus.

ok deraadt@ marc

rename scsibus_attach_args to scsi_attach_args. this can help avoid
confusing when trying to attach scsibus to a hba, since it is really meant
for attaching scsi devices to scsibus.

ok deraadt@ marco@

show more ...


# 980c3229 27-Dec-2005 miod <miod@openbsd.org>

Remove unused sw_nblks field of struct swdevt. Then, remove swapconf()
which duplicates work done by uvm_swap_init().


# 8d623b2e 17-Jan-2005 mickey <mickey@openbsd.org>

remove stale todo-comment


# 5cf5f4a3 25-Dec-2004 miod <miod@openbsd.org>

Use list and queue macros where applicable to make the code easier to read;
no functional change.


# 7bd303e4 15-Sep-2004 mickey <mickey@openbsd.org>

scan cpu bus manually for some machines do not support that in prom


# bbdcbdb8 14-Sep-2004 mickey <mickey@openbsd.org>

print layers in hex


# b98fded1 23-Dec-2003 mickey <mickey@openbsd.org>

make it a righteous print of the bootpath (tail gravity it has that is)


123