summaryrefslogtreecommitdiff
path: root/sys/arch
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-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
1997-08-05more debugsMichael Shalayeff
1997-08-05Add ahc. Reorganize some. Fix comments. Add out-commented aic entry,Niklas Hallqvist
it compiles but is not yet tested. Add commented-out attachments for cy and ahc, that has yet to be tested.
1997-08-05Add cy0 (cyclades)dgregor
1997-08-04remember boot device geometryMichael Shalayeff
1997-08-04comment typoMichael Shalayeff
clean syntax
1997-08-04Hmmm... quick one-liner that makes the panic() in case of a Mac IIfx machinegene
class a lot more understandable.
1997-08-04dynamic crc32 table calculationMichael Shalayeff
1997-08-04Add Cyclades serial driver as character major number 38.dgregor
1997-08-04Add 35 to the chrtoblktb.Jason Downs
1997-08-02change vars names, add attach_argsMichael Shalayeff
1997-08-02move kentry() in bootMichael Shalayeff
1997-08-02silence messages that we do not needTheo de Raadt
1997-08-01geez, DEBUG is two things...Theo de Raadt
1997-08-01wrap proto in DEBUG tooTheo de Raadt
1997-08-01fix DIAGNOSTIC vs DEBUG confusionTheo de Raadt