summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1997-08-12new consMichael Shalayeff
1997-08-12new consMichael Shalayeff
do no apm w/o one compiled int
1997-08-12new consMichael Shalayeff
1997-08-12new consMichael Shalayeff
1997-08-12protosMichael Shalayeff
1997-08-12new consMichael Shalayeff
do inline BIOS calls
1997-08-12who needs it?Michael Shalayeff
1997-08-12inline biosd_rwMichael Shalayeff
1997-08-12call BIOS inline (add struct EDD_cb into biosvar.h)Michael Shalayeff
1997-08-12no more biosmem.SMichael Shalayeff
1997-08-12better regsMichael Shalayeff
1997-08-12move that inlineMichael Shalayeff
1997-08-09Fix boot messageTobias Weingartner
1997-08-08Sync upTobias Weingartner
1997-08-08Use the new bounds_check_with_label API. Add generic support for readingNiklas Hallqvist
both little and big endian BSD disklabels. Add a specific hook to read such a big-endian disklabel as it is found on amiga (normally, however, amiga uses the native RDB format, which still is not supported).
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-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-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-08hardcode keyboard probe to 1 for nowNiklas Hallqvist
1997-08-079600-N-8 is better than 9600-N-7 no?Niklas Hallqvist
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-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-07no more {in,out}*, they are in machine/pio.hMichael Shalayeff
1997-08-07no more biosmem.SMichael Shalayeff
1997-08-07call BIOS from CMichael Shalayeff
1997-08-07right DOINT for CMichael Shalayeff
1997-08-06print nice messageMichael Shalayeff
1997-08-06"option INSECURE" is obsolete, edit /etc/rc.securelevel and setkstailey
securelevel=-1 instead.
1997-08-06fix hd major basing on disklabel d_type infoMichael Shalayeff
1997-08-06cmd is global anyways, don't pass it to handlersMichael Shalayeff
add echo command
1997-08-05kentry proto is in the libsa.hMichael Shalayeff
change var name
1997-08-05Less verbose.Tobias Weingartner