NetBSD/sys/arch/macppc/conf/INSTALL

151 lines
4.4 KiB
Plaintext

# $NetBSD: INSTALL,v 1.32 2000/07/24 10:04:10 tsubai Exp $
#
# config file for INSTALL FLOPPY
#
include "arch/macppc/conf/std.macppc"
maxusers 32
# Change base address to 0x800000 to use large memory disk.
makeoptions TEXTADDR=0x800000
# Use -Os -mmultiple to reduce size.
makeoptions COPTS="-Os -mmultiple -pipe"
# Enable the hooks used for initializing the ram-disk.
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # Force root on ram-disk
options MINIROOTSIZE=4096 # 2 Megabytes
# Compatibility options
options COMPAT_13 # NetBSD 1.3,
options COMPAT_14 # NetBSD 1.4,
options COMPAT_43 # and 4.3BSD
# File systems
file-system FFS # UFS
file-system MFS # memory file system
file-system NFS # Network File System client
file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system MSDOSFS # MS-DOS file system
# Networking options
options INET # IP + ICMP + TCP + UDP
options NMBCLUSTERS=1024
options NFS_BOOT_DHCP # Support DHCP NFS root
options WSEMUL_VT100 # VT100 / VT220 emulation
#options FONT_GALLANT12x22
# Kernel root file system and dump configuration.
config netbsd root on ? type ?
#
# Device configuration
#
mainbus* at root
cpu* at mainbus?
bandit* at mainbus?
grackle* at mainbus?
uninorth* at mainbus?
pci* at bandit? bus ?
pci* at grackle? bus ?
pci* at uninorth? bus ?
pci* at ppb? bus ?
pchb* at pci? dev ? function ? # PCI-Host bridges
ppb* at pci? dev ? function ? # PCI-PCI bridges
ep* at pci? dev ? function ? # 3Com 3c59x
epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
ex* at pci? dev ? function ? # 3Com 90x[B]
fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
ne* at pci? dev ? function ? # NE2000-compatible Ethernet
rtk* at pci? dev ? function ? # Realtek 8129/8139
adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
ncr* at pci? dev ? function ? # NCR 53c8xx SCSI
pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI SCSI
ofb* at pci? dev ? function ? # Generic Open Firmware Framebuffer
cbb* at pci? dev ? function ? # PCI-CardBus bridge
ohci* at pci? dev ? function ? # Open Host Controller
#gm* at pci? dev ? function ? # gmac ethernet
obio0 at pci? dev ? function ?
tlp* at pci? dev ? function ? # DEC 21x4x-based Ethernet
options TLP_MATCH_21040
options TLP_MATCH_21041
options TLP_MATCH_21140
options TLP_MATCH_21142
exphy* at mii? phy ? # 3Com internal PHYs
icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890
inphy* at mii? phy ? # Intel 82555 PHYs
iophy* at mii? phy ? # Intel 82553 PHYs
lxtphy* at mii? phy ? # Level One LXT-970 PHYs
nsphy* at mii? phy ? # NS83840 PHYs
nsphyter* at mii? phy ? # NS83843 PHYs
qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
tlphy* at mii? phy ? # ThunderLAN PHYs
tqphy* at mii? phy ? # TDK Semiconductor PHYs
ukphy* at mii? phy ? # generic unknown PHYs
cardslot* at cbb?
cardbus* at cardslot?
pcmcia* at cardslot?
wdc* at pcmcia? function ? # PCMCIA IDE controllers
ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
mbe* at pcmcia? function ? # MB8696x based Ethernet
ne* at pcmcia? function ? # NE2000-compatible Ethernet
ex* at cardbus? dev ? function ? # 3Com 3C575TX
tlp* at cardbus? dev ? function ? # DECchip 21143
bm* at obio? # bmac ethernet
mc* at obio? # MACE ethernet
esp* at obio? flags 0x00ff # 53c9x SCSI
mesh* at obio? flags 0xffff # MESH SCSI
nvram* at obio? # nvram
adb* at obio? # Apple Desktop Bus
akbd* at adb? # ADB keyboard
zsc* at obio?
zstty* at zsc? channel ?
mediabay* at obio?
wdc* at mediabay? flags 0
wsdisplay0 at ofb? console ?
wskbd0 at akbd? console ?
scsibus* at adv?
scsibus* at ahc?
scsibus* at esp?
scsibus* at mesh?
scsibus* at ncr?
scsibus* at pcscp?
sd* at scsibus? target ? lun ? # SCSI disks
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
wdc* at obio? flags 0x1
wd* at wdc? channel ? drive ? flags 0x0000
atapibus* at wdc? channel ?
cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
usb* at ohci?
uhub* at usb?
uhub* at uhub? port ? configuration ? interface ?
ukbd* at uhub? port ? configuration ? interface ?
wskbd* at ukbd? console ?
pseudo-device md 1 # memory disk
pseudo-device loop # network loopback
#pseudo-device sl 2 # Serial Line IP
pseudo-device pty 16 # pseudo-terminals