HADES.in revision 1.10
1#
2#	$NetBSD: HADES.in,v 1.10 2010/04/01 17:07:51 tsutsui Exp $
3#
4# Medusa-Hades
5#
6# This configuration file is for a generic Medusa-Hades
7#
8
9#include "GENERIC.in"
10
11pseudo-device	view	4	# View (graphics mapping)
12pseudo-device	mouse	1	# mouse
13
14#
15# The following sections describe various hardware options.
16#
17
18ncrscsi0	at mainbus0	# NCR5380 SCSI driver
19scsibus0	at ncrscsi0	# SCSI bus
20zs0		at mainbus0	# Serial support through 8530
21nvr0		at mainbus0	# nvram driver
22lp0		at mainbus0	# centronics printer
23ser0		at mainbus0	# UART on first 68901 (ttyB0)
24ne0		at mainbus0	# EtherNEC on Atari ROM cartridge slot
25grfbus0		at mainbus0	# bitmapped display's
26grfet0		at grfbus0	# et4000/et6000/et6100 consoles
27ite0		at grfet0
28grfet1		at grfbus0
29ite1		at grfet1
30grfet2		at grfbus0
31ite2		at grfet2
32pcib0		at mainbus0	# PCI-bus
33pci0		at pcib0
34# wsdisplay/keybd: if used, remove grfbus* grfet* and ite*
35#vga0		at pci? dev ? function ? # a PCI VGA card
36#wsdisplay*	at vga? console ?	# as a wscons console
37#wskbd0		at kbd0 console ?	# Keyboard
38avmebus0	at mainbus0	# VME bus
39vme0		at avmebus0
40le0		at vme0	irq 5	# Lance ethernet (Riebl/PAM).
41le0		at vme0 irq 4	# Lance ethernet (BVME410).
42et0		at vme0		# Crazy Dots II
43isab0		at mainbus0	# ISA-bus
44isa0		at isab0
45wdc0		at mainbus0	# IDE-bus
46atabus* 	at wdc? channel ?
47wd*		at atabus? drive ?
48# ATAPI bus support
49atapibus*	at atabus?
50
51# ATAPI devices
52cd*	at atapibus? drive ?		# ATAPI CD-ROM drives
53
54# SCSI devices
55sd* 	at scsibus? target ? lun ?	# SCSI disk drives
56st* 	at scsibus? target ? lun ?	# SCSI tape drives
57cd* 	at scsibus? target ? lun ?	# SCSI CD-ROM drives
58#if !defined(SMALL030_KERNEL)
59ch* 	at scsibus? target ? lun ?	# SCSI autochangers
60ss* 	at scsibus? target ? lun ?	# SCSI scanners
61se* 	at scsibus? target ? lun ?	# SCSI ethernet
62uk* 	at scsibus? target ? lun ?	# SCSI unknown
63#endif /* SMALL030_KERNEL */
64
65#if !defined(SMALL030_KERNEL)
66# Networking...
67ne0	at isa0 port 0x300 irq 5	# NE2000 ethernet
68ep*	at pci0 dev ? function 0	# 3Com 3c59x/3c90x Ethernet
69
70# Sound...
71eso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
72audio*	at eso?
73#endif /* SMALL030_KERNEL */
74