From cb4e539861dbd56824e1bc742c6914bee17d1b2e Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sat, 5 Mar 2005 01:44:53 +0000 Subject: Preliminary xbox support: attaches, memory mapping and interrupts work, but DMA transfers are not implemented yet, and are disabled (which causes drivers to SBus cards on the xbox to fail to attach). In practice, this allows frame buffers to work, maybe more devices; DMA support will be worked on in the near future. --- sys/dev/sbus/sbusvar.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys/dev/sbus/sbusvar.h') diff --git a/sys/dev/sbus/sbusvar.h b/sys/dev/sbus/sbusvar.h index 712e958c1d1..b7a8525a181 100644 --- a/sys/dev/sbus/sbusvar.h +++ b/sys/dev/sbus/sbusvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sbusvar.h,v 1.7 2003/02/17 01:29:21 henric Exp $ */ +/* $OpenBSD: sbusvar.h,v 1.8 2005/03/05 01:44:52 miod Exp $ */ /* $NetBSD: sbusvar.h,v 1.11 2000/11/01 06:18:45 eeh Exp $ */ /*- @@ -99,9 +99,6 @@ struct sbus_attach_args { int sa_frequency; /* SBus clockrate */ }; -/* sbus_attach_internal() is also used from obio.c */ -void sbus_attach_common(struct sbus_softc *, char *, int, - const char * const *); int sbus_print(void *, const char *); void sbus_establish(struct sbusdev *, struct device *); -- cgit v1.2.3