Subject: This look familiar to anyone? (Dreamcast NetBSD)
To: None <port-sh3@netbsd.org>
From: Bob McBob <SonikkuGuy@hotmail.com>
List: port-sh3
Date: 11/27/2000 01:31:13
This is a multi-part message in MIME format.

------=_NextPart_000_000D_01C05811.BAB53520
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Seems to be floating around:

# $NetBSD: DREAMCAST,v 1.5.2.1 2000/08/12 19:00:22 msaitoh Exp $
#
# GENERIC -- everything that's currently supported
#

include "arch/evbsh3/conf/std.evbsh3"

# Enable the hooks used for initializing the root memory-disk.
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # force root on memory disk
options MEMORY_DISK_SERVER=3D0 # no userspace memory disk support
options MINIROOTSIZE=3D2880 # size of memory disk, in blocks

options DONT_INIT_BSC

maxusers 16 # estimated number of users

# CPU support
options SH7750
options SH4
options SH4_PCMCIA
options EVBSH4
options MMEYE
options PCLOCK=3D50000000 # 50MHz
options IOM_ROM_BEGIN=3D0x00000000
options IOM_ROM_SIZE=3D0x00100000 # 1MB
options IOM_RAM_BEGIN=3D0x8c000000
options IOM_RAM_SIZE=3D0x01000000 # 16MB
options INITTODR_ALWAYS_USE_RTC
options BRAINS
options USE_RTCCLK
options SYNC_CLOCK_TO_RTC

makeoptions LDSCRIPTBASE=3D"shl.x" # for little endian

options LED_ADDR=3D0xa8000000

# Standard system options
#options UCONSOLE # users can use TIOCCONS (for xconsole)
#options INSECURE # disable kernel security levels

#options RTC_OFFSET=3D-540
options HZ=3D64 # clock interrupt generates every 1/HZ sec
#options NTP # NTP phase/frequency locked loop

#options KTRACE # system call tracing via ktrace(1)

#options SYSVMSG # System V-like message queues
#options SYSVSEM # System V-like semaphores
#options SYSVSHM # System V-like memory sharing
#options SHMMAXPGS=3D1024 # 1024 pages is the default

# Diagnostic/debugging support options
#options DIAGNOSTIC # cheap kernel consistency checks
#options DEBUG # expensive debugging checks/support
#options DDB # in-kernel debugger
#makeoptions DEBUG=3D"-g" # compile full symbol table
#options SYSCALL_DEBUG
#options UVMHIST
#options UVMHIST_PRINT

# Compatibility options
options COMPAT_13 # NetBSD 1.3
options COMPAT_14 # NetBSD 1.4,
options COMPAT_43 # and 4.3BSD

# Executable format options
options EXEC_COFF # COFF executables
options EXEC_ELF32 # 32-bit ELF executables

# File systems
file-system FFS # UFS
file-system MFS # memory file system
#file-system NFS # Network File System client
file-system PROCFS # /proc
file-system KERNFS # /kern
#file-system NULLFS # loopback file system
#file-system UMAPFS # NULLFS + uid and gid remapping

# File system options
#options QUOTA # UFS quotas
#options NFSSERVER # Network File System server

# Networking options
options INET # IP + ICMP + TCP + UDP
#options NFS_BOOT_DHCP # Support DHCP NFS root

#options PCIVERBOSE # verbose PCI device autoconfig messages
#options PCI_CONFIG_DUMP # verbosely dump PCI config space
#options PCMCIAVERBOSE # verbose PCMCIA configuration messages

# Kernel root file system and dump configuration.
#config netbsd root on ? type nfs
#config netbsd root on wd0a type ffs
config netbsd root on ? type ffs

#
# Device configuration
#

mainbus0 at root

shb* at mainbus?

# Serial Devices

options SCIFCN_SPEED=3D57600
scif0 at shb? port 0xffe80000 irq 12

# SH PCMCIA controllers
#shpcic0 at shb? port 0xb000000a iomem 0xb8000000 iosiz 0x1000000
#shpcic1 at shb? port 0xb000000c iomem 0xb9000000 iosiz 0x1000000

# PCMCIA bus support
#pcmcia* at shpcic? controller ? socket ?

#com* at pcmcia? function ? # Modems and serial cards
#wdc* at pcmcia? function ?
#wd* at wdc? drive ? # the drives themselves

#ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
#mbe* at pcmcia? function ? # MB8696x based Ethernet
#ne* at pcmcia? function ? # NE2000-compatible Ethernet
#sm* at pcmcia? function ? # Megahertz Ethernet

#pseudo-device vnd 4 # disk-like interface to files
#pseudo-device bpfilter 8 # Berkeley packet filter
#pseudo-device ipfilter # IP filter (firewall) and NAT
pseudo-device loop # network loopback
pseudo-device pty 16 # pseudo-terminals
#pseudo-device ppp 2 # Point-to-Point Protocol
#pseudo-device tun 2 # network tunneling over tty

# Enable the hooks used for initializing the root memory-disk.
#options MEMORY_DISK_HOOKS
#options MEMORY_DISK_IS_ROOT # force root on memory disk
#options MEMORY_DISK_SERVER=3D0 # no userspace memory disk support
#options MINIROOTSIZE=3D3074 # size of memory disk, in blocks

pseudo-device md 1 # memory disk device (ramdisk)=20


------=_NextPart_000_000D_01C05811.BAB53520
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4207.2601" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2><FONT face=3D"Times New Roman" =
size=3D3>Seems to be=20
floating around:<BR><BR># $NetBSD: DREAMCAST,v 1.5.2.1 2000/08/12 =
19:00:22=20
msaitoh Exp $<BR>#<BR># GENERIC -- everything that's currently=20
supported<BR>#<BR><BR>include "arch/evbsh3/conf/std.evbsh3"<BR><BR># =
Enable the=20
hooks used for initializing the root memory-disk.<BR>options=20
MEMORY_DISK_HOOKS<BR>options MEMORY_DISK_IS_ROOT # force root on memory=20
disk<BR>options MEMORY_DISK_SERVER=3D0 # no userspace memory disk=20
support<BR>options MINIROOTSIZE=3D2880 # size of memory disk, in=20
blocks<BR><BR>options DONT_INIT_BSC<BR><BR>maxusers 16 # estimated =
number of=20
users<BR><BR># CPU support<BR>options SH7750<BR>options SH4<BR>options=20
SH4_PCMCIA<BR>options EVBSH4<BR>options MMEYE<BR>options =
PCLOCK=3D50000000 #=20
50MHz<BR>options IOM_ROM_BEGIN=3D0x00000000<BR>options =
IOM_ROM_SIZE=3D0x00100000 #=20
1MB<BR>options IOM_RAM_BEGIN=3D0x8c000000<BR>options =
IOM_RAM_SIZE=3D0x01000000 #=20
16MB<BR>options INITTODR_ALWAYS_USE_RTC<BR>options BRAINS<BR>options=20
USE_RTCCLK<BR>options SYNC_CLOCK_TO_RTC<BR><BR>makeoptions =
LDSCRIPTBASE=3D"shl.x"=20
# for little endian<BR><BR>options LED_ADDR=3D0xa8000000<BR><BR># =
Standard system=20
options<BR>#options UCONSOLE # users can use TIOCCONS (for =
xconsole)<BR>#options=20
INSECURE # disable kernel security levels<BR><BR>#options=20
RTC_OFFSET=3D-540<BR>options HZ=3D64 # clock interrupt generates every =
1/HZ=20
sec<BR>#options NTP # NTP phase/frequency locked loop<BR><BR>#options =
KTRACE #=20
system call tracing via ktrace(1)<BR><BR>#options SYSVMSG # System =
V-like=20
message queues<BR>#options SYSVSEM # System V-like =
semaphores<BR>#options=20
SYSVSHM # System V-like memory sharing<BR>#options SHMMAXPGS=3D1024 # =
1024 pages=20
is the default<BR><BR># Diagnostic/debugging support options<BR>#options =

DIAGNOSTIC # cheap kernel consistency checks<BR>#options DEBUG # =
expensive=20
debugging checks/support<BR>#options DDB # in-kernel =
debugger<BR>#makeoptions=20
DEBUG=3D"-g" # compile full symbol table<BR>#options =
SYSCALL_DEBUG<BR>#options=20
UVMHIST<BR>#options UVMHIST_PRINT<BR><BR># Compatibility =
options<BR>options=20
COMPAT_13 # NetBSD 1.3<BR>options COMPAT_14 # NetBSD 1.4,<BR>options =
COMPAT_43 #=20
and 4.3BSD<BR><BR># Executable format options<BR>options EXEC_COFF # =
COFF=20
executables<BR>options EXEC_ELF32 # 32-bit ELF executables<BR><BR># File =

systems<BR>file-system FFS # UFS<BR>file-system MFS # memory file=20
system<BR>#file-system NFS # Network File System client<BR>file-system =
PROCFS #=20
/proc<BR>file-system KERNFS # /kern<BR>#file-system NULLFS # loopback =
file=20
system<BR>#file-system UMAPFS # NULLFS + uid and gid remapping<BR><BR># =
File=20
system options<BR>#options QUOTA # UFS quotas<BR>#options NFSSERVER # =
Network=20
File System server<BR><BR># Networking options<BR>options INET # IP + =
ICMP + TCP=20
+ UDP<BR>#options NFS_BOOT_DHCP # Support DHCP NFS root<BR><BR>#options=20
PCIVERBOSE # verbose PCI device autoconfig messages<BR>#options =
PCI_CONFIG_DUMP=20
# verbosely dump PCI config space<BR>#options PCMCIAVERBOSE # verbose =
PCMCIA=20
configuration messages<BR><BR># Kernel root file system and dump=20
configuration.<BR>#config netbsd root on ? type nfs<BR>#config netbsd =
root on=20
wd0a type ffs<BR>config netbsd root on ? type ffs<BR><BR>#<BR># Device=20
configuration<BR>#<BR><BR>mainbus0 at root<BR><BR>shb* at =
mainbus?<BR><BR>#=20
Serial Devices<BR><BR>options SCIFCN_SPEED=3D57600<BR>scif0 at shb? port =

0xffe80000 irq 12<BR><BR># SH PCMCIA controllers<BR>#shpcic0 at shb? =
port=20
0xb000000a iomem 0xb8000000 iosiz 0x1000000<BR>#shpcic1 at shb? port =
0xb000000c=20
iomem 0xb9000000 iosiz 0x1000000<BR><BR># PCMCIA bus support<BR>#pcmcia* =
at=20
shpcic? controller ? socket ?<BR><BR>#com* at pcmcia? function ? # =
Modems and=20
serial cards<BR>#wdc* at pcmcia? function ?<BR>#wd* at wdc? drive ? # =
the drives=20
themselves<BR><BR>#ep* at pcmcia? function ? # 3Com 3c589 and 3c562=20
Ethernet<BR>#mbe* at pcmcia? function ? # MB8696x based Ethernet<BR>#ne* =
at=20
pcmcia? function ? # NE2000-compatible Ethernet<BR>#sm* at pcmcia? =
function ? #=20
Megahertz Ethernet<BR><BR>#pseudo-device vnd 4 # disk-like interface to=20
files<BR>#pseudo-device bpfilter 8 # Berkeley packet =
filter<BR>#pseudo-device=20
ipfilter # IP filter (firewall) and NAT<BR>pseudo-device loop # network=20
loopback<BR>pseudo-device pty 16 # pseudo-terminals<BR>#pseudo-device =
ppp 2 #=20
Point-to-Point Protocol<BR>#pseudo-device tun 2 # network tunneling over =

tty<BR><BR># Enable the hooks used for initializing the root=20
memory-disk.<BR>#options MEMORY_DISK_HOOKS<BR>#options =
MEMORY_DISK_IS_ROOT #=20
force root on memory disk<BR>#options MEMORY_DISK_SERVER=3D0 # no =
userspace memory=20
disk support<BR>#options MINIROOTSIZE=3D3074 # size of memory disk, in=20
blocks<BR><BR>pseudo-device md 1 # memory disk device (ramdisk)=20
</FONT><BR></FONT></DIV></BODY></HTML>

------=_NextPart_000_000D_01C05811.BAB53520--