Subject: cardbus in GENERIC
To: None <port-amiga@netbsd.org>
From: Klaus Heinz <k.heinz.sep.zwei@onlinehome.de>
List: port-amiga
Date: 09/25/2002 22:32:24
Hi,

a build of -current (sources from yesterday) failed for me while
compiling sys/dev/ic/smc91cxx.c:

  cc1: warnings being treated as errors
  /var/tmp2/current-src/src/sys/dev/ic/smc91cxx.c: In function
  `smc91cxx_read':
  /var/tmp2/current-src/src/sys/dev/ic/smc91cxx.c:1071: warning: implicit
  declaration of function `bus_space_read_stream_4'
  *** Error code 1

Does it make sense to include cardbus devices in config-files for
NetBSD/amiga? As far as I know the A1200 only has a (slightly broken?)
PCMCIA slot.

Is bus_space(9) support for NetBSD/amiga as complete as it should be?
The bus_space_.*_8 functions are certainly not necessary but ZorroIII
supports 32 address and data lines (multiplexed).  So, isn't there a
need for the bus_space.*_4 functions?

ciao
     Klaus