summaryrefslogtreecommitdiff
path: root/sys/arch/vax/vsa/hdc9224.c
AgeCommit message (Expand)Author
2007-09-01Do not include <machine/rpb.h> unless necessary.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-09typoTheo de Raadt
2007-06-08all disklabels read from the kernel now always contain a total sectorTheo de Raadt
2007-06-07more XXsize() functions not fixedTheo 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-02-15Don't print the error strings returned by readdisklabel(). If youKenneth R Westerback
2006-11-06Sync the VS2000 (and some VS3100) MFM controller driver with NetBSD, andMiod Vallat
2005-02-17== has a higher priority than &, so put braces wherever necessary; from cloder@Miod Vallat
2003-11-03spelling fixes (in the comments)David Krause
2003-05-11string cleaning; krw okTheo de Raadt
2002-06-08protect biodone with splbioArtur Grabowski
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-16Don't include <sys/map.h> when you don't need what's in it.Miod Vallat
1997-10-08Move some debugging output inside #ifdef DEBUG. KNF!Niklas Hallqvist
1997-09-20Rename rd to hd. OpenBSD uses rd for ramdisk. -mojMats O Jansson
1997-09-10Sync with NetBSD 970516. -mojMats O Jansson
1997-05-29RCS taggingNiklas Hallqvist
1997-01-15sync with NetBSD 970112 -mojMats O Jansson