Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ppbus add a config fragment to include all ppbus dev...
details: https://anonhg.NetBSD.org/src/rev/096e392ed0cd
branches: trunk
changeset: 1007048:096e392ed0cd
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Tue Feb 04 21:09:03 2020 +0000
description:
add a config fragment to include all ppbus devices to make it simpler
to compile test; right now assumes attachment of atppc(4) via acpi
diffstat:
sys/dev/ppbus/ppbusdevices.config | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diffs (22 lines):
diff -r c2191c708338 -r 096e392ed0cd sys/dev/ppbus/ppbusdevices.config
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/dev/ppbus/ppbusdevices.config Tue Feb 04 21:09:03 2020 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: ppbusdevices.config,v 1.1 2020/02/04 21:09:03 jdolecek Exp $
+#
+# This file contains all ppbus related configuration.
+# It is suitable for inclusion in a kernel config(5) file.
+#
+
+# Driver for AT-style parallel port chip sets, replaces plain lpt(4)
+#no lpt* at acpi? # actually lpt* at acpi? commented out in amd64 GENERIC
+atppc* at acpi?
+
+# Parallel Port Bus system with GPIO
+ppbus* at atppc?
+
+# Devices
+gpio* at ppbus? # general purpose Input/Output
+lpt* at ppbus? # parallel printer interfaces
+plip* at ppbus? # printer port Internet Protocol driver
+pps* at ppbus? # Pulse per second Timing Interface
Home |
Main Index |
Thread Index |
Old Index