Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.56.2.5
      1  1.56.2.5  nathanw # $NetBSD: INSTALL,v 1.56.2.5 2002/04/17 00:02:09 nathanw Exp $
      2  1.56.2.2  nathanw #
      3  1.56.2.2  nathanw # Alpha INSTALL kernel.
      4  1.56.2.2  nathanw 
      5  1.56.2.2  nathanw include	"arch/alpha/conf/std.alpha"
      6  1.56.2.2  nathanw 
      7  1.56.2.2  nathanw makeoptions	COPTS="-Os"		# Optimise for space. Implies -O2
      8  1.56.2.2  nathanw 
      9  1.56.2.2  nathanw maxusers 8
     10  1.56.2.2  nathanw 
     11  1.56.2.2  nathanw options 	DDB
     12  1.56.2.2  nathanw #makeoptions	DEBUG="-g"
     13  1.56.2.2  nathanw 
     14  1.56.2.2  nathanw # Enable the hooks used for initializing the ram-disk.
     15  1.56.2.2  nathanw options 	MEMORY_DISK_HOOKS
     16  1.56.2.2  nathanw options 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
     17  1.56.2.5  nathanw options 	MEMORY_DISK_ROOT_SIZE=9300	# 4 Megabytes
     18  1.56.2.2  nathanw 
     19  1.56.2.2  nathanw # CPU Support
     20  1.56.2.2  nathanw options 	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
     21  1.56.2.2  nathanw options 	DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
     22  1.56.2.2  nathanw options 	DEC_2100_A500	# Sable:	AlphaServer 2100
     23  1.56.2.2  nathanw options 	DEC_2100A_A500	# Lynx:		AlphaServer 2100A
     24  1.56.2.2  nathanw options 	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
     25  1.56.2.2  nathanw options 	DEC_3000_300	# Pelican etc:	3000/300*
     26  1.56.2.2  nathanw options 	DEC_AXPPCI_33	# NoName:	AXPpci33, Multia, etc.
     27  1.56.2.2  nathanw options 	DEC_EB164	# EB164:	AlphaPC 164
     28  1.56.2.2  nathanw options 	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
     29  1.56.2.2  nathanw options 	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
     30  1.56.2.2  nathanw options 	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
     31  1.56.2.2  nathanw options 	DEC_KN300	# KN300:	AlphaServer 4100 and 1200
     32  1.56.2.2  nathanw options 	DEC_550		# Miata:	Digital Personal Workstation
     33  1.56.2.2  nathanw options 	DEC_1000	# Mikasa etc:	Digital AlphaServer 1000
     34  1.56.2.2  nathanw options 	DEC_1000A	# Corelle etc:	Digital AlphaServer 800/1000A
     35  1.56.2.2  nathanw options 	DEC_ALPHABOOK1	# AlphaBook1:	Tadpole/DEC AlphaBook
     36  1.56.2.2  nathanw options 	DEC_EB66	# EB66:		21066 Evaluation Board
     37  1.56.2.2  nathanw options 	DEC_6600	# EV6:		264DP OEM Board
     38  1.56.2.2  nathanw options 	API_UP1000	# EV6:		Alpha Processor, Inc. UP1000
     39  1.56.2.2  nathanw 
     40  1.56.2.2  nathanw # File systems
     41  1.56.2.2  nathanw file-system	FFS		# Fast file system
     42  1.56.2.2  nathanw file-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
     43  1.56.2.2  nathanw file-system	MSDOSFS		# MS-DOS-compatible file system
     44  1.56.2.2  nathanw file-system	NFS		# Sun NFS-compatible file system client
     45  1.56.2.2  nathanw file-system	KERNFS		# Kernel variable file system (/kern)
     46  1.56.2.2  nathanw 
     47  1.56.2.2  nathanw # Filesystem options
     48  1.56.2.2  nathanw #options 	NFS_V2_ONLY	# Exclude NFS3 and NQNFS code to save space
     49  1.56.2.2  nathanw #options 	VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
     50  1.56.2.2  nathanw 
     51  1.56.2.2  nathanw # Networking options
     52  1.56.2.2  nathanw options 	INET		# Internet protocol suite
     53  1.56.2.2  nathanw 
     54  1.56.2.2  nathanw # 4.3BSD compatibility.  Should be optional, but necessary for now.
     55  1.56.2.2  nathanw options 	COMPAT_43
     56  1.56.2.2  nathanw 
     57  1.56.2.2  nathanw # Binary compatibility with previous versions of NetBSD.
     58  1.56.2.2  nathanw #options 	COMPAT_09
     59  1.56.2.2  nathanw options 	COMPAT_10
     60  1.56.2.2  nathanw options 	COMPAT_11
     61  1.56.2.2  nathanw options 	COMPAT_12
     62  1.56.2.2  nathanw options 	COMPAT_13
     63  1.56.2.2  nathanw options 	COMPAT_14
     64  1.56.2.2  nathanw 
     65  1.56.2.2  nathanw # Misc. options
     66  1.56.2.2  nathanw #options 	EISAVERBOSE		# recognize "unknown" EISA devices
     67  1.56.2.2  nathanw #options 	PCIVERBOSE		# recognize "unknown" PCI devices
     68  1.56.2.2  nathanw #options 	MIIVERBOSE		# verbose PHY autoconfig messages
     69  1.56.2.2  nathanw #options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
     70  1.56.2.2  nathanw #options 	SCSIVERBOSE		# Verbose SCSI errors
     71  1.56.2.2  nathanw #options 	TCVERBOSE		# recognize "unknown" TC devices
     72  1.56.2.2  nathanw options 	UCONSOLE		# users can use TIOCCONS (for xconsole)
     73  1.56.2.2  nathanw options 	INSECURE		# disable `kernel security level'
     74  1.56.2.5  nathanw #options 	USERCONF		# userconf(4) support
     75  1.56.2.3  nathanw options		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     76  1.56.2.2  nathanw 
     77  1.56.2.2  nathanw # The Alpha console firmware network boots using the BOOTP
     78  1.56.2.2  nathanw # protocol, so we ask the NFS code to use BOOTP/DHCP as well,
     79  1.56.2.2  nathanw # in case we have NFS root.
     80  1.56.2.2  nathanw options 	NFS_BOOT_DHCP		# superset of BOOTP
     81  1.56.2.2  nathanw 
     82  1.56.2.2  nathanw # WS console uses SUN or VT100 terminal emulation
     83  1.56.2.2  nathanw options 	WSEMUL_VT100
     84  1.56.2.2  nathanw 
     85  1.56.2.2  nathanw config		netbsd	root on ? type ?
     86  1.56.2.2  nathanw 
     87  1.56.2.2  nathanw mainbus0 at	root
     88  1.56.2.2  nathanw cpu*	at	mainbus0
     89  1.56.2.2  nathanw 
     90  1.56.2.2  nathanw # TurboLaser bus support and devices
     91  1.56.2.2  nathanw tlsb*	at	mainbus0
     92  1.56.2.2  nathanw gbus*	at	tlsb? node ? offset ?
     93  1.56.2.2  nathanw tlsbmem* at	tlsb? node ? offset ?
     94  1.56.2.2  nathanw kft*	at	tlsb? node ? offset ?
     95  1.56.2.2  nathanw 
     96  1.56.2.2  nathanw # Gbus Devices
     97  1.56.2.2  nathanw mcclock* at	gbus? offset ?
     98  1.56.2.2  nathanw 
     99  1.56.2.2  nathanw # MCBUS bus support
    100  1.56.2.2  nathanw mcbus*	at	mainbus0
    101  1.56.2.2  nathanw mcmem*	at	mcbus? mid ?
    102  1.56.2.2  nathanw 
    103  1.56.2.2  nathanw #EV6 Tsunami Core Logic
    104  1.56.2.2  nathanw 
    105  1.56.2.2  nathanw tsc*	at	mainbus0
    106  1.56.2.2  nathanw 
    107  1.56.2.2  nathanw # DECpc AXP150 (Jensen) internal bus support
    108  1.56.2.2  nathanw jensenio* at	mainbus0
    109  1.56.2.2  nathanw 
    110  1.56.2.2  nathanw com*	at	jensenio? port ?
    111  1.56.2.2  nathanw lpt*	at	jensenio? port ?
    112  1.56.2.2  nathanw mcclock* at	jensenio? port ?
    113  1.56.2.2  nathanw pckbc*	at	jensenio? port ?
    114  1.56.2.2  nathanw 
    115  1.56.2.2  nathanw # TurboChannel host bus adapter support
    116  1.56.2.2  nathanw tcasic*	at	mainbus0
    117  1.56.2.2  nathanw 
    118  1.56.2.2  nathanw # TurboChannel bus support
    119  1.56.2.2  nathanw tc*	at	tcasic?
    120  1.56.2.2  nathanw 
    121  1.56.2.2  nathanw # TurboChannel devices
    122  1.56.2.2  nathanw ioasic*	at	tc? slot ? offset ?
    123  1.56.2.2  nathanw mcclock* at	ioasic? offset ?
    124  1.56.2.2  nathanw le*	at	ioasic? offset ?
    125  1.56.2.2  nathanw scc0	at	ioasic? offset ?
    126  1.56.2.2  nathanw scc1	at	ioasic? offset ?
    127  1.56.2.2  nathanw tcds*	at	tc? slot ? offset ?
    128  1.56.2.2  nathanw asc*	at	tcds? chip ?
    129  1.56.2.2  nathanw le*	at	tc? slot ? offset ?
    130  1.56.2.2  nathanw fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
    131  1.56.2.2  nathanw 
    132  1.56.2.2  nathanw # PCI host bus adapter support
    133  1.56.2.2  nathanw apecs*	at	mainbus?
    134  1.56.2.2  nathanw cia*	at	mainbus?
    135  1.56.2.2  nathanw irongate* at	mainbus?
    136  1.56.2.2  nathanw lca*	at	mainbus?
    137  1.56.2.2  nathanw dwlpx*	at	kft?
    138  1.56.2.2  nathanw mcpcia*	at	mcbus? mid ?
    139  1.56.2.2  nathanw tsp*	at	tsc?
    140  1.56.2.2  nathanw ttwoga*	at	mainbus?
    141  1.56.2.2  nathanw 
    142  1.56.2.2  nathanw # Sable PCI and STDIO bus and devices
    143  1.56.2.2  nathanw ttwopci* at	ttwoga? hose ?
    144  1.56.2.2  nathanw sableio* at	ttwopci? bus ?
    145  1.56.2.2  nathanw com*	at	sableio? port ?
    146  1.56.2.2  nathanw lpt*	at	sableio? port ?
    147  1.56.2.2  nathanw pckbc*	at	sableio? port ?
    148  1.56.2.2  nathanw fdc*	at	sableio? port ?
    149  1.56.2.2  nathanw 
    150  1.56.2.2  nathanw # PCI bus support
    151  1.56.2.2  nathanw pci*	at	apecs?
    152  1.56.2.2  nathanw pci*	at	cia?
    153  1.56.2.2  nathanw pci*	at	irongate?
    154  1.56.2.2  nathanw pci*	at	lca?
    155  1.56.2.2  nathanw pci*	at	ppb?
    156  1.56.2.2  nathanw pci*	at	dwlpx?
    157  1.56.2.2  nathanw pci*	at	mcpcia?
    158  1.56.2.2  nathanw pci*	at	tsp?
    159  1.56.2.2  nathanw pci*	at	ttwopci?
    160  1.56.2.2  nathanw 
    161  1.56.2.2  nathanw # PCI devices
    162  1.56.2.2  nathanw adv*	at	pci? dev ? function ?		# AdvanSys SCSI
    163  1.56.2.2  nathanw adw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
    164  1.56.2.2  nathanw #options 	ADW_WDTR_DISABLE		# 	disable WDTR
    165  1.56.2.2  nathanw #options 	ADW_SDTR_DISABLE		# 	disable SDTR
    166  1.56.2.2  nathanw #options 	ADW_TAGQ_DISABLE		# 	disable Tag Queuing
    167  1.56.2.2  nathanw ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
    168  1.56.2.2  nathanw bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
    169  1.56.2.2  nathanw cac*	at	pci? dev ? function ?		# Compaq array controller (untested)
    170  1.56.2.2  nathanw de*	at	pci? dev ? function ?		# 21x4x-based Ethernet
    171  1.56.2.2  nathanw dpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
    172  1.56.2.2  nathanw en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
    173  1.56.2.2  nathanw ep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
    174  1.56.2.2  nathanw epic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
    175  1.56.2.2  nathanw ex*	at	pci? dev ? function ?		# 3COM 3c90x[BC] Ethernet
    176  1.56.2.2  nathanw fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
    177  1.56.2.2  nathanw fxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
    178  1.56.2.2  nathanw gsip*	at	pci? dev ? function ?		# NS DP83820 Gigabit Ethernet
    179  1.56.2.2  nathanw iha*	at	pci? dev ? function ?		# Initio INIC-940/950 SCSI
    180  1.56.2.2  nathanw isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
    181  1.56.2.2  nathanw le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
    182  1.56.2.2  nathanw sf*	at	pci? dev ? function ?		# Adaptec AIC-6915 Ethernet
    183  1.56.2.2  nathanw siop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
    184  1.56.2.2  nathanw mlx*	at	pci? dev ? function ?		# Mylex DAC960 / DEC SWXCR (untested)
    185  1.56.2.2  nathanw ne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
    186  1.56.2.2  nathanw pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
    187  1.56.2.2  nathanw pciide*	at	pci? dev ? function ?		# PCI IDE controllers
    188  1.56.2.2  nathanw pcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
    189  1.56.2.2  nathanw ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
    190  1.56.2.2  nathanw rtk*	at	pci? dev ? function ?		# RealTek 8129/8139 Ethernet
    191  1.56.2.2  nathanw sio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
    192  1.56.2.2  nathanw sip*	at	pci? dev ? function ?		# SiS 900 Ethernet
    193  1.56.2.2  nathanw tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
    194  1.56.2.2  nathanw tl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
    195  1.56.2.2  nathanw tlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
    196  1.56.2.2  nathanw #options 	TLP_MATCH_21040
    197  1.56.2.2  nathanw #options 	TLP_MATCH_21041
    198  1.56.2.2  nathanw #options 	TLP_MATCH_21140
    199  1.56.2.2  nathanw #options 	TLP_MATCH_21142
    200  1.56.2.2  nathanw vga*	at	pci? dev ? function ?		# PCI VGA Graphics
    201  1.56.2.2  nathanw vr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
    202  1.56.2.2  nathanw 
    203  1.56.2.2  nathanw # MII/PHY support
    204  1.56.2.2  nathanw exphy*	at mii? phy ?			# 3Com internal PHYs
    205  1.56.2.3  nathanw icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
    206  1.56.2.2  nathanw inphy*	at mii? phy ?			# Intel 82555 PHYs
    207  1.56.2.2  nathanw lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
    208  1.56.2.2  nathanw gphyter* at mii? phy ?			# NS83861 Gig-E PHY
    209  1.56.2.2  nathanw nsphy*	at mii? phy ?			# NS83840 PHYs
    210  1.56.2.2  nathanw nsphyter* at mii? phy ?			# NS83843 PHYs
    211  1.56.2.2  nathanw qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
    212  1.56.2.2  nathanw sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    213  1.56.2.2  nathanw tlphy*	at mii? phy ?			# ThunderLAN PHYs
    214  1.56.2.2  nathanw ukphy*	at mii? phy ?			# generic unknown PHYs
    215  1.56.2.2  nathanw 
    216  1.56.2.2  nathanw # ISA/EISA bus support
    217  1.56.2.2  nathanw isa*	at	jensenio?
    218  1.56.2.2  nathanw eisa*	at	jensenio?
    219  1.56.2.2  nathanw isa*	at	pceb?
    220  1.56.2.2  nathanw eisa*	at	pceb?
    221  1.56.2.2  nathanw isa*	at	sio?
    222  1.56.2.2  nathanw 
    223  1.56.2.2  nathanw # ISA devices
    224  1.56.2.2  nathanw mcclock* at	isa? port 0x70
    225  1.56.2.2  nathanw pckbc*	at	isa?				# PC keyboard controller
    226  1.56.2.2  nathanw pckbd*	at	pckbc?				# PC keyboard (kbd port)
    227  1.56.2.2  nathanw pms*	at	pckbc?				# PS/2-style mouse (aux port)
    228  1.56.2.2  nathanw com*	at	isa? port 0x3f8 irq 4		# standard serial ports
    229  1.56.2.2  nathanw com*	at	isa? port 0x2f8 irq 3
    230  1.56.2.2  nathanw ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
    231  1.56.2.2  nathanw fdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
    232  1.56.2.2  nathanw lc*	at	isa? port ? iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
    233  1.56.2.2  nathanw #le*	at	isa? port 0x320 irq 10 drq 7	# IsoLan, NE2100, DEPCA (unt.)
    234  1.56.2.2  nathanw we0	at	isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
    235  1.56.2.2  nathanw we1	at	isa? port 0x300 iomem 0xcc000 irq 10
    236  1.56.2.2  nathanw lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
    237  1.56.2.2  nathanw vga*	at	isa?				# ISA (EISA: XXX) VGA
    238  1.56.2.2  nathanw wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
    239  1.56.2.2  nathanw wdc1	at	isa? port 0x170 irq 15
    240  1.56.2.2  nathanw 
    241  1.56.2.2  nathanw # EISA devices
    242  1.56.2.2  nathanw ahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
    243  1.56.2.2  nathanw ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
    244  1.56.2.2  nathanw bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
    245  1.56.2.2  nathanw ep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
    246  1.56.2.2  nathanw fea*	at	eisa? slot ?			# DEC DEFEA FDDI
    247  1.56.2.2  nathanw mlx*	at	eisa? slot ?			# Mylex DAC960 / DEC SWXCR (untested)
    248  1.56.2.2  nathanw tlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
    249  1.56.2.2  nathanw depca*	at	eisa? slot ?			# DEC DE-422 Ethernet
    250  1.56.2.2  nathanw le*	at	depca?
    251  1.56.2.2  nathanw uha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
    252  1.56.2.2  nathanw 
    253  1.56.2.2  nathanw # SCSI bus support
    254  1.56.2.2  nathanw scsibus* at	adv?
    255  1.56.2.2  nathanw #scsibus* at	aic?
    256  1.56.2.2  nathanw scsibus* at	adw?
    257  1.56.2.2  nathanw #scsibus* at	aha?
    258  1.56.2.2  nathanw scsibus* at	ahb?
    259  1.56.2.2  nathanw scsibus* at	ahc?
    260  1.56.2.2  nathanw scsibus* at	asc?
    261  1.56.2.2  nathanw scsibus* at	bha?
    262  1.56.2.2  nathanw scsibus* at	dpt?
    263  1.56.2.2  nathanw scsibus* at	iha?
    264  1.56.2.2  nathanw scsibus* at	isp?
    265  1.56.2.2  nathanw scsibus* at	siop?
    266  1.56.2.2  nathanw scsibus* at	pcscp?
    267  1.56.2.2  nathanw scsibus* at	uha?
    268  1.56.2.2  nathanw 
    269  1.56.2.2  nathanw # SCSI devices
    270  1.56.2.2  nathanw cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
    271  1.56.2.2  nathanw sd*	at	scsibus? target ? lun ?		# SCSI disk drives
    272  1.56.2.2  nathanw st*	at	scsibus? target ? lun ?		# SCSI tape drives
    273  1.56.2.2  nathanw 
    274  1.56.2.2  nathanw # ST506/ESDI/IDE devices
    275  1.56.2.2  nathanw wd*	at	pciide? channel ?
    276  1.56.2.2  nathanw wd*	at	wdc? drive ?
    277  1.56.2.2  nathanw 
    278  1.56.2.2  nathanw # ATAPI bus support
    279  1.56.2.2  nathanw atapibus* at	pciide? channel ?
    280  1.56.2.2  nathanw atapibus* at	wdc?
    281  1.56.2.2  nathanw 
    282  1.56.2.2  nathanw # ATAPI devices
    283  1.56.2.2  nathanw sd*	at	atapibus? drive ?		# ATAPI disk devices
    284  1.56.2.2  nathanw cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
    285  1.56.2.2  nathanw 
    286  1.56.2.2  nathanw # Floppy drives
    287  1.56.2.2  nathanw fd*	at	fdc? drive ?
    288  1.56.2.2  nathanw 
    289  1.56.2.2  nathanw # Hardware RAID devices
    290  1.56.2.2  nathanw ld*	at	cac? unit ?
    291  1.56.2.2  nathanw ld*	at	mlx? unit ?
    292  1.56.2.2  nathanw 
    293  1.56.2.2  nathanw # Workstation Console attachments
    294  1.56.2.2  nathanw wsdisplay*	at	vga?
    295  1.56.2.2  nathanw wsdisplay*	at	tga?
    296  1.56.2.2  nathanw wskbd*		at	pckbd?
    297  1.56.2.2  nathanw wsmouse*	at	pms?
    298  1.56.2.2  nathanw 
    299  1.56.2.2  nathanw pseudo-device	loop		1
    300  1.56.2.2  nathanw pseudo-device	md		1
    301  1.56.2.2  nathanw pseudo-device	ppp		1
    302  1.56.2.2  nathanw pseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
    303  1.56.2.2  nathanw pseudo-device	sl		1
    304