summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-08-08Change the bounds_check_with_label API to also take a cpu_disklabelNiklas Hallqvist
reference for making transferral of meta-information possible from readdisklabel to bounds_check_with_label. The first (and maybe only) thing that will use this is the multi-disklabel-format code on the alpha where the labelsector is passed via cpu_disklabel so the label write-protection can work correctly no matter what label was found. Also use a new macro DKBAD to get at the dkbad field of the cpu_disklabel implementations that contain it. This too is for multi-disklabel architectures where the "bad" field can be inside a union. Use this macro as a means for a driver to check if an architecture supports dkbad constructs. Remove proto of bounds_check_with_label from all MD disklabel.h as it is in sys/disklabel.h. I have not been able to test the changes everywhere, if I break anything I apologize, and promise to fix it as soon as I become aware of it.
1997-08-08Stab at fixing the locators.h mess, test!Niklas Hallqvist
1997-08-08Add a "parsed" flag for ps fields so we don't print the same fieldTodd C. Miller
multiple times. Fixes PR #298 from Carsten Hammer <chammer@vogon.party.de>
1997-08-08Add htobe32 and similar friendsNiklas Hallqvist
1997-08-08Temporary fixTobias Weingartner
1997-08-08More pedanticTobias Weingartner
1997-08-08Thanks Niklas (nuke push/pop)Tobias Weingartner
1997-08-08Updated from GENERIC.Jason Downs
1997-08-08Add cgtwo, cgfourteen, tcx.Jason Downs
1997-08-08Update GENERIC_SCSI3 from GENERIC and add tags.Jason Downs
1997-08-08Missed these...Jason Downs
1997-08-08Initialize hwreset.Jason Downs
1997-08-08Initialize hwreset.Jason Downs
1997-08-08Mostly sync to NetBSD-current 970804.Jason Downs
GENERIC currently compiles and runs; some devices (isp) are not complete and not yet enabled.
1997-08-08Initialize hwreset.Jason Downs
1997-08-08Initialize hwreset.Jason Downs
1997-08-08Initialize hwreset.Jason Downs
1997-08-08Initialize hwreset.Jason Downs
1997-08-08Mostly sync to NetBSD-current 970804 + tags.Jason Downs
1997-08-08Mostly sync to NetBSD-current 970804.Jason Downs
Apologies if this breaks anyone else using the MI ESP driver...
1997-08-08Add hwreset callback; drivers need to set this appropiately.Jason Downs
1997-08-08hardcode keyboard probe to 1 for nowNiklas Hallqvist
1997-08-079600-N-8 is better than 9600-N-7 no?Niklas Hallqvist
1997-08-07Support -n in conjunction with -s. Problem noted byTodd C. Miller
Carsten Hammer <chammer@vogon.party.de>. Fixes PR#297. Also made "pstat -tn" consistent with -n in other modes (and it now lines up correctly).
1997-08-07enhance -v documentationkstailey
1997-08-07grammarNiklas Hallqvist
1997-08-07grammarNiklas Hallqvist
1997-08-07grammar & spellingNiklas Hallqvist
1997-08-07probe should be returning non-zero when succesfulNiklas Hallqvist
it was the other way around.
1997-08-07grammarNiklas Hallqvist
1997-08-07jason is tired. this is not needed. our locator table stuff uses lessTheo de Raadt
memory too.
1997-08-07Back that out, I'm too tired to be messing with this.Jason Downs
1997-08-07prettyNiklas Hallqvist
1997-08-07Add cf_locnames to struct cfdata.Jason Downs
1997-08-07cf_locnames support, from NetBSD (jtk, according to the RCSids).Jason Downs
1997-08-07I know u_short will always be 16 bits, call me a pedant..Niklas Hallqvist
1997-08-07slight KNFNiklas Hallqvist
1997-08-07document needed MD funcs for SOFTWARE_SSTEP betterNiklas Hallqvist
1997-08-07O_ASYNC handling from NetBSD...Niklas Hallqvist
1997-08-07RCS tag + KNFNiklas Hallqvist
1997-08-07RCS tagNiklas Hallqvist
1997-08-07typoNiklas Hallqvist
1997-08-07aic and no serial console nowNiklas Hallqvist
1997-08-07Yes, -g is good on this oneNiklas Hallqvist
1997-08-07No -g on this one anymoreNiklas Hallqvist
1997-08-07Use DOCDIR (god this has been lying in my tree a long time)Niklas Hallqvist
1997-08-07Use DOCDIR (god this has been lying in my tree a long time)Niklas Hallqvist
1997-08-07syncTheo de Raadt
1997-08-07silence this thing againTheo de Raadt
1997-08-07no more {in,out}*, they are in machine/pio.hMichael Shalayeff