PR port-ia64/51261

Stubs for ia64
This commit is contained in:
scole 2016-08-05 16:22:08 +00:00
parent 341a8a2df6
commit e0fd82f4fc
4 changed files with 113 additions and 0 deletions

48
etc/etc.ia64/MAKEDEV.conf Normal file
View File

@ -0,0 +1,48 @@
# $NetBSD: MAKEDEV.conf,v 1.1 2016/08/05 16:22:08 scole Exp $
# As of 2005-03-15, the "init" case must not create more than 1024 entries.
all_md)
makedev std wscons wt0 fd0 fd1
makedev wd0 wd1 wd2 wd3 wd4 wd5 wd6 wd7
makedev sd0 sd1 sd2 sd3 sd4 sd5 sd6 sd7
makedev flash0 flash1 flash2 flash3 flash4 flash5 flash6 flash7
makedev tty0 tty1 tty2 tty3
makedev st0 st1 ch0 cd0 cd1 mcd0 vnd0
makedev bpf
makedev ccd0 md0 random
makedev cgd0 cgd1
makedev amr0 iop0 mfi0 mlx0 mly0 dpti0 dpt0 twe0 icp0
makedev ed0 ed1
makedev raid0 raid1 raid2 raid3
makedev ld0 ld1 ld2 ld3
makedev xbd0 xbd1 xbd2 xbd3 xen
makedev usbs
makedev ipty
makedev local
makedev lpa0 lpa1 lpa2
makedev lpt0 lpt1 lpt2
makedev ss0 uk0 uk1
makedev speaker joy0 joy1
makedev apm satlink0
makedev cmos
makedev audio
makedev radio
makedev isdns
makedev music rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7
makedev scsibus0 scsibus1 scsibus2 scsibus3
makedev ses0 ses1 ses2 ses3
makedev sysmon
makedev bktr
makedev ttyCZ0 ttyCY0
makedev agp0
makedev pci0 pci1 pci2 pci3 pci4 pci5 pci6 pci7
makedev pci8 pci9 pci10 pci11
makedev altq
makedev cir0 cir1 irframe0 irframe1
makedev dmoverio
makedev kttcp
makedev nsmb
makedev io
makedev bio
makedev cfs
;;

27
etc/etc.ia64/Makefile.inc Normal file
View File

@ -0,0 +1,27 @@
# $NetBSD: Makefile.inc,v 1.1 2016/08/05 16:22:08 scole Exp $
#
# etc.ia64/Makefile.inc -- ia64-specific etc Makefile targets
#
# If you change the list of distributed kernels, don't forget
# to update the release documentation in distrib/notes/common/contents
# XXX fix all this
KERNEL_SETS= GENERIC
KERNEL_SETS+= GENERIC.SKI
#BUILD_KERNELS+= INSTALL
#INSTALLATION_DIRS+= installation/cdrom
#INSTALLATION_DIRS+= installation/diskimage
#INSTALLATION_DIRS+= installation/instkernel
#INSTALLATION_DIRS+= installation/netboot
#snap_md_post:
# cd ${KERNSRCDIR}/arch/i386/stand/dosboot && ${MAKE} release
# cd ${KERNSRCDIR}/arch/i386/stand/pxeboot && ${MAKE} release
# cd ${KERNSRCDIR}/arch/i386/stand/misc && ${MAKE} release
# ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/cdrom '*.iso'
# ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/floppy '*.fs'
# cd ${KERNSRCDIR}/arch/alpha/stand/netboot && ${MAKE} release

View File

@ -0,0 +1,15 @@
# $NetBSD: rc.conf.append,v 1.1 2016/08/05 16:22:08 scole Exp $
#
# Arch-specific rc.conf(5) configuration.
# powerd(8) is required under Xen to manage save/restore events.
#
if /sbin/sysctl -q machdep.xen; then
powerd=YES
fi
# powerd(8) is recommended if ACPI is enabled to handle PM events.
#
if /sbin/sysctl -q hw.acpi.root; then
powerd=YES
fi

23
etc/etc.ia64/ttys Normal file
View File

@ -0,0 +1,23 @@
#
# $NetBSD: ttys,v 1.1 2016/08/05 16:22:08 scole Exp $
#
# name getty type status comments
# In normal operation, getty on 'console' pseudo-device is disabled, and is
# enabled for the correct 'real' device (e.g. one of the serial ports).
# console pseudo-device
console "/usr/libexec/getty std.9600" vt100 on secure
constty "/usr/libexec/getty std.9600" vt100 off secure
# Workstation console (framebuffer) ttys
ttyE0 "/usr/libexec/getty std.9600" wsvt25 off secure
ttyE1 "/usr/libexec/getty std.9600" wsvt25 off secure
# DEC 3000 Z8530 ("scc") serial ports
ttyB0 "/usr/libexec/getty std.9600" unknown off secure
ttyB1 "/usr/libexec/getty std.9600" unknown off secure
# AlphaStation NS16550 ("com") serial ports
ttyC0 "/usr/libexec/getty std.9600" unknown off secure
ttyC1 "/usr/libexec/getty std.9600" unknown off secure