Add udsbr(4) with radio(4) attachment to standard configs

This commit is contained in:
fair 2002-11-05 08:31:43 +00:00
parent f9c2080322
commit f1db6afa29
2 changed files with 12 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: ALPHA,v 1.173 2002/10/14 19:40:58 elric Exp $
# $NetBSD: ALPHA,v 1.174 2002/11/05 08:31:43 fair Exp $
#
# Alpha kernel with all the options you'd want, and more.
@ -6,7 +6,7 @@ include "arch/alpha/conf/std.alpha"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "ALPHA-$Revision: 1.173 $"
ident "ALPHA-$Revision: 1.174 $"
maxusers 32
@ -527,6 +527,10 @@ uscanner* at uhub? port ?
# Y@P firmware loader
uyap* at uhub? port ?
# D-Link DSB-R100 USB FM radio tuner
udsbr* at uhub? port ?
radio* at udsbr?
# USB Generic driver
ugen* at uhub? port ?

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.218 2002/10/18 15:11:09 junyoung Exp $
# $NetBSD: GENERIC,v 1.219 2002/11/05 08:31:43 fair Exp $
#
# GENERIC machine description file
#
@ -25,7 +25,7 @@ include "arch/alpha/conf/std.alpha"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.218 $"
#ident "GENERIC-$Revision: 1.219 $"
maxusers 32
@ -504,6 +504,10 @@ uscanner* at uhub? port ?
# Y@P firmware loader
uyap* at uhub? port ?
# D-Link DSB-R100 USB FM radio tuner
udsbr* at uhub? port ?
radio* at udsbr?
# USB Generic driver
ugen* at uhub? port ?