summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
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-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-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-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-07silence this thing againTheo de Raadt
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-05Make compile on alphaNiklas Hallqvist
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-04do consdevMichael Shalayeff
1997-08-04dynamic crc32 table calculationMichael Shalayeff
1997-08-04remove that i386 defines, we can survive w/o 'emMichael Shalayeff
1997-08-04Add Cyclades serial driver as character major number 38.dgregor
1997-08-04Change disable_intr()/enable_intr() to splhigh()/splx().dgregor
Fix bug of 'tp' not being initialized in cyopen - patch from Theo de Raadt. Thanks to Niklas Hallqvist and Theo de Raadt for finding this bug.
1997-08-04let us all try this for a while, and argue amongst ourselves.Theo de Raadt
make a read(2) on an open'd directory return 0 bytes. always.
1997-08-04Add 35 to the chrtoblktb.Jason Downs
1997-08-04No more crashes because of this bug (double m_freem(), essentially).Angelos D. Keromytis
1997-08-02change vars names, add attach_argsMichael Shalayeff