Module Name:    src
Committed By:   jdc
Date:           Tue Oct 15 19:27:49 UTC 2013

Modified Files:
        src/sys/arch/alpha/conf: GENERIC

Log Message:
Add devices:
  ISA soundblaster (#sb* at isapnp? tested on PC164LX)
  Broadcom 570x ethernet (supported cards in DS20L, etc.)
  ALI M7101 SMBus controller (found in DS20L)
  (commented out) LM81/LM87 enviromental monitoring (found in DS20L)


To generate a diff of this commit:
cvs rdiff -u -r1.353 -r1.354 src/sys/arch/alpha/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/alpha/conf/GENERIC
diff -u src/sys/arch/alpha/conf/GENERIC:1.353 src/sys/arch/alpha/conf/GENERIC:1.354
--- src/sys/arch/alpha/conf/GENERIC:1.353	Sun Jun 30 21:38:55 2013
+++ src/sys/arch/alpha/conf/GENERIC	Tue Oct 15 19:27:48 2013
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.353 2013/06/30 21:38:55 rmind Exp $
+# $NetBSD: GENERIC,v 1.354 2013/10/15 19:27:48 jdc Exp $
 #
 # This machine description file is used to generate the default NetBSD
 # kernel.
@@ -19,7 +19,7 @@ include 	"arch/alpha/conf/std.alpha"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-ident		"GENERIC-$Revision: 1.353 $"
+ident		"GENERIC-$Revision: 1.354 $"
 
 maxusers 32
 
@@ -312,6 +312,7 @@ adw*	at	pci? dev ? function ?		# AdvanSy
 #options 	SCSI_ADW_TAGQ_DISABLE		# 	disable Tag Queuing
 ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
 autri*	at	pci? dev ? function ?		# Trident 4DWAVE based AC'97 Audio
+bge*	at	pci? dev ? function ?		# Broadcom 570x gigabit Ethernet
 bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
 cac*	at	pci? dev ? function ?		# Compaq array controller (untested)
 cmpci*	at	pci? dev ? function ?		# C-Media CMI8338/8738 Audio
@@ -377,11 +378,13 @@ yds*	at	pci? dev ? function ?		# Yamaha 
 
 opl*	at	cmpci? flags 1
 opl*	at	eso?
+opl*	at	sb?
 #opl*	at	sv?
 opl*	at	yds?
 
 mpu*	at	cmpci?
 mpu*	at	eso?
+mpu*	at	sb?
 mpu*	at	yds?
 
 # I2O devices
@@ -535,6 +538,16 @@ fd*	at	fdc? drive ?
 ld*	at	cac? unit ?
 ld*	at	mlx? unit ?
 
+# Acer Labs M7101 SMBus controller
+alipm* 	at pci? dev ? function ?
+iic* 	at alipm?
+
+# AlphaServer DS20L enviromental monitoring
+#lmenv* 	at iic? addr 0x2c
+#lmenv* 	at iic? addr 0x2d
+#lmenv* 	at iic? addr 0x2e
+#lmenv* 	at iic? addr 0x2f
+
 # PCMCIA USB controllers
 slhci*	at pcmcia? function ?			# ScanLogic SL811HS
 
@@ -672,6 +685,7 @@ btsco* at bthub?
 audio*	at audiobus?
 midi*	at midibus?
 midi*	at pcppi?
+midi*	at sb?
 
 # Workstation Console attachments
 wsdisplay*	at	cfb?

Reply via email to