summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev/hd.c
AgeCommit message (Collapse)Author
1998-10-04Add DIOCGPDINFO supportTodd C. Miller
1998-10-03Add a "spoofonly" argument to readdisklabel() which will be used toTodd C. Miller
implement an ioctl to get a spoofed label even for disks that have a label on them.
1998-05-07don't clear *_WLABEL on close so 'disklabel -W' is persistent like in the ↵Todd C. Miller
generic scsi system
1998-04-25set d_bbsize and d_sbsize in spoofed label to values correct for ffsTodd C. Miller
1998-03-27fictious disklabels for hpib disks we have in the table.Todd C. Miller
1997-07-13sync to NETBSD_CURRENT_970711.Jason Downs
1997-07-06Sync with changes from NetBSD, up to 970705.Jason Downs
This includes all of the new frodo drivers, from Michael Smith, hacked up by Jason R. Thorpe; other changes, mostly configuration and/or m68k abstraction related, from Thorpe. A few others of my own. This compiles and runs, have not yet tested Domain kbd or apci ports.
1997-04-16Merge portions of NetBSD up to 970415.Jason Downs
This includes: * All of the prototyping and KNF changes. * The new interrupt system. * Portions of the Domain Keyboard support from Mike Smith. This does not include: * m68k changes, namely generic dumps. Various sundry changes and fixes by me.
1997-02-10Kill COMPAT_NOLABEL. It is not appropiate in the modern world.Jason Downs
1997-02-07Changed hdintr() to hdinterupt() so it won't interferedima
with HDLC stuff we have.
1997-02-03rd -> hdJason Downs