summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
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-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-09-21Actually provide space for mac68k_buserr_addr.briggs
1996-09-21Do not call get_physical if 040. Hardwire Q700 internal video for now.briggs
1996-09-21Handle the two-page display card, although it doesn't appear to be generatingbriggs
video interrupts on my Q700 (perhaps it realized that DAFB will do that).
1996-09-21Initial support for Quadra 700 internal video interrupt handling.briggs
1996-09-21Add define for DrHW for the 'Workstation Video Card' (2-page mono).briggs
1996-09-21%p implies 0x.briggs
1996-09-21Remove include of assert.h and fix a format error in debug camdump() code.briggs
1996-09-20do not fool people into thinking VNODEPAGER is an option; netbsd pr#2757, ↵Theo de Raadt
erik@aarhus1.uni-c.dk
1996-09-02Detect stuck interrupts in the scc (if DIAGNOSTIC) and log it.briggs
Patches from Bill Studenmund <wrstuden@loki.stanford.edu>.
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-08-31disable TCP_COMPAT_42Theo de Raadt
1996-08-30We're not ready for this, yet.briggs
1996-08-29rnd -> randomTheo de Raadt
1996-08-10Sync with NetBSD.briggs
1996-07-27handle RB_CONFIGTheo de Raadt
1996-07-15add rnd driverMichael Shalayeff
1996-06-23Sync up with NetBSD.briggs
1996-06-23Update to scottr's current SPOT config from NetBSD.briggs
1996-06-23From scottr/NetBSD:briggs
Completely revamp setroot() and friends. Since Chris' version of this code is close to how I reworked it, I pulled in the (essentially MI) NetBSD/alpha and added the appropriate support around it. - No need for the GENERIC kernel config option. - NFS-mounted root and swap are supported. - If we can't figure out where the root filesystem is from what the Booter tells us, ask the user. - Split the mainbus autoconfig code to a separate file. Also, update/add copyrights as appropriate.
1996-06-23Wait a little longer in wait_req_true/false. Some targets take theirbriggs
time.
1996-06-23From scottr/NetBSD:briggs
Update some comments, and the copyright Deal with interrupt flags more carefully, and use the correct offset for PB500-series SCSI I/O. While I'm here, update the copyright.
1996-06-23From scottr/NetBSD:briggs
Fix bounds check for fpu description array.
1996-06-23From scottr/NetBSD:briggs
Completely revamp setroot() and friends. Since Chris' version of this code is close to how I reworked it, I pulled in the (essentially MI) NetBSD/alpha and added the appropriate support around it. - No need for the GENERIC kernel config option. - NFS-mounted root and swap are supported. - If we can't figure out where the root filesystem is from what the Booter tells us, ask the user. - Split the mainbus autoconfig code to a separate file. Also, update/add copyrights as appropriate.
1996-06-23Copyright foo.briggs
1996-06-23From scottr/NetBSD.briggs
Minor style cleanup (avoid goto); no functional change.
1996-06-23From scottr/NetBSD:briggs
Test for serial console in adb_init() early, and abort if we're using it. Initiialize ROM vectors regardless of this so that the PRAM RTC read and write work regardless of whether a serial console is in use. Add missing cpu model info for Powerbook 500, and correct the ROM vectors for the same.
1996-06-23From scottr/NetBSD:briggs
Test for serial console in adb_init() early, and abort if we're using it. Initiialize ROM vectors regardless of this so that the PRAM RTC read and write work regardless of whether a serial console is in use.
1996-06-23NetBSD: Add constant for PB500.briggs
1996-06-15NetBSD PR #2547: wrong bus error detection from is@beverly.rhein.de.briggs
1996-06-09Add machine/viareg for prototype of via_set_modem().briggs
1996-06-09Implement suggestion from is -- handle _fpfault differently for 040 andbriggs
better processors. Basically, don't clear and muck with the exc_pend bit in the BIU for any FP frames on those processors. It is, in fact, unclear if we should check the frame type and only do this for the IDLE frames as there are only three frames (NULL, IDLE, BUSY) and the BIU only appears in the IDLE frame on the 881/882.
1996-06-08Sync up with latest NetBSD.briggs
1996-06-08NetBSD -> OpenBSD.briggs
1996-05-29enable ELF/a.out/ECOFF in machine/exec.hTheo de Raadt
1996-05-26Missed a few files in the previous updates.briggs
1996-05-26Add OpenBSD Id string.briggs
1996-05-26Sync with NetBSD-current.briggs
1996-05-25NetBSD(scottr): Remove bogus reference to BSDSRCDIR here; still doesn't work,briggs
though.
1996-05-08kill the panic at the boot().Michael Shalayeff
1996-05-05add general ether_ioctl call in net/if_ethersubr.c,Michael Shalayeff
NS,IPX,X.25 special processing is now handled in there. reflect this amazing addition in all the ether ifaces. ppl, pls check the stuff.