diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1998-04-30 06:13:01 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1998-04-30 06:13:01 +0000 |
commit | 99564d1da88c4a9ff0951c565bbd36b62f50efa6 (patch) | |
tree | 317e3bdc8f0191c9c1bc0b2af5162d4f09b174a6 /sys/arch/sparc/conf | |
parent | dd54c3189529154d3e721734ddc2124dbcc0ab8b (diff) |
Updated sparc audio
Diffstat (limited to 'sys/arch/sparc/conf')
-rw-r--r-- | sys/arch/sparc/conf/FLOPPY | 3 | ||||
-rw-r--r-- | sys/arch/sparc/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/sparc/conf/GENERIC_SCSI3 | 3 | ||||
-rw-r--r-- | sys/arch/sparc/conf/RAMDISK | 1 | ||||
-rw-r--r-- | sys/arch/sparc/conf/SUN4C | 2 | ||||
-rw-r--r-- | sys/arch/sparc/conf/SUN4M | 3 |
6 files changed, 11 insertions, 4 deletions
diff --git a/sys/arch/sparc/conf/FLOPPY b/sys/arch/sparc/conf/FLOPPY index 51f71498957..d6f88288ee7 100644 --- a/sys/arch/sparc/conf/FLOPPY +++ b/sys/arch/sparc/conf/FLOPPY @@ -1,4 +1,4 @@ -# $OpenBSD: FLOPPY,v 1.18 1998/02/26 10:50:10 johns Exp $ +# $OpenBSD: FLOPPY,v 1.19 1998/04/30 06:12:53 jason Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -110,6 +110,7 @@ sbus0 at iommu0 # sun4m #audioamd0 at mainbus0 # sun4c #audioamd0 at obio0 # sun4m +#audio* at audioamd? auxreg0 at mainbus0 # sun4c auxreg0 at obio0 # sun4m diff --git a/sys/arch/sparc/conf/GENERIC b/sys/arch/sparc/conf/GENERIC index 191b214e58d..22da5347bc6 100644 --- a/sys/arch/sparc/conf/GENERIC +++ b/sys/arch/sparc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.25 1998/03/25 07:54:50 jason Exp $ +# $OpenBSD: GENERIC,v 1.26 1998/04/30 06:12:54 jason Exp $ # $NetBSD: GENERIC,v 1.48 1997/08/23 19:19:01 mjacob Exp $ # Machine architecture; required by config(8) @@ -44,6 +44,7 @@ sbus0 at iommu0 # sun4m audioamd0 at mainbus0 # sun4c audioamd0 at obio0 # sun4m audioamd0 at sbus0 slot ? offset ? # sun4m +audio* at audioamd? auxreg0 at mainbus0 # sun4c auxreg0 at obio0 # sun4m diff --git a/sys/arch/sparc/conf/GENERIC_SCSI3 b/sys/arch/sparc/conf/GENERIC_SCSI3 index c4acb848b5e..6cf327caf87 100644 --- a/sys/arch/sparc/conf/GENERIC_SCSI3 +++ b/sys/arch/sparc/conf/GENERIC_SCSI3 @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC_SCSI3,v 1.19 1998/02/26 10:50:18 johns Exp $ +# $OpenBSD: GENERIC_SCSI3,v 1.20 1998/04/30 06:12:55 jason Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -43,6 +43,7 @@ sbus0 at iommu0 # sun4m audioamd0 at mainbus0 # sun4c audioamd0 at obio0 # sun4m audioamd0 at sbus0 slot ? offset ? # sun4m +audio* at audioamd? auxreg0 at mainbus0 # sun4c auxreg0 at obio0 # sun4m diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK index 3b0b8b23519..f761e539191 100644 --- a/sys/arch/sparc/conf/RAMDISK +++ b/sys/arch/sparc/conf/RAMDISK @@ -65,6 +65,7 @@ sbus0 at iommu0 # sun4m audioamd0 at mainbus0 # sun4c audioamd0 at obio0 # sun4m +audio* at audioamd? auxreg0 at mainbus0 # sun4c auxreg0 at obio0 # sun4m diff --git a/sys/arch/sparc/conf/SUN4C b/sys/arch/sparc/conf/SUN4C index 4d768d3bd44..b37d44a5de4 100644 --- a/sys/arch/sparc/conf/SUN4C +++ b/sys/arch/sparc/conf/SUN4C @@ -63,6 +63,8 @@ sbus0 at mainbus0 #vmel0 at mainbus0 audioamd0 at mainbus0 +audio* at audioamd? + auxreg0 at mainbus0 clock0 at mainbus0 diff --git a/sys/arch/sparc/conf/SUN4M b/sys/arch/sparc/conf/SUN4M index 704d7ca2b4d..3a6b60912f8 100644 --- a/sys/arch/sparc/conf/SUN4M +++ b/sys/arch/sparc/conf/SUN4M @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4M,v 1.20 1998/03/04 19:49:08 johns Exp $ +# $OpenBSD: SUN4M,v 1.21 1998/04/30 06:12:58 jason Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -34,6 +34,7 @@ sbus0 at iommu0 # sun4m audioamd0 at obio0 # sun4m audioamd0 at sbus0 slot ? offset ? # sun4m +audio* at audioamd? auxreg0 at obio0 # sun4m |