Add midi at opl and midi at mpu
This commit is contained in:
parent
dd0e9d09ce
commit
4972418390
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: ALPHA,v 1.155 2001/11/04 07:39:41 itohy Exp $
|
||||
# $NetBSD: ALPHA,v 1.156 2001/11/04 10:27:15 itohy Exp $
|
||||
#
|
||||
# Alpha kernel with all the options you'd want, and more.
|
||||
|
||||
include "arch/alpha/conf/std.alpha"
|
||||
|
||||
ident "ALPHA-$Revision: 1.155 $"
|
||||
ident "ALPHA-$Revision: 1.156 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -295,10 +295,14 @@ opl* at eso?
|
|||
#opl* at sv?
|
||||
opl* at yds?
|
||||
|
||||
midi* at opl?
|
||||
|
||||
mpu* at cmpci?
|
||||
mpu* at eso?
|
||||
mpu* at yds?
|
||||
|
||||
midi* at mpu?
|
||||
|
||||
# MII/PHY support
|
||||
exphy* at mii? phy ? # 3Com internal PHYs
|
||||
icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.195 2001/11/04 07:39:41 itohy Exp $
|
||||
# $NetBSD: GENERIC,v 1.196 2001/11/04 10:27:15 itohy Exp $
|
||||
#
|
||||
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
|
||||
#
|
||||
|
@ -6,7 +6,7 @@
|
|||
|
||||
include "arch/alpha/conf/std.alpha"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.195 $"
|
||||
#ident "GENERIC-$Revision: 1.196 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -278,10 +278,14 @@ opl* at eso?
|
|||
#opl* at sv?
|
||||
opl* at yds?
|
||||
|
||||
midi* at opl?
|
||||
|
||||
mpu* at cmpci?
|
||||
mpu* at eso?
|
||||
mpu* at yds?
|
||||
|
||||
midi* at mpu?
|
||||
|
||||
# MII/PHY support
|
||||
exphy* at mii? phy ? # 3Com internal PHYs
|
||||
icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890
|
||||
|
|
Loading…
Reference in New Issue