Age | Commit message (Collapse) | Author |
|
Add HZ=60 to GENERIC and GENERICSBC configurations. Make sure clockreg.h
does not compile unless HZ is defined. We can't just define it here since
param.c needs to agree with whatever clockreg.h uses. This has been broken
since June. Only effect is that the clocks would lose time badly.
|
|
|
|
|
|
would be {DEV,SWAP}PAGER, so std.mac68k is out of here. Update the
machine-specific files to reflect this.
|
|
options out of std.mac68k. This means that people will have to add them to
their local kernel config files.
Please test.
|
|
Also, add some description as to what these are for.
|
|
|
|
|
|
(1) We run OpenBSD
(2) make clean deltes genassym and genassym.o, so people with these sitting
in their compile directories will get them cleaned out. Release won't ship
this way.
(3) Maxusers Makefile depends depend on assym.h not genassym.o now.
|
|
cross-compiling a lot. Queue taken from Scott Reynolds.
|
|
state with NetBSD's. The direct-to-ADB code is now enabled by default.
Using 'options MRG_ADB' will cause the kernel to revert to the 'old standby'
code.
|
|
|
|
|
|
me.
- Provide option (enabled in GENERIC and GENERICSBC) to disable ADB
configuration when serial console is enabled. Old behavior allows
booting even if ADB probe hangs (Apple had several ways to access
ADB).
- Configure ite0 differently--don't assume that it's only extant if it
is the console.
|
|
|
|
|
|
|
|
|
|
|
|
Takashi Hamada <hamada@next.etron.kanazawa-it.ac.jp>. This code
interfaces directly to the hardware to support the ADB on many
macs. It is enabled by "options HWDIRECT" in the configuration
file. At some point, this should probably become the default method
as interfacing to the ADB through the ROMs has been painful and sometimes
problematic.
This code should have functioning ADB support for:
II series (II, SE/30, IIx, IIcx)
IIsi series (IIsi, IIci, IIvx, IIvi)
LC II, LC III
Performa 400, 405, 430, 460, 465, 467, 600
Classic II, Color Classic, Color Classic II
PB 5XX series
Duo series
PB 140,145,145b,160,(160c?),165,165c,170,180,180c
Quadra 700,900,950
There is an off-chance that it will work on:
PB 150, PB 190
Quadra/Centris 605,610,630,650,660AV,800,840AV
LC 475,550,575,630
Performa 475,476,575,577,578,630
Note that functioning ADB support does not mean that everything else
will work. I obviously do not own all of the above machines (does
anyone? ;-)... Any reports are welcome.
Many thanks to John Wittkoski and Takashi Hamada!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
erik@aarhus1.uni-c.dk
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
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 ;)
|
|
Bring in a number of changes from NetBSD in Makefile.mac68k
(standardized amongst most ports).
|
|
- Don't special-case conf.c
- Add sbc driver. (M.I. 5380 driver)
|
|
|
|
|
|
Dan Carosone <danielce@ee.mu.oz.au>.
|
|
|
|
|
|
|