summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/conf
AgeCommit message (Collapse)Author
1997-04-23Three things:gene
(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.
1997-04-18Use genassym.cf and a shell script to build assym.h. This helpsgene
cross-compiling a lot. Queue taken from Scott Reynolds.
1997-04-14Bring our incarnation of John Wittowski's direct adb driver into compatiblegene
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.
1997-04-14Ooops.briggs
1997-04-14options IPFILTERbriggs
1997-04-03PR#141 from David Leonard <d@occult.fnarg.net.au> with some small mods bybriggs
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.
1997-03-28Use more from m68k/m68k.briggs
1997-03-12Add options LKM.briggs
1997-03-12New sn arrangements.briggs
1997-03-08Sync with NetBSD of about 4 March.briggs
1997-02-27Add ncr53c9x flag to esp.briggs
1997-02-23Integrate code from John P. Wittkoski <jpw@netwizards.net> andbriggs
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!
1997-01-24Sync w/ NETBSD_CURRENT_971122.briggs
1997-01-24Add kernel config for Allen's Q700.briggs
1997-01-01Supply full path on 'include' lines for config.briggs
1996-10-30Add an esp1.briggs
1996-10-28Rename ncr96scsi/scsi96 to esp.briggs
1996-10-28Obsolete.briggs
1996-10-14Nuke old COMPAT options. Move MACHINE_NONCONTIG to std.mac68k.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-01I like to be able to KTRACE sometimes.briggs
1996-08-31disable TCP_COMPAT_42Theo de Raadt
1996-08-30We're not ready for this, yet.briggs
1996-08-10Sync 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-05-26Add OpenBSD Id string.briggs
1996-05-26Sync with NetBSD-current.briggs
1996-04-24Add network config dependencies.Michael Shalayeff
1996-03-26From 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-20netbsd -> bsd in the config filesbriggs
Bring in a number of changes from NetBSD in Makefile.mac68k (standardized amongst most ports).
1996-02-20A couple of things from NetBSD:briggs
- Don't special-case conf.c - Add sbc driver. (M.I. 5380 driver)
1996-02-20Define SONIC device for testing. Same for ss su and uk SCSI devs.briggs
1996-02-20Define HZ to be 60.briggs
1996-01-15Remove vnode_if.[ch] during a "make clean", per PR#536 fromTheo de Raadt
Dan Carosone <danielce@ee.mu.oz.au>.
1995-12-14update from netbsd (without losing local changes)Theo de Raadt
1995-11-13do not use -fno-builtin for kernels; the reasons why are manifoldTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt