1#	$NetBSD: OMSAL400,v 1.8 2018/06/28 15:21:52 thorpej Exp $
2#
3# Kernel config for the Open Micro Server AL400.
4
5include		"arch/evbmips/conf/ALCHEMY"
6
7no options	ALCHEMY_AU1000
8no options	ALCHEMY_AU1100
9no options	ALCHEMY_AU1500
10no options	ALCHEMY_AU1550
11no options	ALCHEMY_GENERIC
12
13# configure out local board support
14makeoptions	TEXTADDR="0x80100000"
15options		ALCHEMY_AU1550
16options		ALCHEMY_OMSAL400
17options		PCI_NETBSD_CONFIGURE
18
19# OMS-AL400 doesn't use aurtc.
20no aurtc*	at aubus?
21
22# Alchemy On-chip Programmable Serial Controllers
23aupsc*		at aubus? addr ?
24
25# SMBus
26ausmbus0	at aupsc0
27iic0		at ausmbus0
28lmtemp*		at iic0 addr 0x48 flags 0x0002	# LM77 temperature sensor
29r2025rtc*	at iic0 addr 0x32		# R2025S RTC
30seeprom*	at iic0 addr 0x50 flags 32	# 4096 bytes
31
32# Alchemy On-chip PCI
33aupci*		at aubus? addr ?
34pci*		at aupci?
35
36# PCI devices
37wm*		at pci? dev ? function ?	# Intel 8254x gigabit
38ehci*		at pci? dev ? function ?	# Enhanced Host Controller
39ohci*		at pci? dev ? function ?	# Open Host Controller
40
41# MII
42igphy*		at mii? phy ?			# Intel IGP01E1000
43lxtphy*		at mii? phy ?			# Level One LXT-970 PHYs
44
45# USB
46usb*		at ehci?
47usb*		at ohci?
48
49# Alchemy On-chip PCMCIA
50aupcmcia* at aubus? addr ?
51pcmcia*	at aupcmcia?
52
53# PCMCIA IDE controllers
54wdc*		at pcmcia? function ?
55
56# ATA (IDE) bus support
57atabus*		at ata?
58
59wd*		at atabus? drive ? flags 0x0000
60