Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-03-11 | Second parameter of *match functions should be void (thank you ISA bus) and | gene | |
*stop functions return int's under OpenBSD. This cleans up a bunch of compile-time warnings for the mac68k. | |||
1997-03-11 | sync | Jason Downs | |
1997-03-10 | Include macinfo.h and more synch'ing with our mi sbc code. This makes it | gene | |
actually compile. | |||
1997-03-10 | Comment out use of bitmask_snprintf and make this work with OpenBSD mi SCSI. | briggs | |
1997-03-08 | Sync with NetBSD of about 4 March. | briggs | |
1997-03-07 | Support LAN cards with the REM bit set. | Jason Downs | |
1997-03-05 | Copyright foo. | briggs | |
1997-03-03 | When importing a tree, make certain that a bunch of garbage isn't left around. | Dale S. Rahn | |
1997-03-03 | Cleanup after import. This also seems to bring up the current version. | Dale S. Rahn | |
1997-03-03 | Third try at importing the mvme88k port. This is a working kernel | Dale S. Rahn | |
from nivas. Userland and compiler still need to be worked on. Make certain what directory the import is done from. | |||
1997-03-03 | Second try at importing the mvme88k port. This is a working kernel | Dale S. Rahn | |
from nivas. Userland and compiler still need to be worked on. | |||
1997-03-03 | This is a remove to get rid of the old mvme88k port which was incomplete | Dale S. Rahn | |
to replace it with a working version. The kernel compiles and works at least. The new version will be imported shortly. | |||
1997-03-03 | Add a little ioctl at 4am to set the screen blanking. | Jason Downs | |
1997-03-03 | sync with reality | Jason Downs | |
1997-03-02 | add -fno-defer-pop to CFLAGS | kstailey | |
1997-03-02 | Enable IPSEC | Thorsten Lockert | |
1997-03-02 | This is a P5 with PCI and not a 486 with EISA now. Also enable IPSEC. | Thorsten Lockert | |
1997-02-28 | Add missing _MACHINE & _MACHINE_ARCH defines + some RCS Ids | Niklas Hallqvist | |
1997-02-28 | remove the unused scsi controller entries for each type (from dieter mayer) | Thomas Graichen | |
1997-02-27 | Fix MAXBUFCACHE changes. | Dale S. Rahn | |
1997-02-27 | Add ncr53c9x flag to esp. | briggs | |
1997-02-27 | mac68k-specific portion of m.i. ncr53c9x driver. | briggs | |
1997-02-27 | Add scanner and (commented out) IPsec | Thorsten Lockert | |
1997-02-26 | Add IP-SEC | Niklas Hallqvist | |
1997-02-26 | Workaround for some weird cpp bug that made cpuconf.o builds fail | Niklas Hallqvist | |
1997-02-26 | Add actual functions to do bus space manipulation. Modify the | gene | |
copyright as necessarry, too. Also, while we're here, do s/NetBSD/Openbsd/ or s/NetBSD/BSD/ ass appropriate. | |||
1997-02-26 | Adds support for bus_space functions borrowed in concept from the | gene | |
i386 and in execution from scott reynolds. | |||
1997-02-25 | This file was never used so... ZAP! | Per Fogelstrom | |
1997-02-24 | temporarily, also pass intr() routines the vec# | Theo de Raadt | |
1997-02-24 | for generic case, use dk_mountroot not special hacks | Theo de Raadt | |
1997-02-24 | implement BUFCACHEPERCENT and take care with kva space | Theo de Raadt | |
1997-02-24 | Kill the annoying printf (which I think I added). | Jason Downs | |
1997-02-24 | sync with hp300: -nostdinc, HOSTCC, etc. | Jason Downs | |
1997-02-24 | Add support for COMPAT_SUNOS and enable it. | Jason Downs | |
hp300 now runs sun3 SunOS executables! | |||
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! |