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/dev/ic/lsi64854var.h | |
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/dev/ic/lsi64854var.h')
-rw-r--r-- | sys/dev/ic/lsi64854var.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/lsi64854var.h b/sys/dev/ic/lsi64854var.h index 28a9d9438d6..9f42b481418 100644 --- a/sys/dev/ic/lsi64854var.h +++ b/sys/dev/ic/lsi64854var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: lsi64854var.h,v 1.5 2005/03/03 01:41:44 miod Exp $ */ +/* $OpenBSD: lsi64854var.h,v 1.6 2007/02/28 18:48:35 miod Exp $ */ /* $NetBSD: lsi64854var.h,v 1.4 2001/03/29 02:58:39 petrov Exp $ */ /*- @@ -103,6 +103,4 @@ struct lsi64854_softc { int lsi64854_attach(struct lsi64854_softc *); -int lsi64854_scsi_intr(void *); int lsi64854_enet_intr(void *); -int lsi64854_pp_intr(void *); |