Make INSTALL compile again with the new changes. Try to clean it up a
little too.
This commit is contained in:
parent
494a6eb736
commit
7001ea36f9
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.36 2005/12/07 12:40:47 tsutsui Exp $
|
||||
# $NetBSD: INSTALL,v 1.37 2006/03/09 20:58:12 garbled Exp $
|
||||
#
|
||||
# INSTALL -- Installation kernel
|
||||
#
|
||||
@ -17,13 +17,6 @@ options MEMORY_DISK_ROOT_SIZE=4096 # 2 Megabytes
|
||||
maxusers 8
|
||||
|
||||
# Platform support
|
||||
options PLATFORM_IBM_6015 # IBM RS/6000 40P
|
||||
options PLATFORM_IBM_6040 # IBM ThinkPad 820
|
||||
options PLATFORM_IBM_6050 # IBM Personal Power Series 830
|
||||
options PLATFORM_IBM_7248 # IBM RS/6000 7248-100/120/133
|
||||
options PLATFORM_IBM_7043_140 # IBM RS/6000 43P 7043-140
|
||||
options PLATFORM_MOTOROLA_ULMB60XA # Motorola ULMB60xA (?)
|
||||
|
||||
options OPENPIC # OpenPIC support (7043-140)
|
||||
|
||||
# Compatibility options
|
||||
@ -99,9 +92,14 @@ options PCI_NETBSD_CONFIGURE
|
||||
pchb* at pci? dev ? function ? # PCI-Host bridges
|
||||
pcib* at pci? dev ? function ? # PCI-ISA bridges
|
||||
ppb* at pci? dev ? function ? # PCI-PCI bridges
|
||||
pceb* at pci? dev ? function ? # PCI-EISA bridges
|
||||
|
||||
# EISA bus support
|
||||
eisa* at pceb?
|
||||
|
||||
# ISA bus support
|
||||
isa* at pcib? # ISA on PCI-ISA bridge
|
||||
isa* at pceb?
|
||||
|
||||
# PCMCIA bus support
|
||||
#pcmcia* at pcic? controller ? socket ?
|
||||
@ -116,9 +114,8 @@ isa* at pcib? # ISA on PCI-ISA bridge
|
||||
# ISA Plug-and-Play bus support
|
||||
#isapnp0 at isa?
|
||||
|
||||
# on-board I/O for IBM Personal Power Series 830 IDE controller
|
||||
obio0 at mainbus0
|
||||
|
||||
# PNP bus device for attaching objects descibed in the residual
|
||||
pnpbus0 at mainbus0
|
||||
|
||||
# Console Devices
|
||||
|
||||
@ -177,9 +174,8 @@ cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
|
||||
|
||||
# IDE and related devices
|
||||
|
||||
# IBM Personal Power Series 830 IDE controller
|
||||
wdc0 at obio? port 0x1f0 irq 13
|
||||
wdc1 at obio? port 0x170 irq 13
|
||||
# IDE controller found on most Power Personal machines
|
||||
wdc* at pnpbus?
|
||||
|
||||
# ISA Plug-and-Play IDE controllers
|
||||
#wdc* at isapnp?
|
||||
@ -232,6 +228,7 @@ tlp* at pci? dev ? function ? # DECchip 21x4x and clones
|
||||
|
||||
# ISA network interfaces
|
||||
#ep* at isa? port ? irq ? # 3Com 3c509 Ethernet
|
||||
we1 at isa? port 0x300 iomem 0xe4000 irq 11 # WD/SMC Ethernet
|
||||
|
||||
# ISA Plug-and-Play network intefaces
|
||||
#ep* at isapnp? # 3Com 3c509 Ethernet
|
||||
|
Loading…
Reference in New Issue
Block a user