diff options
author | 1999-09-19 06:52:08 +0000 | |
---|---|---|
committer | 1999-09-19 06:52:08 +0000 | |
commit | e370f4901768d966adbe7b7b6411f2ffa4364031 (patch) | |
tree | 565eaa5007ca36f8c242da9d0f1d189c6170d6db | |
parent | AC-97 CODEC support. Some help from FreeBSD, esp. on nice printing of (diff) | |
download | wireguard-openbsd-e370f4901768d966adbe7b7b6411f2ffa4364031.tar.xz wireguard-openbsd-e370f4901768d966adbe7b7b6411f2ffa4364031.zip |
Define ac97 attribute
-rw-r--r-- | sys/conf/files | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 47cf81b3f69..9523513fbec 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.128 1999/09/10 12:24:26 kstailey Exp $ +# $OpenBSD: files,v 1.129 1999/09/19 06:52:08 csapuntz Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -125,6 +125,10 @@ device opl: midibus, midisyn file dev/ic/opl.c opl file dev/ic/oplinstrs.c opl +# AC-97 CODECs +define ac97 +file dev/ic/ac97.c ac97 + # Cyclades Cyclom multiport serial cards device cy: tty file dev/ic/cy.c cy & (cy_isa | cy_pci) needs-flag |