Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-02-23 | First cut of Flash memory disk. Needs more work though... | Per Fogelstrom | |
1997-02-23 | Give HPUX it's own signal trampoline and stop modifying the real one. | Jason Downs | |
1997-02-23 | constrain nbuf until we find a better fix | Theo de Raadt | |
1997-02-23 | Integrate code from John P. Wittkoski <jpw@netwizards.net> and | briggs | |
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-02-23 | Spoof ISO 9660 disklabels | Niklas Hallqvist | |
1997-02-23 | s/MINIROOT/RAMDISK/g | Jason Downs | |
1997-02-22 | ramdisk now has raw version, disklabels | kstailey | |
1997-02-22 | add tag; NetBSD -> OpenBSD | kstailey | |
1997-02-22 | ufsboot uses strncpy() now | kstailey | |
1997-02-22 | sends and receives and illustrates that the vme board has interrupt vector bugs | Theo de Raadt | |
1997-02-22 | add register bit defines | Theo de Raadt | |
1997-02-22 | Not used. | Per Fogelstrom | |
1997-02-22 | Add pseudo-device enc 4 | Niklas Hallqvist | |
1997-02-22 | Set MMU/CPU better, except for 060 as that requires intrusive changes | Niklas Hallqvist | |
elsewhere. | |||
1997-02-21 | add config files for the various pmax types (thanks go to dieter mayer | Thomas Graichen | |
who created them) | |||
1997-02-21 | Add IPSEC + lines for a Teles ISDN card. Support not yet in the tree, | Niklas Hallqvist | |
but I thought you might want to taste it beforehands :-) Besides it is my personal kernel config so this one does not *have* to build. so there! | |||
1997-02-21 | Drop ${PARAM} from CPPFLAGS, add it to the HOSTED_C rule. | Niklas Hallqvist | |
Use the NORMAL_C_C rule for building parma.o. Put -nostdinc upfront in INCLUDES. | |||
1997-02-21 | Bring closer to the ISA version by dropping the use of a structure for | Niklas Hallqvist | |
accessing fields in the shared mem, and fixing the packet length check. Slight cleanup otherwise. | |||
1997-02-21 | add bus_space_{read,write}_region_* + some KNF | Niklas Hallqvist | |
1997-02-21 | We do not use the rsr field | Niklas Hallqvist | |
1997-02-21 | We are OpenBSD | Niklas Hallqvist | |
1997-02-21 | Style cleanup and a printf string typo | Niklas Hallqvist | |
1997-02-21 | fetched a comment from mvme68k + style nit | Niklas Hallqvist | |
1997-02-21 | Add MMU_/CPU_ syms | Niklas Hallqvist | |
1997-02-21 | copypage/zeropage adaption. cputype setting needs more work. | Niklas Hallqvist | |
1997-02-21 | Siginfo stuff as per the mvme68k port + KNF & other style nits | Niklas Hallqvist | |
1997-02-21 | do not pass up un-init vftype | Theo de Raadt | |
1997-02-21 | Bring in siginfo changes from mvme68k port & Theo. Compiles. | briggs | |
1997-02-20 | strncpy needed for ufs.c | gvf | |
1997-02-20 | Fix for NetBSD's bug from NetBSD. | Jason Downs | |
1997-02-20 | update. | Per Fogelstrom | |
1997-02-20 | gratituous compatibility with NetBSD | kstailey | |
1997-02-20 | more of same | kstailey | |
1997-02-19 | merge in some NetBSD pmap code | kstailey | |
1997-02-18 | Add the necessary pieces to boot on a PowerMAC, does not currently work, | Dale S. Rahn | |
Debugging in progress. | |||
1997-02-18 | Add the note object to the executable. | Dale S. Rahn | |
1997-02-18 | Add note file to elf executable to tell firmware what mode to boot in. | Dale S. Rahn | |
Is this correct to have real-mode 0? It boots... | |||
1997-02-18 | VM_MIN_KERNEL_ADDRESS -> virtual_avail | kstailey | |
1997-02-18 | Ok, these are more stragglers in my source tree. These changes were necessary | Dale S. Rahn | |
to clean up the interdependancies caused by the siginfo changes. | |||
1997-02-18 | Synch declaration of copypage w/ m68k-general definitions per Ken's changes. | gene | |
This might get moved out soon. | |||
1997-02-18 | Need strncpy.c now. | Jason Downs | |
1997-02-17 | fixes SCSI. | Per Fogelstrom | |
1997-02-17 | need printf prototype | Michael Shalayeff | |
1997-02-16 | Some changes for WG testing. | Per Fogelstrom | |
1997-02-16 | rd -> hd | Jason Downs | |
1997-02-16 | Fix autoconfiguration code, so that it can actually boot from pdevs. | Jason Downs | |
1997-02-16 | More rd changes that were missed... Still not working. | Jason Downs | |
1997-02-16 | Updated to reflect reality. | Jason Downs | |
1997-02-16 | Add initial ram disk support. | Jason Downs | |
1997-02-16 | Add new kernel configuration that support ramdisk in the data segment | Dale S. Rahn | |
via rdsetroot. |