NetBSD/sys/dev/sbus
mjacob 219d22404b Major restructuring for swizzling to the request queue and unswizzling from
the response queue. Instead of the ad hoc ISP_SWIZZLE_REQUEST, we now have
a complete set of inline functions in isp_inline.h. Each platform is
responsible for providing just one of a set of ISP_IOX_{GET,PUT}{8,16,32}
macros.

The reason this needs to be done is that we need to have a single set of
functions that will work correctly on multiple architectures for both little
and big endian machines. It also needs to work correctly in the case that
we have the request or response queues in memory that has to be treated
specially (e.g., have ddi_dma_sync called on it for Solaris after we update
it or before we read from it).

One thing that falls out of this is that we no longer build requests in the
request queue itself. Instead, we build the request locally (e.g., on the
stack) and then as part of the swizzling operation, copy it to the request
queue entry we've allocated. I thought long and hard about whether this was
too expensive a change to make as it in a lot of cases requires an extra
copy. On balance, the flexbility is worth it. With any luck, the entry that
we build locally stays in a processor writeback cache (after all, it's only
64 bytes) so that the cost of actually flushing it to the memory area that is
the shared queue with the PCI device is not all that expensive. We may examine
this again and try to get clever in the future to try and avoid copies.

Another change that falls out of this is that MEMORYBARRIER should be taken
a lot more seriously. The macro ISP_ADD_REQUEST does a MEMORYBARRIER on the
entry being added. But there had been many other places this had been missing.
It's now very important that it be done.

For NetBSD, it does a ddi_dmamap_sync as appropriate. This gets us out of
the explicit ddi_dmamap_sync on the whole response queue that we did for SBus
cards at each interrupt.

Set things up so that platforms that cannot have an SBus don't get a lot of
the SBus code checks (dead coded out).

Additional changes:

Fix a longstanding buglet of sorts. When we get an entry via isp_getrqentry,
the iptr value that gets returned is the value we intend to eventually plug
into the ISP registers as the entry *one past* the last one we've written-
*not* the current entry we're updating. All along we've been calling sync
functions on the wrong index value. Argh. The 'fix' here is to rename all
'iptr' variables as 'nxti' to remember that this is the 'next' pointer-
not the current pointer.

Devote a single bit to mboxbsy- and set aside bits for output mbox registers
that we need to pick up- we can have at least one command which does not
have any defined output registers (MBOX_EXECUTE_FIRMWARE).

Explicitly decode GetAllNext SNS Response back *as* a GetAllNext response.
Otherwise, we won't unswizzle it correctly.

Nuke some additional __P macros.
2001-12-14 00:13:44 +00:00
..
Makefile Put back all header files defining ioctls 2001-04-11 19:07:36 +00:00
be.c add RCSIDs 2001-11-13 06:54:32 +00:00
bereg.h
bpp.c add RCSIDs 2001-11-13 06:54:32 +00:00
bppreg.h
bwtwo_sbus.c add RCSIDs 2001-11-13 06:54:32 +00:00
cgsix_sbus.c add RCSIDs 2001-11-13 06:54:32 +00:00
cgthree_sbus.c add RCSIDs 2001-11-13 06:54:32 +00:00
cs4231_sbus.c add RCSIDs 2001-11-13 06:54:32 +00:00
dma_sbus.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
esp_sbus.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
files.sbus frontend driver for the 16 port serial card by aurora technologies. this 2001-10-03 04:28:41 +00:00
if_en.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
if_hme_sbus.c add RCSIDs 2001-11-13 06:54:32 +00:00
if_le.c add RCSIDs 2001-11-13 06:54:32 +00:00
if_le_lebuffer.c add RCSIDs 2001-11-13 06:54:32 +00:00
if_le_ledma.c add RCSIDs 2001-11-13 06:54:32 +00:00
isp_sbus.c Major restructuring for swizzling to the request queue and unswizzling from 2001-12-14 00:13:44 +00:00
lebuffer.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
lebuffervar.h
magma.c add RCSIDs 2001-11-13 06:54:32 +00:00
magmareg.h
mbppio.h
p9100.c The prom doesn't setup the fb if its not set to console. 2001-12-08 19:42:45 +00:00
qe.c add RCSIDs 2001-11-13 06:54:32 +00:00
qec.c Replace some misuses of "then" with "than". 2001-12-04 17:56:30 +00:00
qecreg.h
qecvar.h
qereg.h
sbusvar.h Change bus_space_mmap() signature to the official one. 2001-09-24 23:49:31 +00:00
sio16.c add RCSIDs 2001-11-13 06:54:32 +00:00
stp4020.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
stp4020reg.h
tcx.c add RCSIDs 2001-11-13 06:54:32 +00:00
tcxreg.h Move these SBus drivers here from arch/sparc. 2000-08-20 22:27:07 +00:00
xbox.c add RCSIDs 2001-11-13 06:54:32 +00:00
xboxvar.h