put `audiocs' stuff in here so we can share it between sbus & ebus.
This commit is contained in:
parent
67cbdf5623
commit
875af1a2f8
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: files,v 1.289 1999/05/20 06:01:16 lukem Exp $
|
# $NetBSD: files,v 1.290 1999/06/05 14:32:08 mrg Exp $
|
||||||
|
|
||||||
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
|
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
|
||||||
|
|
||||||
|
@ -194,10 +194,6 @@ file dev/ic/adv.c adv
|
||||||
device adw: scsi
|
device adw: scsi
|
||||||
file dev/ic/adw.c adw
|
file dev/ic/adw.c adw
|
||||||
|
|
||||||
# AMD 7930 audio/ISDN codec
|
|
||||||
device audioamd: audio
|
|
||||||
file dev/ic/am7930.c audioamd
|
|
||||||
|
|
||||||
# BusLogic MultiMaster and MultiMaster Ultra SCSI controllers
|
# BusLogic MultiMaster and MultiMaster Ultra SCSI controllers
|
||||||
# (Must be declared before AHA to ensure bha probes before aha.
|
# (Must be declared before AHA to ensure bha probes before aha.
|
||||||
# Probing AHA first configures bhas as aha, via their AHA
|
# Probing AHA first configures bhas as aha, via their AHA
|
||||||
|
@ -239,6 +235,10 @@ file dev/ic/am7990.c le24
|
||||||
file dev/ic/am79900.c le32
|
file dev/ic/am79900.c le32
|
||||||
file dev/ic/lance.c le24 | le32
|
file dev/ic/lance.c le24 | le32
|
||||||
|
|
||||||
|
# Sun HME Ethernet controllers
|
||||||
|
#device hme: arp, ether, ifnet
|
||||||
|
#file dev/ic/hme.c hme
|
||||||
|
|
||||||
# 8390-family Ethernet controllers
|
# 8390-family Ethernet controllers
|
||||||
define dp8390nic
|
define dp8390nic
|
||||||
file dev/ic/dp8390.c dp8390nic
|
file dev/ic/dp8390.c dp8390nic
|
||||||
|
@ -334,6 +334,14 @@ file dev/ic/oplinstrs.c opl
|
||||||
define ad1848
|
define ad1848
|
||||||
file dev/ic/ad1848.c ad1848
|
file dev/ic/ad1848.c ad1848
|
||||||
|
|
||||||
|
# AMD 7930 audio/ISDN codec
|
||||||
|
device audioamd: audio
|
||||||
|
file dev/ic/am7930.c audioamd
|
||||||
|
|
||||||
|
# SPARC `SUNW,audiocs'
|
||||||
|
device audiocs: audio, auconv, ad1848
|
||||||
|
file dev/ic/cs4231.c audiocs
|
||||||
|
|
||||||
# LSI64854 DMA controller back-end
|
# LSI64854 DMA controller back-end
|
||||||
define lsi64854
|
define lsi64854
|
||||||
file dev/ic/lsi64854.c lsi64854
|
file dev/ic/lsi64854.c lsi64854
|
||||||
|
|
Loading…
Reference in New Issue