Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Fix the build, add new emuxki_boards.c



details:   https://anonhg.NetBSD.org/src/rev/85eef5ccbea0
branches:  trunk
changeset: 369906:85eef5ccbea0
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Sep 07 06:37:04 2022 +0000

description:
Fix the build, add new emuxki_boards.c

diffstat:

 sys/dev/pci/files.pci |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 19315a3f0928 -r 85eef5ccbea0 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Wed Sep 07 03:34:43 2022 +0000
+++ b/sys/dev/pci/files.pci     Wed Sep 07 06:37:04 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.440 2021/12/17 08:27:06 knakahara Exp $
+#      $NetBSD: files.pci,v 1.441 2022/09/07 06:37:04 martin Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -568,6 +568,7 @@
 device emuxki: audiobus, ac97
 attach emuxki at pci
 file   dev/pci/emuxki.c                emuxki
+file   dev/pci/emuxki_boards.c         emuxki
 
 # Trident 4DWAVE AC'97 audio (including SiS 7018,ALi M5451)
 device autri: audiobus, ac97, midibus



Home | Main Index | Thread Index | Old Index