summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/stand/libsa/pdc.c
AgeCommit message (Collapse)Author
2013-03-23Avoid using DEV_BSHIFT, and use DEV_BSIZE instead.Theo de Raadt
2011-03-13Change daddr_t to daddr32_t. The bootblocks on our architectures onlyTheo de Raadt
do 32-bit block spanning. If later on we get some that can/should do 64-bit, that can be done now using daddr64_t (but of course, we are taking this step to finalize the daddr_t 64-bit conversion). ok miod krw
2005-04-0764bit-friendly pdc.h and iomod.h and correspondent changes elsewhereMichael Shalayeff
2004-04-07update copyright; miod@ is fine w/ files where he holds it tooMichael Shalayeff
2003-08-11a few strict protosMichael Shalayeff
2003-04-30do not be hungry for buffers and allocate lower than a max (for iodc io)Michael Shalayeff
2003-04-30no need to twiddle here. it's twiddling elsewhere alreadyMichael Shalayeff
2003-04-16clean some spaces and registers and other fluffMichael Shalayeff
2003-01-14during the open store the partition offset and do subsequent io relative to ↵Michael Shalayeff
that offset, allows reading kernel from scsi disk
2002-12-19knf, remove register, space trimMichael Shalayeff
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
1999-05-06needs machine/trap.hMichael Shalayeff
1999-04-20fix different alignment problemsMichael Shalayeff
correct PDC/IODC call formats factor some more code out to the dev_hppa.c routines basically boot on many more machine by now
1999-02-13remove local cvs IdMichael Shalayeff
1999-01-25mask one more debug printf outMichael Shalayeff
1998-12-13use PDC_ALIGNMENT; oopsMichael Shalayeff
1998-12-13PDC_ALIGNMENT; remove global chasdataMichael Shalayeff
1998-10-30don't call INIT code since that seemsMichael Shalayeff
to confuse older boxens IODC code.
1998-09-29add iodcstrategy() -- generic strategy through IODC routineMichael Shalayeff
add device finger/mapper
1998-07-08use those new pdc call typesMichael Shalayeff
1998-06-23ok, it boots, include and libkern to comeMichael Shalayeff