Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-23 | Avoid using DEV_BSHIFT, and use DEV_BSIZE instead. | Theo de Raadt | |
2011-03-13 | Change daddr_t to daddr32_t. The bootblocks on our architectures only | Theo 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-07 | 64bit-friendly pdc.h and iomod.h and correspondent changes elsewhere | Michael Shalayeff | |
2004-04-07 | update copyright; miod@ is fine w/ files where he holds it too | Michael Shalayeff | |
2003-08-11 | a few strict protos | Michael Shalayeff | |
2003-04-30 | do not be hungry for buffers and allocate lower than a max (for iodc io) | Michael Shalayeff | |
2003-04-30 | no need to twiddle here. it's twiddling elsewhere already | Michael Shalayeff | |
2003-04-16 | clean some spaces and registers and other fluff | Michael Shalayeff | |
2003-01-14 | during the open store the partition offset and do subsequent io relative to ↵ | Michael Shalayeff | |
that offset, allows reading kernel from scsi disk | |||
2002-12-19 | knf, remove register, space trim | Michael Shalayeff | |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
1999-05-06 | needs machine/trap.h | Michael Shalayeff | |
1999-04-20 | fix different alignment problems | Michael 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-13 | remove local cvs Id | Michael Shalayeff | |
1999-01-25 | mask one more debug printf out | Michael Shalayeff | |
1998-12-13 | use PDC_ALIGNMENT; oops | Michael Shalayeff | |
1998-12-13 | PDC_ALIGNMENT; remove global chasdata | Michael Shalayeff | |
1998-10-30 | don't call INIT code since that seems | Michael Shalayeff | |
to confuse older boxens IODC code. | |||
1998-09-29 | add iodcstrategy() -- generic strategy through IODC routine | Michael Shalayeff | |
add device finger/mapper | |||
1998-07-08 | use those new pdc call types | Michael Shalayeff | |
1998-06-23 | ok, it boots, include and libkern to come | Michael Shalayeff | |