summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/presto.c
AgeCommit message (Expand)Author
2011-07-06Cleanup presto(4) like other disk drivers.Matthew Dempsky
2011-07-06Eliminate redundant buf validation checks in xxstrategy() methods nowMatthew Dempsky
2011-06-03Get rid of the wlabel argument to bounds_check_with_label(). It'sMatthew Dempsky
2010-09-22Add DIOCGPDINFO to drivers that were lacking it. Where thereKenneth R Westerback
2010-09-22All users of physio(9) now pass NULL as the buf pointer argument, soMatthew Dempsky
2010-09-08Store a struct device pointer within struct disk and populate this whenJoel Sing
2010-08-28Garbage collect struct dkdriver.Matthew Dempsky
2010-04-23Recycle unused disklabel fields in order to create a disklabel uniqueJoel Sing
2009-09-05Make DIOCSDINFO code consistant everywhere.Kenneth R Westerback
2008-06-15Don't bypass partition bounds check for RAW_PART. We now guarantee thatKenneth R Westerback
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt
2007-06-15permit this to compile againTodd T. Fries
2007-06-08all drivers should spoof version 1 labelsTheo de Raadt
2007-06-06now that all partition size/offsets are potentially 64-bit, change theTheo de Raadt
2007-06-05use six new macros to access & store the 48-bit disklabel fields relatedTheo de Raadt
2007-06-04Bring presto's readdisklabel() usage into line with other uses. i.e.Kenneth R Westerback
2007-06-01Don't initialize d_partitions[RAW_DISK] just before callingKenneth R Westerback
2006-09-24Eliminate D_CHAIN, D_ECC and D_RAMDISK flags from disklabel. They wereKenneth R Westerback
2006-08-14Now that DEV_BSIZE is universally defined as 1 << DEV_BSHIFT, use it toKenneth R Westerback
2006-08-12Setting d_secsize to DEV_BSIZE (or 1 << DEV_BSHIFT, or 512) and thenKenneth R Westerback
2006-06-02sbus_establish() and the associated linked list in the sbus softc is now onlyMiod Vallat
2003-05-26fix some fictitious spellings. ok miod@Ted Unangst
2003-04-13Add a simple driver for the SBus ``Prestoserve'' NVRAM cards.Miod Vallat