Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/conf Add devices:



details:   https://anonhg.NetBSD.org/src/rev/216d0c5f8c53
branches:  trunk
changeset: 790512:216d0c5f8c53
user:      jdc <jdc%NetBSD.org@localhost>
date:      Tue Oct 15 19:27:48 2013 +0000

description:
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)

diffstat:

 sys/arch/alpha/conf/GENERIC |  18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diffs (65 lines):

diff -r 7b0d59d0d2ba -r 216d0c5f8c53 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Tue Oct 15 19:22:42 2013 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Tue Oct 15 19:27:48 2013 +0000
@@ -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 @@
 
 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 @@
 #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 @@
 
 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 @@
 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 @@
 audio* at audiobus?
 midi*  at midibus?
 midi*  at pcppi?
+midi*  at sb?
 
 # Workstation Console attachments
 wsdisplay*     at      cfb?



Home | Main Index | Thread Index | Old Index