Sync to ``POWERMAC'' config.

This commit is contained in:
tsubai 1998-10-14 13:54:09 +00:00
parent 3f6ac2aece
commit 4f4676e9c0
2 changed files with 20 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.13 1998/10/13 11:25:26 tsubai Exp $
# $NetBSD: GENERIC,v 1.14 1998/10/14 13:54:09 tsubai Exp $
#
# POWERMAC config file
#
@ -87,6 +87,10 @@ options NMBCLUSTERS=1024
options PCIVERBOSE # verbose PCI device autoconfig messages
options SCSIVERBOSE # human readable SCSI error messages
# wscons options
#options WSEMUL_SUN # sun terminal emulation
options WSEMUL_VT100 # VT100 / VT220 emulation
# Kernel root file system and dump configuration.
config netbsd root on ? type ?
@ -120,6 +124,10 @@ aed* at adb? # ADB Event Device
akbd* at adb? # ADB keyboard
ams* at adb? # ADB mouse
ofb0 at pci? dev ? function ? # Generic Open Firmware Framebuffer
wsdisplay* at ofb? console ?
wskbd* at akbd? console ?
mc0 at obio0 # MACE ethernet
esp0 at obio0 flags 0x00ff # 53c9x SCSI
scsibus* at esp0
@ -128,10 +136,6 @@ zsc0 at obio0
zstty0 at zsc0 channel 0
zstty1 at zsc0 channel 1
grfati0 at pci? dev ? function ? # ATY,mach64
grf0 at grfati0
ite0 at grf0
sd* at scsibus? target ? lun ? # SCSI disks
st* at scsibus? target ? lun ? # SCSI tape drives
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.1 1998/07/29 05:19:26 tsubai Exp $
# $NetBSD: INSTALL,v 1.2 1998/10/14 13:54:09 tsubai Exp $
#
# config file for INSTALL FLOPPY
#
@ -32,6 +32,7 @@ options NMBCLUSTERS=1024
options NFS_BOOT_DHCP, NFS_BOOT_BOOTPARAM
options ZS_TXDMA # Use dma on zs output
options WSEMUL_VT100 # VT100 / VT220 emulation
# Kernel root file system and dump configuration.
config netbsd root on ? type ?
@ -56,7 +57,16 @@ scsibus* at ahc?
obio0 at pci? dev ? function ?
nvram0 at obio0 # nvram
adb0 at obio0 # Apple Desktop Bus
aed* at adb? # ADB Event Device
akbd* at adb? # ADB keyboard
ams* at adb? # ADB mouse
ofb0 at pci? dev ? function ? # Generic Open Firmware Framebuffer
wsdisplay* at ofb? console ?
wskbd* at akbd? console ?
mc0 at obio0 # MACE ethernet
esp0 at obio0 flags 0x00ff # 53c9x SCSI
scsibus0 at esp0
@ -65,10 +75,6 @@ zsc0 at obio0
zstty0 at zsc0 channel 0
zstty1 at zsc0 channel 1
grfati0 at pci? dev ? function ?
grf0 at grfati0
ite0 at grf0
sd* at scsibus? target ? lun ? # SCSI disks
st* at scsibus? target ? lun ? # SCSI tape drives
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives