summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1996-09-16supporting advanced pentium architecture functions.Michael Shalayeff
from NetBSD port-i386/2604 from <rvb@cs.cmu.edu>.
1996-09-16update to reflect realityJason Downs
1996-09-16revert to in_cksum by zubin and ITheo de Raadt
1996-09-15sync to netbsd; for graichenTheo de Raadt
1996-09-15Ok, ok! We now autosense system type. Same compiled kernel works on bothPer Fogelstrom
Deskstation TYNE and Acer PICA.
1996-09-14Joystick is at 0x201, not 0x200Thorsten Lockert
Add config for GUS MAX
1996-09-14First shot at a multivendor kernel. This version handles pica's and desk-Per Fogelstrom
station tyne's. Auto detection still needs to be compleeted. Checked in version is hardwired for pica's. Use the PICA config file.
1996-09-12cvs.openbsd.org rules with 20% buffer cacheTheo de Raadt
1996-09-12BUFCACHEPERCENT for cranking % of mem usedTheo de Raadt
1996-09-1216 partitionsTheo de Raadt
1996-09-12set correct 'maxpartitions'Michael Shalayeff
1996-09-12Add 16 partition support to the SPARC. From NetBSD PR#2675, by der Mouse,Jason Downs
<mouse@Collatz.McRCIM.McGill.EDU>.
1996-09-1216 partitionsTheo de Raadt
1996-09-10make compile w/ TRACE enabledMichael Shalayeff
1996-09-09Don't be uncertain about wether clock interrupts were meant for usThorsten Lockert
1996-09-09Add seperate profiling/statistics clock running at 1024/128 Hz, using theThorsten Lockert
RTC in periodic interrupt mode
1996-09-08Only count the interrupt if the interrupt handler claims that it didThorsten Lockert
anything with it.
1996-09-06random declTheo de Raadt
1996-09-06min sun4c/sun4m floppyTheo de Raadt
1996-09-06remove keyboard randomness supply.Michael Shalayeff
not needed w/ adition of tty randomness.
1996-09-06Implement bios_ident() which will identify each type of CPU that weimp
support. First cut at more complete ARC BIOS support. bios_ident() will eventually be table driven as soon as I generate the tables. Much information on the BIOS calls has come from the Linux/MIPS MILO boot loader.
1996-09-05why was this crap still here...Per Fogelstrom
1996-09-05include dtiPer Fogelstrom
1996-09-05grumble.. new files.. grumble..Per Fogelstrom
1996-09-04Enable extra scsi drives and scannersNiklas Hallqvist
1996-09-04s/rnd/random/Niklas Hallqvist
1996-09-04add #pccom0; suggested by graichenTheo de Raadt
1996-09-04Some changes for new arc boxesPer Fogelstrom
1996-09-02Cleanup before the integration of the machine identification code:imp
o Merge all the case statements into one. o Cleanup Tyne and rPC44 support o Removed the soon to be obsolete code to get the sysid (which then just ignored it) Hopefully not break the working PICA port in the process....
1996-09-02NetBSD -> OpenBSDimp
1996-09-02Detect stuck interrupts in the scc (if DIAGNOSTIC) and log it.briggs
Patches from Bill Studenmund <wrstuden@loki.stanford.edu>.
1996-09-02ZAP GENERIC!Per Fogelstrom
1996-09-02cua supportTheo de Raadt
1996-09-02pnp, mcd offTheo de Raadt
1996-09-01initial commit of split fdc/fd driversJason Downs
1996-09-01initial commit of split fdc/fd driversJason Downs
1996-09-01initial commit of split fdc/fd driversJason Downs
1996-09-01distinguish between left/right shift keys for X; from Mathieu.Herrb@mipnet.frTheo de Raadt
1996-09-01I like to be able to KTRACE sometimes.briggs
1996-09-01From scottr@netbsd.org:briggs
After servicing an interrupt, check to see that there's not another one pending before we clear the interrupt flag. This avoids a condition where the line appears to go catatonic (which is particularly easily triggered by pppd). From Bill Studenmund <wrstuden@loki.stanford.edu>. XXX - we should probably log this if it gets excessive.
1996-09-01change keymap_t to pccons_keymap_t in pcconsTheo de Raadt
1996-09-01change keymap_t to pccons_keymap_t in pcconsTheo de Raadt
1996-08-31duhTheo de Raadt
1996-08-31disable TCP_COMPAT_42Theo de Raadt
1996-08-31disable TCP_COMPAT_42Theo de Raadt
1996-08-30We're not ready for this, yet.briggs
1996-08-30The pica tree is now obsolete and removed. Use arch/arc.Per Fogelstrom
1996-08-29Add `flags' specification to floppy devices.Jason Downs
1996-08-29turn ast0 on; show where ast1 landsTheo de Raadt
1996-08-29sunos-like cua behaviour; inspired by budd@cs.bu.edu in his scn.cTheo de Raadt