Port-amiga archive

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

1.1 console not found at boot ?



Is there something wrong with my config file for my Unix kernel ?  This is
on a stock standard A3000 (no fancy video cards or cpu cards)

When I boot, it doesn't find grf0 ?

dmesg:

Amiga 3000 (m68030 CPU/MMU m68882 FPU)
real  mem = 12582912 (1536 pages)
avail mem = 10739712 (1311 pages)
using 89 buffers containing 729088 bytes of memory
memory segment 0 at 07400000 size 00c00000
memory segment 1 at 00000000 size 00200000
mainbus0 (root)
clock0 at mainbus0: system hz 100 hardware hz 709379
ser0 at mainbus0: input fifo 512 output fifo 32
par0 at mainbus0
kbd0 at mainbus0
fdc0 at mainbus0: dmabuf pa 0x1f79b4
fd0 at fdc0: 3.5dd 80 cyl, 2 head, 11 sec [9 sec], 512 bytes/sec
zbus0 at mainbus0
le0 at zbus0 rom 0xe90000 man/pro 514/112: address 00:80:10:00:3e:aa, 16 
receive buffers, 4 transmit buffers
ahsc0 at mainbus0
scsibus0 at ahsc0
ahsc0: target 0 now synchronous, period=248ns, offset=8.
ahsc0 targ 0 lun 0: <QUANTUM, PD210S, 527_> SCSI2 0/direct fixed
sd0 at scsibus0: 199MB, 1156 cyl, 7 head, 50 sec, 512 bytes/sec
ahsc0: target 1 now synchronous, period=208ns, offset=8.
ahsc0 targ 1 lun 0: <QUANTUM, TRB850S, 0403> SCSI2 0/direct fixed
sd1 at scsibus0: 810MB, 3653 cyl, 4 head, 113 sec, 512 bytes/sec
2 mice configured
4 views configured

Config file:
maxusers        16
options         TIMEZONE=-600, DST=1
options         "M68030"        # support for 030
options         FPCOPROC        # Support for MC6888[12] (Required)
options         SWAPPAGER       # Pager for processes (Required)
options         VNODEPAGER      # Pager for vnodes (Required)
options         DEVPAGER        # Pager for devices (Required)
options         INET            # IP networking support (Required)
options IPFILTER_LKM
options         QUOTA           # Disk quotas for local disks
options         NFSSERVER       # Network File System server side code
options         NFSCLIENT       # Network File System client side code
options         FFS             # Berkeley fast file system
options         MFS             # Memory based filesystem
options         PROCFS          # Process filesystem
options         KERNFS          # Kernel parameter filesystem (Recommended)
options         FDESC           # /dev/fd filesystem
options         NULLFS          # Loopback filesystem
options         FIFO            # FIFO operations on vnodes (Recommended)
options         ADOSFS          # AmigaDOS file system
options         "CD9660"        # ISO 9660 file system, with Rock Ridge
options         "COMPAT_10"     # compatability with older NetBSD release
options         "COMPAT_09"     # compatability with older NetBSD release
options         "COMPAT_43"     # 4.3 BSD compatible system calls
options         COMPAT_SUNOS    # Support to run Sun (m68k) executables
options         "TCP_COMPAT_42" # Use 4.2 BSD style TCP
options         SYSVSHM         # System V-like shared memory
options         SYSVMSG         # System V-like messages
options         SYSVSEM         # System V-like semaphores
options         GENERIC         # Mini-root boot support
options         LKM             # Loadable kernel modules
options         KTRACE          # Add kernel tracing system call
options         DIAGNOSTIC      # Add additional error checking code
options         "NKMEMCLUSTERS=256"     # Size of kernel malloc area
options         PANICWAIT       # Require keystroke to dump/reboot
options         DDB             # Kernel debugger
options         MACHINE_NONCONTIG # Non-contiguous memory support
options         GRF_ECS         # Enhanced Chip Set
options         GRF_NTSC        # NTSC
options         GRF_PAL         # PAL
options         "GRF_A2024"     # Support for the A2024
options         "KFONT_8X11"    # 8x11 font
grfcc0          at mainbus0             # custom chips
grf0            at grfcc0
ite0            at grf0                 # terminal emulators for grf's
le0             at zbus0                # Lance ethernet.
ahsc0           at mainbus0             # A3000 scsi
scsibus*        at ahsc0
sd*     at scsibus? target ? lun ?      # scsi disks
st*     at scsibus? target ? lun ?      # scsi tapes
cd*     at scsibus? target ? lun ?      # scsi cd's
pseudo-device   ppp                     # ppp
pseudo-device   view 4                  # views
pseudo-device   pty 16                  # pseudo terminals
pseudo-device   loop                    # network loopback
pseudo-device   bpfilter 4              # berkeley packet filters
pseudo-device   tun 2
config  netbsd swap on generic

When I boot with the 1.1 kernel shipped, prebuilt, on CD, I get:

Aug 27 05:38:54 myname /netbsd: mainbus0 (root)
Aug 27 05:38:54 myname /netbsd: clock0 at mainbus0: system hz 100 hardware hz 70
9379
Aug 27 05:38:54 myname /netbsd: ser0 at mainbus0: input fifo 512 output fifo 32
Aug 27 05:38:54 myname /netbsd: par0 at mainbus0
Aug 27 05:38:54 myname /netbsd: kbd0 at mainbus0
Aug 27 05:38:54 myname /netbsd: grfcc0 at mainbus0
Aug 27 05:38:55 myname /netbsd: grf0 at grfcc0: width 640 height 400 colors 4
Aug 27 05:38:55 myname /netbsd: ite0 at grf0: rows 50 cols 79 repeat at (30/100)
s next at (10/100)s has keyboard
Aug 27 05:38:55 myname /netbsd: fdc0 at mainbus0: dmabuf pa 0x1e3030




Home | Main Index | Thread Index | Old Index