summaryrefslogtreecommitdiff
path: root/sys/arch/atari/conf/FALCON.in
blob: 3db9b1fa49713b77b7c2c6f22db0aa6f6336bbf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
#
#	$NetBSD: FALCON.in,v 1.7 2003/10/08 11:05:27 bouyer Exp $
#
# ATARI-FALCON
#
# This configuration file is for a generic ATARI-Falcon
#
# Define 'INSTALL_KERNEL' or 'INSTALLX_KERNEL' to generate a BOOT or
# BOOTX kernel respectively.
#

# There is no possibility for physical network interfaces. Use the define
# below to turn off vlan, pppoe, bridge  and NETATALK.
#define	NO_PHYS_NETWORK

#include "GENERIC.in"

pseudo-device	view	4	# View (graphics mapping)
#ifndef INSTALL_KERNEL
pseudo-device	mouse	1	# mouse
#endif

#
# The following sections describe various hardware options.
#
ncrscsi0	at mainbus0	# NCR5380 SCSI driver
scsibus0	at ncrscsi0	# SCSI bus
zs0		at mainbus0	# Serial support through 8530
grfbus0		at mainbus0	# bitmapped display's
grfcc0		at grfbus0	# graphics driver
ite0		at grfcc0	# console
nvr0		at mainbus0	# nvram driver

#if !defined(INSTALL_KERNEL) || defined(INSTALLX_KERNEL)
grfcc1		at grfbus0	# 2nd graphics driver
ite1		at grfcc1	# 2nd tty
grfcc2		at grfbus0	# 3rd graphics driver
ite2		at grfcc2	# 3rd tty
lp0		at mainbus0	# centronics printer
ser0		at mainbus0	# UART on first 68901 (ttyB0)
#endif

wdc0		at mainbus0	# IDE-bus
atabus* 	at wdc? channel ?
wd*		at atabus? drive ?

 # ATAPI bus support
atapibus* at atabus?

# ATAPI devices
cd*	at atapibus? drive ?	# ATAPI CD-ROM drives

# SCSI devices
sd* 	at scsibus? target ? lun ?	# SCSI disk drives
st* 	at scsibus? target ? lun ?	# SCSI tape drives
cd* 	at scsibus? target ? lun ?	# SCSI CD-ROM drives
#ifndef INSTALL_KERNEL
ch* 	at scsibus? target ? lun ?	# SCSI autochangers
ss* 	at scsibus? target ? lun ?	# SCSI scanners
se* 	at scsibus? target ? lun ?	# SCSI ethernet
uk* 	at scsibus? target ? lun ?	# SCSI unknown
#endif