HADES.in revision 1.12
1#
2#	$NetBSD: HADES.in,v 1.12 2010/12/12 10:05:25 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)
24grfbus0		at mainbus0	# bitmapped display's
25grfet0		at grfbus0	# et4000/et6000/et6100 consoles
26ite0		at grfet0
27grfet1		at grfbus0
28ite1		at grfet1
29grfet2		at grfbus0
30ite2		at grfet2
31pcib0		at mainbus0	# PCI-bus
32pci0		at pcib0
33# wsdisplay/keybd: if used, remove grfbus* grfet* and ite*
34#vga0		at pci? dev ? function ? # a PCI VGA card
35#wsdisplay*	at vga? console ?	# as a wscons console
36#wskbd0		at kbd0 console ?	# Keyboard
37avmebus0	at mainbus0	# VME bus
38vme0		at avmebus0
39le0		at vme0	irq 5	# Lance ethernet (Riebl/PAM).
40le0		at vme0 irq 4	# Lance ethernet (BVME410).
41et4k0		at vme0		# Crazy Dots II
42isab0		at mainbus0	# ISA-bus
43isa0		at isab0
44wdc0		at mainbus0	# IDE-bus
45atabus* 	at wdc? channel ?
46wd*		at atabus? drive ?
47# ATAPI bus support
48atapibus*	at atabus?
49
50# ATAPI devices
51cd*	at atapibus? drive ?		# ATAPI CD-ROM drives
52
53# SCSI devices
54sd* 	at scsibus? target ? lun ?	# SCSI disk drives
55st* 	at scsibus? target ? lun ?	# SCSI tape drives
56cd* 	at scsibus? target ? lun ?	# SCSI CD-ROM drives
57#if !defined(SMALL030_KERNEL)
58ch* 	at scsibus? target ? lun ?	# SCSI autochangers
59ss* 	at scsibus? target ? lun ?	# SCSI scanners
60se* 	at scsibus? target ? lun ?	# SCSI ethernet
61uk* 	at scsibus? target ? lun ?	# SCSI unknown
62#endif /* SMALL030_KERNEL */
63
64#if !defined(SMALL030_KERNEL)
65# Networking...
66ne0	at isa0 port 0x300 irq 5	# NE2000 ethernet
67ep*	at pci0 dev ? function 0	# 3Com 3c59x/3c90x Ethernet
68
69# Sound...
70eso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
71audio*	at eso?
72#endif /* SMALL030_KERNEL */
73