diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-02-28 18:48:36 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-02-28 18:48:36 +0000 |
commit | a0ce354e234749f869a267fe01249d949cd6804a (patch) | |
tree | 912cdd382018af23c17c6a6d757021e6a566bc4e /sys/arch/sparc64/conf | |
parent | dd1fcdbcbb034dcabbf48f0f3fd5a2a0dc5cece3 (diff) |
SBus parallel port driver, from NetBSD but untested (no printer or cables);
this should hopefully stop people from asking me about it (-:
Diffstat (limited to 'sys/arch/sparc64/conf')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 67f5da81d57..5050c71b9fe 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.166 2007/02/27 21:06:59 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.167 2007/02/28 18:48:35 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -228,6 +228,7 @@ wsmouse* at pmsi? # generic mouse audioce* at ebus? # ebus cs4231 # parallel ports +bpp* at sbus? lpt* at ebus? ppm* at ebus? |