summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/dev/mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa/dev/mem.c')
0 files changed, 0 insertions, 0 deletions
tr> 2012-07-02Add sata Port MultiPlier (PMP) support to the ata bus layer,bouyer 2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung 2009-03-08ANSIfy, some KNF, misc cosmetics.tsutsui 2008-12-27Sprinkle volatile to bus_space(9) access functions.tsutsui 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2008-03-18Split device_t and softc for ATA devices, as well as wd(4). Othercube 2007-12-04- add a missing brace in the previoustsutsui 2007-12-04Apply missed following MI wdc changes to atari's mainbus wdc backend:tsutsui 2006-01-29Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h>dsl 2006-01-16properly use ata_channel->ch_ndrive:bouyer 2005-12-11merge ktrace-lwp.christos 2005-05-10Add some definitions of the (Falcon) IDE register locations and use thesejdc 2004-08-20Move most of wdc_softc into a new atac_softc structure that containsthorpej 2004-08-14- Split the register handles out of struct wdc_channel into a separatethorpej 2004-08-13Don't bother with bits that tell of the presence of optional callbacks;thorpej 2004-01-06Make these compile again after the latest adjustments.he 2004-01-03More wdc_channel structure member namespace cleanup:thorpej 2004-01-03Rename "struct channel_softc" to "struct wdc_channel".thorpej 2004-01-01Rename:thorpej 2003-12-31Simplfy allocation of the channel queue.thorpej 2003-12-16Replace cmd_ioh with cmd_baseioh, to track changes to wdcvar.h, sohe 2003-10-08Adapt for wdcattach() prototype change.bouyer 2003-09-25Hide the use of config_interrupts() in one place.mycroft 2003-09-191) Use config_interrupts() to attach IDE and ATAPI drives. This eliminatesmycroft 2003-07-15__KERNEL_RCSID()lukem