Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-06-23 | Wait a little longer in wait_req_true/false. Some targets take their | briggs | |
time. | |||
1996-06-23 | From 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-23 | From scottr/NetBSD: | briggs | |
Fix bounds check for fpu description array. | |||
1996-06-23 | From 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-23 | Copyright foo. | briggs | |
1996-06-23 | From scottr/NetBSD. | briggs | |
Minor style cleanup (avoid goto); no functional change. | |||
1996-06-23 | From 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-23 | From 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-23 | NetBSD: Add constant for PB500. | briggs | |
1996-06-15 | NetBSD PR #2547: wrong bus error detection from is@beverly.rhein.de. | briggs | |
1996-06-09 | Add machine/viareg for prototype of via_set_modem(). | briggs | |
1996-06-09 | Implement suggestion from is -- handle _fpfault differently for 040 and | briggs | |
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-08 | Sync up with latest NetBSD. | briggs | |
1996-06-08 | NetBSD -> OpenBSD. | briggs | |
1996-05-29 | enable ELF/a.out/ECOFF in machine/exec.h | Theo de Raadt | |
1996-05-26 | Missed a few files in the previous updates. | briggs | |
1996-05-26 | Add OpenBSD Id string. | briggs | |
1996-05-26 | Sync with NetBSD-current. | briggs | |
1996-05-25 | NetBSD(scottr): Remove bogus reference to BSDSRCDIR here; still doesn't work, | briggs | |
though. | |||
1996-05-08 | kill the panic at the boot(). | Michael Shalayeff | |
1996-05-05 | add 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. | |||
1996-05-04 | remove #ifndef LKM, since that stuff already in sys/conf.h, | Michael Shalayeff | |
add lkmenodev prototype. | |||
1996-04-24 | Add network config dependencies. | Michael Shalayeff | |
1996-03-26 | From NetBSD: vnode_if.[ch] made machine independent. | Michael Shalayeff | |
very usefull (for <sys/vnode.h> inclusion). from the other side this is really machine independent ... tested w/ i386, but should not cause errors w/ other arch's. pls, test it (don't forget to reconfig kernel ;) | |||
1996-02-21 | move cdev_gen_ipf() macro to the <sys/conf.h>, so the lkm | Michael Shalayeff | |
for ipl is possible and also, why it is in <machine/conf.c> while it (ipl) is in <net/*> ??? | |||
1996-02-20 | Fix #include. (param.h -> sys/param.h). | briggs | |
1996-02-20 | A few more things from NetBSD: | briggs | |
- Move spl stuff from param.h to psl.h. Prototype delay() in param.h. - param.h: Fix #includes. - param.h: Move splimp to 2 and spltty to 1. | |||
1996-02-20 | Makefile generates assym.h instead of assym.s, now. | briggs | |
1996-02-20 | netbsd -> bsd in the config files | briggs | |
Bring in a number of changes from NetBSD in Makefile.mac68k (standardized amongst most ports). | |||
1996-02-20 | A couple of things from NetBSD: | briggs | |
- Don't special-case conf.c - Add sbc driver. (M.I. 5380 driver) | |||
1996-02-20 | Define SONIC device for testing. Same for ss su and uk SCSI devs. | briggs | |
1996-02-20 | Move VIA_Initialize() back to where it works. | briggs | |
1996-02-20 | Define HZ to be 60. | briggs | |
1996-02-20 | Sync. w/ NetBSD | briggs | |
1996-02-20 | Sync. w/ NetBSD: vm prototype changes. | briggs | |
1996-02-20 | Sync. w/ NetBSD: | briggs | |
- Make a message more verbose for folks who try to boot in 24-bit mode. | |||
1996-02-20 | Sync. w/ NetBSD: | briggs | |
- Make delay() match prototype. - Be a bit more careful when setting up timer for calibrating delay(). - Clear interrupt before enabling in calibrate_delay() (from John P. Wittkoski) | |||
1996-02-04 | New self-calibrating spin-wait delay() from Scott Reynolds <scottr@edsi.org>. | briggs | |
1996-02-04 | Cosmetic unsigned char -> u_char | briggs | |
1996-02-02 | Force the talley counters to be read when we get the interrupt. GCC | briggs | |
was nicely optimizing the reads out for us. Kudos for this one go to Steven R. Weiss <srw@hvcn.org>. (from netbsd) | |||
1996-02-01 | Get rid of some useless intermediate vars and add a register keyword | briggs | |
in delay(). There still seems to be a problem with this routine in that when we actually touch the VIA1 T2 timer, it seems to hose the ADB subsystem. | |||
1996-02-01 | Clean up and comment a bit. | briggs | |
1996-01-29 | Fix for delay(usec) for small usec. From Scott Reynolds <scottr@edsi.org>. | briggs | |
1996-01-25 | Bring some fixes over from NetBSD. | briggs | |
1996-01-25 | include cpu.h. | briggs | |
1996-01-24 | Change &= to & in this case. gcc 2.7.2 vs. 2.4.5 difference? I hope not. | briggs | |
1996-01-15 | Remove vnode_if.[ch] during a "make clean", per PR#536 from | Theo de Raadt | |
Dan Carosone <danielce@ee.mu.oz.au>. | |||
1996-01-15 | Updates from Kelly Campbell <camk@ksu.ksu.edu> for some ROM addresses. | briggs | |
1996-01-14 | Preliminary cut at SONIC driver. Quadra only at this point. | briggs | |
Still apparently not getting interrupts for some reason, so this is more or less just a checkpoint. | |||
1996-01-14 | from netbsd: more of PR 1931. Fix code that's not compiled unless DEBUG. | briggs | |