Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Rename NetBSD/hp700 to NetBSD/hppa.



details:   https://anonhg.NetBSD.org/src/rev/ba28aeadd5cf
branches:  trunk
changeset: 326963:ba28aeadd5cf
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Feb 24 07:23:38 2014 +0000

description:
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.

diffstat:

 build.sh                                     |     6 +-
 distrib/cdrom/current.conf                   |     4 +-
 distrib/hp700/Makefile                       |     9 -
 distrib/hp700/cdroms/Makefile                |     6 -
 distrib/hp700/cdroms/Makefile.cdrom          |    11 -
 distrib/hp700/cdroms/installcd/Makefile      |     8 -
 distrib/hp700/kernel/Makefile                |    24 -
 distrib/hp700/ramdisk/Makefile               |    42 -
 distrib/hp700/ramdisk/dot.profile            |    80 -
 distrib/hp700/ramdisk/list                   |    81 -
 distrib/hp700/sysnbsd/Makefile               |    18 -
 distrib/hppa/Makefile                        |     9 +
 distrib/hppa/cdroms/Makefile                 |     6 +
 distrib/hppa/cdroms/Makefile.cdrom           |    11 +
 distrib/hppa/cdroms/installcd/Makefile       |     8 +
 distrib/hppa/kernel/Makefile                 |    24 +
 distrib/hppa/ramdisk/Makefile                |    42 +
 distrib/hppa/ramdisk/dot.profile             |    80 +
 distrib/hppa/ramdisk/list                    |    81 +
 distrib/hppa/sysnbsd/Makefile                |    18 +
 distrib/notes/Makefile                       |     4 +-
 distrib/notes/common/list-setsizes.sh        |     2 +-
 distrib/notes/common/macros                  |     3 +-
 distrib/notes/common/main                    |     6 +-
 distrib/notes/common/netboot                 |    56 +-
 distrib/notes/common/postinstall             |     4 +-
 distrib/notes/common/sysinst                 |    16 +-
 distrib/notes/hp700/Makefile                 |     6 -
 distrib/notes/hp700/contents                 |   256 ---
 distrib/notes/hp700/hardware                 |    14 -
 distrib/notes/hp700/install                  |     7 -
 distrib/notes/hp700/legal                    |     2 -
 distrib/notes/hp700/prep                     |   146 -
 distrib/notes/hp700/upgrade                  |    28 -
 distrib/notes/hp700/xfer                     |    47 -
 distrib/notes/hppa/Makefile                  |     6 +
 distrib/notes/hppa/contents                  |   256 +++
 distrib/notes/hppa/hardware                  |    14 +
 distrib/notes/hppa/install                   |     7 +
 distrib/notes/hppa/legal                     |     2 +
 distrib/notes/hppa/prep                      |   146 +
 distrib/notes/hppa/upgrade                   |    28 +
 distrib/notes/hppa/xfer                      |    47 +
 distrib/sets/lists/base/md.hp700             |     6 -
 distrib/sets/lists/base/md.hppa              |     6 +
 distrib/sets/lists/base/mi                   |    14 +-
 distrib/sets/lists/comp/md.hp700             |    63 -
 distrib/sets/lists/comp/md.hppa              |    66 +
 distrib/sets/lists/debug/md.hp700            |     2 -
 distrib/sets/lists/debug/md.hppa             |     2 +
 distrib/sets/lists/man/mi                    |   136 +-
 distrib/sets/lists/modules/ad.hppa           |     3 -
 distrib/sets/lists/modules/md.hppa           |     3 +
 distrib/utils/sysinst/Makefile               |     4 +-
 distrib/utils/sysinst/arch/hp700/Makefile    |     6 -
 distrib/utils/sysinst/arch/hp700/md.c        |   227 --
 distrib/utils/sysinst/arch/hp700/md.h        |    71 -
 distrib/utils/sysinst/arch/hp700/menus.md.en |    37 -
 distrib/utils/sysinst/arch/hp700/menus.md.es |    37 -
 distrib/utils/sysinst/arch/hp700/menus.md.fr |    37 -
 distrib/utils/sysinst/arch/hp700/menus.md.pl |    39 -
 distrib/utils/sysinst/arch/hp700/msg.md.de   |    55 -
 distrib/utils/sysinst/arch/hp700/msg.md.en   |    55 -
 distrib/utils/sysinst/arch/hp700/msg.md.es   |    55 -
 distrib/utils/sysinst/arch/hp700/msg.md.fr   |    55 -
 distrib/utils/sysinst/arch/hp700/msg.md.pl   |    57 -
 distrib/utils/sysinst/arch/hppa/Makefile     |     6 +
 distrib/utils/sysinst/arch/hppa/md.c         |   227 ++
 distrib/utils/sysinst/arch/hppa/md.h         |    71 +
 distrib/utils/sysinst/arch/hppa/menus.md.en  |    37 +
 distrib/utils/sysinst/arch/hppa/menus.md.es  |    37 +
 distrib/utils/sysinst/arch/hppa/menus.md.fr  |    37 +
 distrib/utils/sysinst/arch/hppa/menus.md.pl  |    39 +
 distrib/utils/sysinst/arch/hppa/msg.md.de    |    55 +
 distrib/utils/sysinst/arch/hppa/msg.md.en    |    55 +
 distrib/utils/sysinst/arch/hppa/msg.md.es    |    55 +
 distrib/utils/sysinst/arch/hppa/msg.md.fr    |    55 +
 distrib/utils/sysinst/arch/hppa/msg.md.pl    |    57 +
 doc/RESPONSIBLE                              |     4 +-
 etc/etc.hp700/MAKEDEV.conf                   |    15 -
 etc/etc.hp700/Makefile.inc                   |    13 -
 etc/etc.hp700/ttys                           |    21 -
 etc/etc.hppa/MAKEDEV.conf                    |    15 +
 etc/etc.hppa/Makefile.inc                    |    13 +
 etc/etc.hppa/ttys                            |    21 +
 etc/mtree/NetBSD.dist.base                   |    14 +-
 external/bsd/mdocml/dist/arch.in             |     1 -
 external/mit/xorg/bin/xdm/config/Makefile    |     4 +-
 gnu/dist/groff/tmac/doc-common               |     2 +-
 gnu/dist/groff/tmac/groff_mdoc.man           |     2 +-
 gnu/usr.bin/send-pr/categories               |     1 -
 sbin/disklabel/main.c                        |     6 +-
 share/man/man0/intros                        |     2 +-
 share/man/man4/Makefile                      |     4 +-
 share/man/man4/ddb.4                         |    18 +-
 share/man/man4/hil.4                         |     4 +-
 share/man/man4/iee.4                         |     8 +-
 share/man/man4/man4.hp700/Makefile           |    11 -
 share/man/man4/man4.hp700/asp.4              |   104 -
 share/man/man4/man4.hp700/astro.4            |    47 -
 share/man/man4/man4.hp700/cpu.4              |   266 ---
 share/man/man4/man4.hp700/dino.4             |   103 -
 share/man/man4/man4.hp700/elroy.4            |    43 -
 share/man/man4/man4.hp700/gsc.4              |   118 -
 share/man/man4/man4.hp700/gsckbc.4           |    77 -
 share/man/man4/man4.hp700/harmony.4          |   116 -
 share/man/man4/man4.hp700/intro.4            |   287 ---
 share/man/man4/man4.hp700/io.4               |   157 -
 share/man/man4/man4.hp700/lasi.4             |   148 -
 share/man/man4/man4.hp700/lcd.4              |    52 -
 share/man/man4/man4.hp700/mem.4              |    84 -
 share/man/man4/man4.hp700/mongoose.4         |    83 -
 share/man/man4/man4.hp700/pdc.4              |   723 --------
 share/man/man4/man4.hp700/phantomas.4        |    87 -
 share/man/man4/man4.hp700/ssio.4             |    56 -
 share/man/man4/man4.hp700/uturn.4            |    66 -
 share/man/man4/man4.hp700/wax.4              |   107 -
 share/man/man4/man4.hppa/Makefile            |    11 +
 share/man/man4/man4.hppa/asp.4               |   104 +
 share/man/man4/man4.hppa/astro.4             |    47 +
 share/man/man4/man4.hppa/cpu.4               |   266 +++
 share/man/man4/man4.hppa/dino.4              |   103 +
 share/man/man4/man4.hppa/elroy.4             |    43 +
 share/man/man4/man4.hppa/gsc.4               |   118 +
 share/man/man4/man4.hppa/gsckbc.4            |    77 +
 share/man/man4/man4.hppa/harmony.4           |   116 +
 share/man/man4/man4.hppa/intro.4             |   287 +++
 share/man/man4/man4.hppa/io.4                |   157 +
 share/man/man4/man4.hppa/lasi.4              |   148 +
 share/man/man4/man4.hppa/lcd.4               |    52 +
 share/man/man4/man4.hppa/mem.4               |    84 +
 share/man/man4/man4.hppa/mongoose.4          |    83 +
 share/man/man4/man4.hppa/pdc.4               |   723 ++++++++
 share/man/man4/man4.hppa/phantomas.4         |    87 +
 share/man/man4/man4.hppa/ssio.4              |    56 +
 share/man/man4/man4.hppa/uturn.4             |    66 +
 share/man/man4/man4.hppa/wax.4               |   107 +
 share/man/man4/oosiop.4                      |     6 +-
 share/man/man4/osiop.4                       |     4 +-
 share/man/man4/siop.4                        |     4 +-
 share/man/man7/hier.7                        |     6 +-
 share/man/man8/MAKEDEV.8                     |     4 +-
 share/man/man8/Makefile                      |     8 +-
 share/man/man8/man8.hp700/Makefile           |     6 -
 share/man/man8/man8.hp700/boot.8             |   339 ----
 share/man/man8/man8.hp700/mkboot.8           |    64 -
 share/man/man8/man8.hppa/Makefile            |     6 +
 share/man/man8/man8.hppa/boot.8              |   339 ++++
 share/man/man8/man8.hppa/mkboot.8            |    64 +
 share/mk/bsd.README                          |     4 +-
 share/mk/bsd.own.mk                          |     8 +-
 sys/arch/README                              |     4 +-
 sys/arch/hp700/Makefile                      |     5 -
 sys/arch/hp700/compile/Makefile              |     3 -
 sys/arch/hp700/conf/GENERIC                  |   792 ---------
 sys/arch/hp700/conf/GENERIC.MP               |     7 -
 sys/arch/hp700/conf/Makefile.hp700           |   113 -
 sys/arch/hp700/conf/RAMDISK                  |    14 -
 sys/arch/hp700/conf/files.hp700              |   280 ---
 sys/arch/hp700/conf/ld.script                |    68 -
 sys/arch/hp700/conf/majors.hp700             |    54 -
 sys/arch/hp700/conf/std.hp700                |     9 -
 sys/arch/hp700/dev/Makefile                  |    10 -
 sys/arch/hp700/dev/apic.c                    |   358 ----
 sys/arch/hp700/dev/asp.c                     |   280 ---
 sys/arch/hp700/dev/astro.c                   |   778 ---------
 sys/arch/hp700/dev/clock.c                   |   122 -
 sys/arch/hp700/dev/com_dino.c                |   145 -
 sys/arch/hp700/dev/com_ssio.c                |   109 -
 sys/arch/hp700/dev/cpu.c                     |   291 ---
 sys/arch/hp700/dev/cpudevs                   |   490 -----
 sys/arch/hp700/dev/cpudevs.h                 |   377 ----
 sys/arch/hp700/dev/cpudevs_data.h            |   357 ----
 sys/arch/hp700/dev/devlist2h.awk             |   127 -
 sys/arch/hp700/dev/dino.c                    |  1736 ---------------------
 sys/arch/hp700/dev/elroy.c                   |  1309 ---------------
 sys/arch/hp700/dev/elroyreg.h                |   149 -
 sys/arch/hp700/dev/elroyvar.h                |    59 -
 sys/arch/hp700/dev/gecko.c                   |    96 -
 sys/arch/hp700/dev/lasi.c                    |   244 --
 sys/arch/hp700/dev/lcd.c                     |   145 -
 sys/arch/hp700/dev/lpt_ssio.c                |    72 -
 sys/arch/hp700/dev/mem.c                     |   306 ---
 sys/arch/hp700/dev/mongoose.c                |   721 --------
 sys/arch/hp700/dev/pdc.c                     |   990 ------------
 sys/arch/hp700/dev/phantomas.c               |    82 -
 sys/arch/hp700/dev/power.c                   |   415 -----
 sys/arch/hp700/dev/siop_sgc.c                |   183 --
 sys/arch/hp700/dev/ssio.c                    |   373 ----
 sys/arch/hp700/dev/ssiovar.h                 |    31 -
 sys/arch/hp700/dev/sti_pci_machdep.c         |    88 -
 sys/arch/hp700/dev/sti_sgc.c                 |   285 ---
 sys/arch/hp700/dev/uturn.c                   |   845 ----------
 sys/arch/hp700/dev/viper.h                   |   243 --
 sys/arch/hp700/dev/wax.c                     |   171 --
 sys/arch/hp700/gsc/com_gsc.c                 |   165 --
 sys/arch/hp700/gsc/fdc_gsc.c                 |    96 -
 sys/arch/hp700/gsc/gscbus.c                  |   166 --
 sys/arch/hp700/gsc/gscbusvar.h               |    59 -
 sys/arch/hp700/gsc/gsckbc.c                  |   315 ---
 sys/arch/hp700/gsc/harmony.c                 |  1434 -----------------
 sys/arch/hp700/gsc/harmonyreg.h              |   154 -
 sys/arch/hp700/gsc/harmonyvar.h              |   120 -
 sys/arch/hp700/gsc/hil_gsc.c                 |    99 -
 sys/arch/hp700/gsc/if_ie_gsc.c               |   555 ------
 sys/arch/hp700/gsc/if_iee_gsc.c              |   275 ---
 sys/arch/hp700/gsc/lpt_gsc.c                 |   219 --
 sys/arch/hp700/gsc/oosiop_gsc.c              |   196 --
 sys/arch/hp700/gsc/osiop_gsc.c               |   227 --
 sys/arch/hp700/gsc/siop_gsc.c                |   172 --
 sys/arch/hp700/hp700/autoconf.c              |   863 ----------
 sys/arch/hp700/hp700/conf.c                  |    59 -
 sys/arch/hp700/hp700/disksubr.c              |   381 ----
 sys/arch/hp700/hp700/genassym.cf             |   211 --
 sys/arch/hp700/hp700/intr.c                  |   519 ------
 sys/arch/hp700/hp700/locore.S                |  1002 ------------
 sys/arch/hp700/hp700/machdep.c               |  2140 --------------------------
 sys/arch/hp700/hp700/machdep.h               |   117 -
 sys/arch/hp700/hp700/mainbus.c               |  1495 ------------------
 sys/arch/hp700/hp700/pim.h                   |   444 -----
 sys/arch/hp700/hp700/sys_machdep.c           |    30 -
 sys/arch/hp700/include/Makefile              |    25 -
 sys/arch/hp700/include/ansi.h                |     3 -
 sys/arch/hp700/include/aout_machdep.h        |     3 -
 sys/arch/hp700/include/asm.h                 |     3 -
 sys/arch/hp700/include/autoconf.h            |    94 -
 sys/arch/hp700/include/bootinfo.h            |    85 -
 sys/arch/hp700/include/bswap.h               |     3 -
 sys/arch/hp700/include/bus_defs.h            |   284 ---
 sys/arch/hp700/include/bus_funcs.h           |   201 --
 sys/arch/hp700/include/byte_swap.h           |     3 -
 sys/arch/hp700/include/cdefs.h               |     3 -
 sys/arch/hp700/include/cpu.h                 |   440 -----
 sys/arch/hp700/include/cpufunc.h             |     3 -
 sys/arch/hp700/include/db_machdep.h          |     3 -
 sys/arch/hp700/include/disklabel.h           |    63 -
 sys/arch/hp700/include/eisa_machdep.h        |    69 -
 sys/arch/hp700/include/elf_machdep.h         |     7 -
 sys/arch/hp700/include/endian.h              |     3 -
 sys/arch/hp700/include/endian_machdep.h      |     3 -
 sys/arch/hp700/include/exec.h                |     3 -
 sys/arch/hp700/include/float.h               |     3 -
 sys/arch/hp700/include/frame.h               |     3 -
 sys/arch/hp700/include/hil_machdep.h         |    56 -
 sys/arch/hp700/include/ieee.h                |     3 -
 sys/arch/hp700/include/ieeefp.h              |     3 -
 sys/arch/hp700/include/int_const.h           |     3 -
 sys/arch/hp700/include/int_fmtio.h           |     3 -
 sys/arch/hp700/include/int_limits.h          |     3 -
 sys/arch/hp700/include/int_mwgwtypes.h       |     3 -
 sys/arch/hp700/include/int_types.h           |     3 -
 sys/arch/hp700/include/intr.h                |   193 --
 sys/arch/hp700/include/intrdefs.h            |    30 -
 sys/arch/hp700/include/iomod.h               |   436 -----
 sys/arch/hp700/include/isa_machdep.h         |    64 -
 sys/arch/hp700/include/kcore.h               |     3 -
 sys/arch/hp700/include/limits.h              |     3 -
 sys/arch/hp700/include/loadfile_machdep.h    |    75 -
 sys/arch/hp700/include/lock.h                |     3 -
 sys/arch/hp700/include/math.h                |     3 -
 sys/arch/hp700/include/mcontext.h            |     3 -
 sys/arch/hp700/include/mutex.h               |     3 -
 sys/arch/hp700/include/nvm.h                 |    76 -
 sys/arch/hp700/include/param.h               |    39 -
 sys/arch/hp700/include/pcb.h                 |     3 -
 sys/arch/hp700/include/pci_machdep.h         |    93 -
 sys/arch/hp700/include/pdc.h                 |   829 ----------
 sys/arch/hp700/include/pmap.h                |     3 -
 sys/arch/hp700/include/pmc.h                 |     3 -
 sys/arch/hp700/include/proc.h                |     3 -
 sys/arch/hp700/include/profile.h             |     3 -
 sys/arch/hp700/include/psl.h                 |     3 -
 sys/arch/hp700/include/pte.h                 |     3 -
 sys/arch/hp700/include/ptrace.h              |     3 -
 sys/arch/hp700/include/reg.h                 |     3 -
 sys/arch/hp700/include/reloc.h               |     3 -
 sys/arch/hp700/include/rwlock.h              |     3 -
 sys/arch/hp700/include/setjmp.h              |     3 -
 sys/arch/hp700/include/signal.h              |     3 -
 sys/arch/hp700/include/som.h                 |     3 -
 sys/arch/hp700/include/trap.h                |     3 -
 sys/arch/hp700/include/types.h               |    13 -
 sys/arch/hp700/include/vmparam.h             |     3 -
 sys/arch/hp700/include/wchar_limits.h        |     3 -
 sys/arch/hp700/stand/Makefile                |     7 -
 sys/arch/hp700/stand/Makefile.buildboot      |    76 -
 sys/arch/hp700/stand/Makefile.inc            |     9 -
 sys/arch/hp700/stand/boot/Makefile           |    25 -
 sys/arch/hp700/stand/boot/boot.c             |   274 ---
 sys/arch/hp700/stand/boot/bootinfo.c         |    62 -
 sys/arch/hp700/stand/boot/bootinfo.h         |    56 -
 sys/arch/hp700/stand/boot/conf.c             |    60 -
 sys/arch/hp700/stand/boot/ld.script          |    51 -
 sys/arch/hp700/stand/boot/tgets.c            |   100 -
 sys/arch/hp700/stand/boot/version            |     7 -
 sys/arch/hp700/stand/cdboot/Makefile         |    18 -
 sys/arch/hp700/stand/cdboot/cdboot.c         |   139 -
 sys/arch/hp700/stand/cdboot/conf.c           |    55 -
 sys/arch/hp700/stand/cdboot/ld.script        |    51 -
 sys/arch/hp700/stand/cdboot/version          |     3 -
 sys/arch/hp700/stand/common/cons.c           |    91 -
 sys/arch/hp700/stand/common/ct.c             |   101 -
 sys/arch/hp700/stand/common/dev_hppa.c       |   273 ---
 sys/arch/hp700/stand/common/dev_hppa.h       |    44 -
 sys/arch/hp700/stand/common/dk.c             |   125 -
 sys/arch/hp700/stand/common/exec_hppa.c      |    83 -
 sys/arch/hp700/stand/common/exec_som.c       |    86 -
 sys/arch/hp700/stand/common/itecons.c        |   215 --
 sys/arch/hp700/stand/common/lf.c             |    56 -
 sys/arch/hp700/stand/common/libsa.h          |    94 -
 sys/arch/hp700/stand/common/lif.c            |   256 ---
 sys/arch/hp700/stand/common/machdep.c        |    86 -
 sys/arch/hp700/stand/common/milli_tiny.S     |   131 -
 sys/arch/hp700/stand/common/pdc.c            |   456 -----
 sys/arch/hp700/stand/common/srt0.S           |   157 -
 sys/arch/hp700/stand/common/time.c           |    59 -
 sys/arch/hp700/stand/mkboot/Makefile         |    15 -
 sys/arch/hp700/stand/mkboot/mkboot.c         |   428 -----
 sys/arch/hp700/stand/xxboot/Makefile         |    78 -
 sys/arch/hp700/stand/xxboot/README.ipl       |    69 -
 sys/arch/hp700/stand/xxboot/iplsum.c         |   119 -
 sys/arch/hp700/stand/xxboot/main.c           |   435 -----
 sys/arch/hp700/stand/xxboot/readufs.c        |   358 ----
 sys/arch/hp700/stand/xxboot/readufs.h        |   163 -
 sys/arch/hp700/stand/xxboot/readufs_ffs.c    |   161 -
 sys/arch/hp700/stand/xxboot/readufs_lfs.c    |   216 --
 sys/arch/hp700/stand/xxboot/start.S          |   641 -------
 sys/arch/hppa/Makefile                       |     4 +-
 sys/arch/hppa/compile/Makefile               |     3 +
 sys/arch/hppa/conf/GENERIC                   |   792 +++++++++
 sys/arch/hppa/conf/GENERIC.MP                |     7 +
 sys/arch/hppa/conf/Makefile.hppa             |   112 +
 sys/arch/hppa/conf/RAMDISK                   |    14 +
 sys/arch/hppa/conf/files.hppa                |   317 +++-
 sys/arch/hppa/conf/ld.script                 |    68 +
 sys/arch/hppa/conf/majors.hppa               |    54 +
 sys/arch/hppa/conf/std.hppa                  |     9 +
 sys/arch/hppa/dev/Makefile                   |    10 +
 sys/arch/hppa/dev/apic.c                     |   358 ++++
 sys/arch/hppa/dev/asp.c                      |   280 +++
 sys/arch/hppa/dev/astro.c                    |   778 +++++++++
 sys/arch/hppa/dev/clock.c                    |   122 +
 sys/arch/hppa/dev/com_dino.c                 |   145 +
 sys/arch/hppa/dev/com_ssio.c                 |   109 +
 sys/arch/hppa/dev/cpu.c                      |   291 +++
 sys/arch/hppa/dev/cpudevs                    |   490 +++++
 sys/arch/hppa/dev/cpudevs.h                  |   377 ++++
 sys/arch/hppa/dev/cpudevs_data.h             |   357 ++++
 sys/arch/hppa/dev/devlist2h.awk              |   127 +
 sys/arch/hppa/dev/dino.c                     |  1736 +++++++++++++++++++++
 sys/arch/hppa/dev/elroy.c                    |  1309 +++++++++++++++
 sys/arch/hppa/dev/elroyreg.h                 |   149 +
 sys/arch/hppa/dev/elroyvar.h                 |    59 +
 sys/arch/hppa/dev/gecko.c                    |    96 +
 sys/arch/hppa/dev/lasi.c                     |   244 ++
 sys/arch/hppa/dev/lcd.c                      |   145 +
 sys/arch/hppa/dev/lpt_ssio.c                 |    72 +
 sys/arch/hppa/dev/mem.c                      |   306 +++
 sys/arch/hppa/dev/mongoose.c                 |   721 ++++++++
 sys/arch/hppa/dev/pdc.c                      |   990 ++++++++++++
 sys/arch/hppa/dev/phantomas.c                |    82 +
 sys/arch/hppa/dev/power.c                    |   415 +++++
 sys/arch/hppa/dev/siop_sgc.c                 |   183 ++
 sys/arch/hppa/dev/ssio.c                     |   373 ++++
 sys/arch/hppa/dev/ssiovar.h                  |    31 +
 sys/arch/hppa/dev/sti_pci_machdep.c          |    88 +
 sys/arch/hppa/dev/sti_sgc.c                  |   285 +++
 sys/arch/hppa/dev/uturn.c                    |   845 ++++++++++
 sys/arch/hppa/dev/viper.h                    |   243 ++
 sys/arch/hppa/dev/wax.c                      |   171 ++
 sys/arch/hppa/gsc/com_gsc.c                  |   165 ++
 sys/arch/hppa/gsc/fdc_gsc.c                  |    96 +
 sys/arch/hppa/gsc/gscbus.c                   |   166 ++
 sys/arch/hppa/gsc/gscbusvar.h                |    59 +
 sys/arch/hppa/gsc/gsckbc.c                   |   315 +++
 sys/arch/hppa/gsc/harmony.c                  |  1434 +++++++++++++++++
 sys/arch/hppa/gsc/harmonyreg.h               |   154 +
 sys/arch/hppa/gsc/harmonyvar.h               |   120 +
 sys/arch/hppa/gsc/hil_gsc.c                  |    99 +
 sys/arch/hppa/gsc/if_ie_gsc.c                |   555 ++++++
 sys/arch/hppa/gsc/if_iee_gsc.c               |   275 +++
 sys/arch/hppa/gsc/lpt_gsc.c                  |   219 ++
 sys/arch/hppa/gsc/oosiop_gsc.c               |   196 ++
 sys/arch/hppa/gsc/osiop_gsc.c                |   227 ++
 sys/arch/hppa/gsc/siop_gsc.c                 |   172 ++
 sys/arch/hppa/hppa/autoconf.c                |   863 ++++++++++
 sys/arch/hppa/hppa/conf.c                    |    59 +
 sys/arch/hppa/hppa/disksubr.c                |   381 ++++
 sys/arch/hppa/hppa/genassym.cf               |   211 ++
 sys/arch/hppa/hppa/hppa_machdep.c            |     6 +-
 sys/arch/hppa/hppa/intr.c                    |   519 ++++++
 sys/arch/hppa/hppa/locore.S                  |  1002 ++++++++++++
 sys/arch/hppa/hppa/machdep.c                 |  2140 ++++++++++++++++++++++++++
 sys/arch/hppa/hppa/machdep.h                 |    47 +-
 sys/arch/hppa/hppa/mainbus.c                 |  1495 ++++++++++++++++++
 sys/arch/hppa/hppa/pim.h                     |   444 +++++
 sys/arch/hppa/hppa/sys_machdep.c             |    30 +
 sys/arch/hppa/include/Makefile               |    16 +-
 sys/arch/hppa/include/autoconf.h             |    94 +
 sys/arch/hppa/include/bootinfo.h             |    85 +
 sys/arch/hppa/include/bus_defs.h             |   284 +++
 sys/arch/hppa/include/bus_funcs.h            |   201 ++
 sys/arch/hppa/include/cpu.h                  |   440 +++++
 sys/arch/hppa/include/disklabel.h            |    63 +
 sys/arch/hppa/include/eisa_machdep.h         |    69 +
 sys/arch/hppa/include/endian.h               |     3 +
 sys/arch/hppa/include/hil_machdep.h          |    56 +
 sys/arch/hppa/include/intr.h                 |   193 ++
 sys/arch/hppa/include/intrdefs.h             |    30 +
 sys/arch/hppa/include/iomod.h                |   436 +++++
 sys/arch/hppa/include/isa_machdep.h          |    64 +
 sys/arch/hppa/include/loadfile_machdep.h     |    75 +
 sys/arch/hppa/include/nvm.h                  |    76 +
 sys/arch/hppa/include/param.h                |     4 +-
 sys/arch/hppa/include/pci_machdep.h          |    93 +
 sys/arch/hppa/include/pdc.h                  |   829 ++++++++++
 sys/arch/hppa/include/types.h                |     6 +-
 sys/arch/hppa/stand/Makefile                 |     7 +
 sys/arch/hppa/stand/Makefile.buildboot       |    76 +
 sys/arch/hppa/stand/Makefile.inc             |     9 +
 sys/arch/hppa/stand/boot/Makefile            |    25 +
 sys/arch/hppa/stand/boot/boot.c              |   274 +++
 sys/arch/hppa/stand/boot/bootinfo.c          |    62 +
 sys/arch/hppa/stand/boot/bootinfo.h          |    56 +
 sys/arch/hppa/stand/boot/conf.c              |    60 +
 sys/arch/hppa/stand/boot/ld.script           |    51 +
 sys/arch/hppa/stand/boot/tgets.c             |   100 +
 sys/arch/hppa/stand/boot/version             |     7 +
 sys/arch/hppa/stand/cdboot/Makefile          |    18 +
 sys/arch/hppa/stand/cdboot/cdboot.c          |   139 +
 sys/arch/hppa/stand/cdboot/conf.c            |    55 +
 sys/arch/hppa/stand/cdboot/ld.script         |    51 +
 sys/arch/hppa/stand/cdboot/version           |     3 +
 sys/arch/hppa/stand/common/cons.c            |    91 +
 sys/arch/hppa/stand/common/ct.c              |   101 +
 sys/arch/hppa/stand/common/dev_hppa.c        |   273 +++
 sys/arch/hppa/stand/common/dev_hppa.h        |    44 +
 sys/arch/hppa/stand/common/dk.c              |   125 +
 sys/arch/hppa/stand/common/exec_hppa.c       |    83 +
 sys/arch/hppa/stand/common/exec_som.c        |    86 +
 sys/arch/hppa/stand/common/itecons.c         |   215 ++
 sys/arch/hppa/stand/common/lf.c              |    56 +
 sys/arch/hppa/stand/common/libsa.h           |    94 +
 sys/arch/hppa/stand/common/lif.c             |   256 +++
 sys/arch/hppa/stand/common/machdep.c         |    86 +
 sys/arch/hppa/stand/common/milli_tiny.S      |   131 +
 sys/arch/hppa/stand/common/pdc.c             |   456 +++++
 sys/arch/hppa/stand/common/srt0.S            |   157 +
 sys/arch/hppa/stand/common/time.c            |    59 +
 sys/arch/hppa/stand/mkboot/Makefile          |    15 +
 sys/arch/hppa/stand/mkboot/mkboot.c          |   428 +++++
 sys/arch/hppa/stand/xxboot/Makefile          |    78 +
 sys/arch/hppa/stand/xxboot/README.ipl        |    69 +
 sys/arch/hppa/stand/xxboot/iplsum.c          |   119 +
 sys/arch/hppa/stand/xxboot/main.c            |   435 +++++
 sys/arch/hppa/stand/xxboot/readufs.c         |   358 ++++
 sys/arch/hppa/stand/xxboot/readufs.h         |   163 +
 sys/arch/hppa/stand/xxboot/readufs_ffs.c     |   161 +
 sys/arch/hppa/stand/xxboot/readufs_lfs.c     |   216 ++
 sys/arch/hppa/stand/xxboot/start.S           |   641 +++++++
 sys/dev/TODO.audiomp                         |     2 +-
 sys/dev/dkwedge/dkwedge_bsdlabel.c           |     6 +-
 sys/dev/ic/i82596.c                          |     8 +-
 sys/sys/bootblock.h                          |    54 +-
 tools/Makefile                               |     6 +-
 tools/headerlist                             |     5 +-
 tools/hp700-mkboot/Makefile                  |     8 -
 tools/hppa-mkboot/Makefile                   |     8 +
 usr.bin/calendar/calendars/calendar.netbsd   |     1 +
 usr.bin/make/Makefile.boot                   |     4 +-
 usr.sbin/crash/Makefile                      |     4 +-
 usr.sbin/installboot/Makefile                |     4 +-
 usr.sbin/installboot/arch/hp700.c            |   221 --
 usr.sbin/installboot/arch/hppa.c             |   221 ++
 usr.sbin/installboot/installboot.8           |    10 +-
 usr.sbin/installboot/installboot.h           |     4 +-
 usr.sbin/installboot/machines.c              |     8 +-
 usr.sbin/rbootd/rbootd.8                     |     4 +-
 478 files changed, 39143 insertions(+), 39434 deletions(-)

diffs (truncated from 81558 to 300 lines):

diff -r 7340ddc9ca43 -r ba28aeadd5cf build.sh
--- a/build.sh  Mon Feb 24 00:49:53 2014 +0000
+++ b/build.sh  Mon Feb 24 07:23:38 2014 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#      $NetBSD: build.sh,v 1.275 2014/02/10 08:20:05 apb Exp $
+#      $NetBSD: build.sh,v 1.276 2014/02/24 07:23:38 skrll Exp $
 #
 # Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -618,7 +618,7 @@
 MACHINE=evbsh3         MACHINE_ARCH=sh3el      ALIAS=evbsh3-el
 MACHINE=ews4800mips    MACHINE_ARCH=mipseb
 MACHINE=hp300          MACHINE_ARCH=m68k
-MACHINE=hp700          MACHINE_ARCH=hppa
+MACHINE=hppa           MACHINE_ARCH=hppa
 MACHINE=hpcarm         MACHINE_ARCH=arm        DEFAULT
 MACHINE=hpcarm         MACHINE_ARCH=earm       ALIAS=hpcearm
 MACHINE=hpcmips                MACHINE_ARCH=mipsel
@@ -1745,7 +1745,7 @@
        eval cat <<EOF ${makewrapout}
 #! ${HOST_SH}
 # Set proper variables to allow easy "make" building of a NetBSD subtree.
-# Generated from:  \$NetBSD: build.sh,v 1.275 2014/02/10 08:20:05 apb Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.276 2014/02/24 07:23:38 skrll Exp $
 # with these arguments: ${_args}
 #
 
diff -r 7340ddc9ca43 -r ba28aeadd5cf distrib/cdrom/current.conf
--- a/distrib/cdrom/current.conf        Mon Feb 24 00:49:53 2014 +0000
+++ b/distrib/cdrom/current.conf        Mon Feb 24 07:23:38 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: current.conf,v 1.11 2008/11/21 15:49:51 ad Exp $
+# $NetBSD: current.conf,v 1.12 2014/02/24 07:23:38 skrll Exp $
 #
 # Makefile fragment for CD sets; includes config information.
 
@@ -48,7 +48,7 @@
 CD_IMAGES+=    evbsh3-sh3ebcd-${ISO_RELEASE} 
 CD_IMAGES+=    evbsh3-sh3elcd-${ISO_RELEASE}
 CD_IMAGES+=    hp300cd-${ISO_RELEASE}
-CD_IMAGES+=    hp700cd-${ISO_RELEASE}
+CD_IMAGES+=    hppacd-${ISO_RELEASE}
 CD_IMAGES+=    hpcarmcd-${ISO_RELEASE}
 CD_IMAGES+=    hpcmipscd-${ISO_RELEASE}
 CD_IMAGES+=    hpcshcd-${ISO_RELEASE}
diff -r 7340ddc9ca43 -r ba28aeadd5cf distrib/hp700/Makefile
--- a/distrib/hp700/Makefile    Mon Feb 24 00:49:53 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-#      $NetBSD: Makefile,v 1.3 2008/01/06 20:16:24 skrll Exp $
-
-SUBDIR=        ramdisk .WAIT kernel cdroms sysnbsd
-TARGETS+=release
-
-iso_image:
-       ${MAKEDIRTARGET} cdroms iso_image
-
-.include <bsd.subdir.mk>
diff -r 7340ddc9ca43 -r ba28aeadd5cf distrib/hp700/cdroms/Makefile
--- a/distrib/hp700/cdroms/Makefile     Mon Feb 24 00:49:53 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-#       $NetBSD: Makefile,v 1.1 2007/03/06 21:57:02 bouyer Exp $
-
-SUBDIR=                installcd
-TARGETS+=      release iso_image
-
-.include <bsd.subdir.mk>
diff -r 7340ddc9ca43 -r ba28aeadd5cf distrib/hp700/cdroms/Makefile.cdrom
--- a/distrib/hp700/cdroms/Makefile.cdrom       Mon Feb 24 00:49:53 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-#      $NetBSD: Makefile.cdrom,v 1.1 2008/05/10 19:22:17 skrll Exp $
-
-BOOTFILE=              cdboot.lif
-
-CDMAKEFSOPTIONS=       generic-bootimage=cdrom/${BOOTFILE}
-CDINSTKERNEL=          ../../kernel
-CDKERNELS=             netbsd-RAMDISK  netbsd  # from ../instkernel
-
-prepare_md_post:
-       ${RM} -f cdrom/${BOOTFILE}
-       ${TOOL_HP700MKBOOT} ${DESTDIR}/usr/mdec/cdboot cdrom/${BOOTFILE}
diff -r 7340ddc9ca43 -r ba28aeadd5cf distrib/hp700/cdroms/installcd/Makefile
--- a/distrib/hp700/cdroms/installcd/Makefile   Mon Feb 24 00:49:53 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-#      $NetBSD: Makefile,v 1.2 2008/05/10 19:22:17 skrll Exp $
-
-.include "${.CURDIR}/../Makefile.cdrom"
-
-CDBASE=                hp700cd                 # gives ${CDBASE}.iso
-CDRELEASE=     true                    # include $RELEASEDIR/$MACHINE
-
-.include "${.CURDIR}/../../../common/Makefile.bootcd"
diff -r 7340ddc9ca43 -r ba28aeadd5cf distrib/hp700/kernel/Makefile
--- a/distrib/hp700/kernel/Makefile     Mon Feb 24 00:49:53 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-#      $NetBSD: Makefile,v 1.3 2008/06/23 02:16:53 matt Exp $
-
-.include <bsd.own.mk>
-.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
-
-MKBOOT = ${TOOLDIR}/bin/${_TOOL_PREFIX}hp700-mkboot
-
-RAMDISKDIR!=   cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
-RAMDISK=       ${RAMDISKDIR}/ramdisk.fs
-
-MDSETTARGETS=          RAMDISK         ${RAMDISK}      -
-MDSET_RELEASEDIR=      binary/kernel
-
-LIF=   netinstall.lif
-
-MDSET_POST = \
-       ${MKBOOT} ${DESTDIR}/usr/mdec/boot ${.TARGET} ${LIF}
-
-.include "${DISTRIBDIR}/common/Makefile.mdset"
-
-release::
-       ${RELEASE_INSTALL} ${LIF} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation
-
-.include <bsd.prog.mk>
diff -r 7340ddc9ca43 -r ba28aeadd5cf distrib/hp700/ramdisk/Makefile
--- a/distrib/hp700/ramdisk/Makefile    Mon Feb 24 00:49:53 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,42 +0,0 @@
-#      $NetBSD: Makefile,v 1.12 2013/04/29 14:42:11 skrll Exp $
-
-.include <bsd.own.mk>
-.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
-
-IMAGE=         ramdisk.fs
-IMAGESIZE=     2500k
-MAKEFS_FLAGS=  -f 15
-
-WARNS=         1
-# DBG=         -Os -mmultiple -mstring
-
-CRUNCHBIN=     ramdiskbin
-CRUNCHGEN_FLAGS= -d "${DBG}"
-LISTS=         ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
-MTREECONF=     ${DISTRIBDIR}/common/mtree.common
-IMAGEENDIAN=   be
-MAKEDEVTARGETS=        all ipty
-IMAGEDEPENDS=  ${CRUNCHBIN} \
-               dot.profile \
-               ${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
-               ${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
-               ${DISTRIBDIR}/common/services
-SMALLPROG_INET6=1
-
-.if ${USE_INET6} != "no"
-LISTS+=                ${DISTRIBDIR}/common/list.inet6
-.endif
-
-# Use stubs to eliminate some large stuff from libc
-HACKSRC=       ${DISTRIBDIR}/utils/libhack
-.include       "${HACKSRC}/Makefile.inc"
-${CRUNCHBIN}:  libhack.o
-
-.include "${DISTRIBDIR}/common/Makefile.dhcpcd"
-.include "${DISTRIBDIR}/common/Makefile.crunch"
-.include "${DISTRIBDIR}/common/Makefile.makedev"
-.include "${DISTRIBDIR}/common/Makefile.image"
-
-release:
-
-.include <bsd.prog.mk>
diff -r 7340ddc9ca43 -r ba28aeadd5cf distrib/hp700/ramdisk/dot.profile
--- a/distrib/hp700/ramdisk/dot.profile Mon Feb 24 00:49:53 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,80 +0,0 @@
-# $NetBSD: dot.profile,v 1.2 2006/12/06 10:27:00 skrll Exp $
-#
-# Copyright (c) 1997 Perry E. Metzger
-# Copyright (c) 1994 Christopher G. Demetriou
-# All rights reserved.
-# 
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-# 1. Redistributions of source code must retain the above copyright
-#    notice, this list of conditions and the following disclaimer.
-# 2. Redistributions in binary form must reproduce the above copyright
-#    notice, this list of conditions and the following disclaimer in the
-#    documentation and/or other materials provided with the distribution.
-# 3. All advertising materials mentioning features or use of this software
-#    must display the following acknowledgement:
-#          This product includes software developed for the
-#          NetBSD Project.  See http://www.NetBSD.org/ for
-#          information about NetBSD.
-# 4. The name of the author may not be used to endorse or promote products
-#    derived from this software without specific prior written permission.
-# 
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# 
-# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
-
-PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
-export PATH
-TERM=vt100
-export TERM
-HOME=/
-export HOME
-BLOCKSIZE=1k
-export BLOCKSIZE
-EDITOR=ed
-export EDITOR
-
-umask 022
-
-ROOTDEV=/dev/md0a
-
-if [ "X${DONEPROFILE}" = "X" ]; then
-       DONEPROFILE=YES
-       export DONEPROFILE
-
-       # set up some sane defaults
-       echo 'erase ^?, werase ^W, kill ^U, intr ^C, status ^T'
-       stty newcrt werase ^W intr ^C kill ^U erase ^? status ^T 9600
-       echo ''
-
-       # mount the ramdisk read write
-       mount -u $ROOTDEV /
-
-       # mount the kern_fs so that we can examine the dmesg state
-       mount -t kernfs /kern /kern
-
-       # pull in the functions that people will use from the shell prompt.
-       # . /.commonutils
-       # . /.instutils
-       dmesg() cat /kern/msgbuf
-       grep() sed -n "/$1/p"
-
-       # run the installation or upgrade script.
-       if [ -x /sysinst ]; then
-               # run the installation or upgrade script.
-               sysinst
-       else
-               echo "This image contains utilities which may be needed"
-               echo "to get you out of a pinch."
-       fi
-fi
diff -r 7340ddc9ca43 -r ba28aeadd5cf distrib/hp700/ramdisk/list
--- a/distrib/hp700/ramdisk/list        Mon Feb 24 00:49:53 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,81 +0,0 @@
-#      $NetBSD: list,v 1.15 2011/01/14 10:26:32 tsutsui Exp $
-
-SRCDIRS        bin sbin usr.bin usr.sbin
-
-PROG   bin/cat
-PROG   bin/chmod
-PROG   bin/cp
-PROG   bin/dd
-PROG   bin/df
-PROG   bin/ed
-PROG   bin/ln
-PROG   bin/ls
-PROG   bin/mkdir
-PROG   bin/mt
-PROG   bin/mv
-PROG   bin/pax         usr/bin/tar
-PROG   bin/pwd
-PROG   bin/rcmd
-PROG   bin/rcp
-PROG   bin/rm
-PROG   bin/sh
-PROG   bin/stty
-PROG   bin/sync
-
-PROG   sbin/chown      bin/chgrp
-PROG   sbin/disklabel
-PROG   sbin/dmesg
-PROG   sbin/fsck
-PROG   sbin/fsck_ffs
-PROG   sbin/ifconfig
-PROG   sbin/init
-PROG   sbin/mknod
-PROG   sbin/mount
-PROG   sbin/mount_ffs
-PROG   sbin/mount_kernfs
-PROG   sbin/mount_nfs
-PROG   sbin/newfs      sbin/mount_mfs
-PROG   sbin/ping
-PROG   sbin/reboot     sbin/halt
-PROG   sbin/restore    sbin/rrestore
-PROG   sbin/route
-PROG   sbin/shutdown



Home | Main Index | Thread Index | Old Index