summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1996-10-14Oops. zsstop still needs to return int in OpenBSD.briggs
1996-10-14Nuke old COMPAT options. Move MACHINE_NONCONTIG to std.mac68k.briggs
1996-10-14fpu_type -> fputype, use m68k/cpu.h--from NetBSDbriggs
1996-10-14More from NetBSD:briggs
* Update ROM vectors for PB500 * Add ROM vectors for the LCIII (verified by Mike DeLima--miked@netrover.com) * fpu_type->fputype * Use defines from m68k/cpu.h
1996-10-14More from NetBSD:briggs
* Disable 040 caches in doboot(), and some minor stylistic changes to make the hand-coded assembly consistent throughout. * Use fputype instead of mmutype for fpu_type. * Use defines from m68k/cpu.h.
1996-10-14From NetBSD--use m68k/cpu.h defines, rename fpu_type to fputype.briggs
1996-10-14From NetBSD--use m68k/cpu.h defines, rename fpu_type to fputype.briggs
1996-10-14Merge in from NetBSD. Use <m68k/cpu.h> andbriggs
Add second Quadra class and machineid (gestalt value) for Color Classic II
1996-10-14A generic m68k cpu.h from NetBSD.briggs
1996-10-13Fix some type incompatibilities another way roundNiklas Hallqvist
1996-10-13Updated driver to match FreeBSD, from Dave Huang <khym@bga.com>.Jason Downs
1996-10-13The 68LC040 generates a format 4 stack frame for floating pointbriggs
exceptions, which puts the address of the instruction we faulted on in a different location. Copy it and handle as we normally would, restoring the saved PC before returning. The FPE should probably be reworked to take advantage of the 68LC040's precalculated effective address, at some point.
1996-10-13* Fix from Bill Studenmund <wrstuden@loki.stanford.edu> for transmissionbriggs
lockups. Changes from NetBSD: - Add a ZS_CONSOLE_ABORT option to enable a serial console break to force a drop to the system debugger. WARNING: this used to be the default behavior! Modify custom kernel configs accordingly. - Check for ZS_HWFLAG_CONABRT in zs_abort(), and don't abort if it's not set. - ttystop function returns void.
1996-10-13Add some more offsets, from Erik.Jason Downs
1996-10-13Clean up ioctl and flush the input buffer.Jason Downs
1996-10-13provide split raw/cooked (translated) input modes. cooked mode is default,Jason Downs
raw mode is set by using an ioctl or opening minor dev 1. MAKEDEV created pms0r with minor dev 1.
1996-10-12on newer cards, use word count for SET_TX_AVAIL_THRESH; from numerous ↵Theo de Raadt
people, gleamed from plan9/bsdi drivers, and confirmed in last two sentences in 3c590 manual
1996-10-12Argh, fix a stupid typoNiklas Hallqvist
1996-10-12Correct sys_pipe's 3rd arg type, alpha needs itNiklas Hallqvist
1996-10-12+SYSVSEM/MSG support; netbsd pr#2825, hwr@pilhuhn.deTheo de Raadt
1996-10-12use my eeprom.h with sun-alike definitionsTheo de Raadt
1996-10-12i added a fair bit to thisTheo de Raadt
1996-10-12Support LUNs. My God...Jason Downs
1996-10-12correct diag messagesTheo de Raadt
1996-10-11sync + our changesTheo de Raadt
1996-10-10This is OpenBSDNiklas Hallqvist
1996-10-08Support isaedNiklas Hallqvist
1996-10-08Prototype & Stylistic fixes for high -W gcc levelsNiklas Hallqvist
1996-10-07a teeny bit more careTheo de Raadt
1996-10-07clear quotes not buf; from hbriceno@lcs.mit.eduTheo de Raadt
1996-10-07Remove debug printout. Not very nice..Per Fogelstrom
1996-10-06fix from chuckTheo de Raadt
1996-10-06use libkern components; from graichenTheo de Raadt
1996-10-06Fix dlfcn.h and link.h for arc portPer Fogelstrom
1996-10-05use wd.h not wdc.h. Teach booting logic about wd and acdNiklas Hallqvist
1996-10-05[a]cd_play -> [a]cd_play_big. Say hello to cdio(1).Jason Downs
1996-10-05do not disable wt0; user can if neededTheo de Raadt
1996-10-05Avoid odd aligned 16-bit entities for mips sakeNiklas Hallqvist
1996-10-04Merge of NetBSD 1.2 (961004)Niklas Hallqvist
1996-10-04OK, ok, we do not get to touch mtree, so install the kymap dir from hereNiklas Hallqvist
1996-10-04OpenBSD tags, plus drop the unnecessary NetBSD DESTDIR gameNiklas Hallqvist
1996-10-04OpenBSD tags. Make it work under cross compilation. Clean up build.Niklas Hallqvist
1996-10-04Kill these obsolete filesNiklas Hallqvist
1996-10-04__OpenBSD__Theo de Raadt
1996-10-04__OpenBSD__Theo de Raadt
1996-10-04Fixed prototype errors, reviewed & approved by deraadtNiklas Hallqvist
1996-10-04#if 0 out an unused table, shaves some bytes...Niklas Hallqvist
1996-10-04We go rid of the ed_ring struct long ago. Reflect this fact.Niklas Hallqvist
1996-10-04IPL_* constants now found in intr.hNiklas Hallqvist
1996-10-04Two functions collide with the Zorro if_ed driverNiklas Hallqvist