summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/isp
diff options
context:
space:
mode:
authorexplorer <explorer@NetBSD.org>2000-04-21 17:48:30 +0000
committerexplorer <explorer@NetBSD.org>2000-04-21 17:48:30 +0000
commit1118b3ee75bc8380ed4a9162463bdd20d9405b98 (patch)
tree60022e9c36b7a747ec14628ea40e84bee4d5e84d /sys/dev/microcode/isp
parentf1d93978aee10aca89b8b6fff1b01e0b52f405cd (diff)
Add driver for Addonics FlexPort 8S (and probably 4S, but not tested)
Diffstat (limited to 'sys/dev/microcode/isp')
0 files changed, 0 insertions, 0 deletions
/sys/dev/sbus/lebuffer.c?id=ed88e61d2f9c4b16a59382d6f5f2e86fb4485cf6'>avoid shadow variables.christos 2005-02-04de-__Pperry 2004-07-19No need to allocate our own bus tag here.pk 2004-06-30Introduce bus_space_tag_alloc() for the common parts of bus tag allocation.pk 2004-06-27Bus tags should now be constructed by copying the parent's bus tag andpk 2004-03-17Rename PROM_getprop*() => prom_getprop*().pk 2002-10-02Add trailing ; to CFATTACH_DECL.thorpej 2002-10-01Add missing args to CFATTACH_DECL.uwe 2002-09-30Use CFATTACH_DECL().thorpej 2002-09-27Declare all cfattach structures const.thorpej 2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej 2002-03-20Use bus_space_vaddr() correctly. (XXX do we really need this?)eeh 2002-03-11Get rid of `bus_type_t' and use BUS_ADDR() (in sbus_bus_map()) to constructpk 2002-01-14Call malloc(9) with M_ZERO flag instead of bzero() after malloc().tsutsui 2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem 2001-11-13add RCSIDslukem 2001-09-26getprop* -> PROM_getprop*eeh 2000-04-14add some casts to (u_long) to shut up gccmrg 2000-01-11Remove old-style boot device recognition.pk