summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev/hd.c
AgeCommit message (Expand)Author
2009-08-24- fix format strings for values that are daddr64_tJasper Lievisse Adriaanse
2009-08-16Update to cope with new readdisklabel() return value.Miod Vallat
2009-06-13Needs <sys/malloc.h> nowMiod Vallat
2009-06-04Add DIOCRLDINFO to those drivers previously deprived.Kenneth R Westerback
2009-01-25If hdattach() aborts early because the disk is not in good shape, alwaysMiod Vallat
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsBret Lambert
2007-06-21Brace got lost in rev 1.51.Miod Vallat
2007-06-20These drivers were abusing b_cylinder to store device-specific informationMiod Vallat
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt
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-01Don't initialize d_partitions[RAW_DISK] just before callingKenneth R Westerback
2007-04-30HDUNIT/etc -> DISKUNIT/etc. No functional change.Kenneth R Westerback
2007-02-28Use diskerr() to print error messages.Miod Vallat
2007-02-22Comment out the errmsg printf in hdgetdisklabel() again.Miod Vallat
2007-02-21Long awaiting modernization:Miod Vallat
2007-02-21remove part of buf abuse and store errcnt in softc (instead of b_errcnt); mor...Michael Shalayeff
2006-08-12Setting d_secsize to DEV_BSIZE (or 1 << DEV_BSHIFT, or 512) and thenKenneth R Westerback
2006-03-15Nuke dk_establish(), no longer used.Miod Vallat
2006-01-22b_cylin -> b_cylinder; no functional change.Miod Vallat
2006-01-20b_un.b_addr -> b_data; no functional change.Miod Vallat
2005-11-18Protect biodone() with splbio().Miod Vallat
2005-11-18Define the CS/80 identify structure only once and correctly, instead ofMiod Vallat
2005-11-16Overhaul the way HP-IB devices are probed. We will now do an exhaustiveMiod Vallat
2005-11-15Only two `h' in threshold.Miod Vallat
2005-11-15More typos (especially indicies -> indices), checked with jmc@Miod Vallat
2005-11-14Make HDWAITC and HDRETRY overridable in the kernel configuration file;Miod Vallat
2005-11-14constuct -> constructMiod Vallat
2005-11-14hz is defined in <sys/kernel.h>Miod Vallat
2005-11-13Better error message layout.Miod Vallat
2005-11-12Constify, and simplify hdgetinfo() which only gets called for known disks.Miod Vallat
2005-11-12Print HP-IB disk geometry the same way we print SCSI disk geometriesMiod Vallat
2005-09-06anomoly -> anomalyMiod Vallat
2005-01-15Kill whitespace at EOL.Miod Vallat
2004-02-15sneaky disk_unbusy()'s tried to hideTed Unangst
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-06Some easy strcpy elimination.Kenneth R Westerback
2003-04-06The disklabel fields d_packname and d_typename are not null terminated stringsKenneth R Westerback
2002-12-25Turn xxUNIT, xxPARt, xxLABELDEV macro names into uppercase.Miod Vallat
2002-12-10interupt->interruptMiod Vallat
2002-06-09convert sleep() calls to tsleep().Miod Vallat
2002-06-09fix the use of "cuz" in the tree; these are all in commentsJason Peel
2002-05-30protect biodone with splbio.Artur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2001-09-20occured->occurredMike Pechkin
2001-08-26Nuke annoying defopt, by popular demand. Plus you get two typos fixedMiod Vallat
2001-05-01convert to new timeoutsTodd C. Miller
1998-10-04Add DIOCGPDINFO supportTodd C. Miller
1998-10-03Add a "spoofonly" argument to readdisklabel() which will be used toTodd C. Miller