diff options
author | 2010-02-19 15:00:12 +0000 | |
---|---|---|
committer | 2010-02-19 15:00:12 +0000 | |
commit | 38a2dd18d93c4831fa6cb13a5c572279b8dc348c (patch) | |
tree | f4cab653a363563818c6acfc52a68c0f6b787bf4 /sys/dev/pci/files.pci | |
parent | Add a datasheet URL for reference. (diff) | |
download | wireguard-openbsd-38a2dd18d93c4831fa6cb13a5c572279b8dc348c.tar.xz wireguard-openbsd-38a2dd18d93c4831fa6cb13a5c572279b8dc348c.zip |
Move auglx(4) from i386-only land to MI land.
(auglx.c is not modified in this commit yet, only moved around)
Diffstat (limited to '')
-rw-r--r-- | sys/dev/pci/files.pci | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 2648aa63036..629f508eca3 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.267 2009/11/25 13:28:13 dms Exp $ +# $OpenBSD: files.pci,v 1.268 2010/02/19 15:00:15 miod Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -795,3 +795,8 @@ device gcu attach gcu at pci file dev/pci/gcu.c gcu +# AMD Geode CS5536 Audio +device auglx: audio, ac97 +attach auglx at pci +file dev/pci/auglx.c auglx + |