summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1997-03-03sync with realityJason Downs
1997-03-02add -fno-defer-pop to CFLAGSkstailey
1997-03-02Enable IPSECThorsten Lockert
1997-03-02This is a P5 with PCI and not a 486 with EISA now. Also enable IPSEC.Thorsten Lockert
1997-02-28Add missing _MACHINE & _MACHINE_ARCH defines + some RCS IdsNiklas Hallqvist
1997-02-28remove the unused scsi controller entries for each type (from dieter mayer)Thomas Graichen
1997-02-27Fix MAXBUFCACHE changes.Dale S. Rahn
1997-02-27Add ncr53c9x flag to esp.briggs
1997-02-27mac68k-specific portion of m.i. ncr53c9x driver.briggs
1997-02-27Add scanner and (commented out) IPsecThorsten Lockert
1997-02-26Add IP-SECNiklas Hallqvist
1997-02-26Workaround for some weird cpp bug that made cpuconf.o builds failNiklas Hallqvist
1997-02-26Add actual functions to do bus space manipulation. Modify thegene
copyright as necessarry, too. Also, while we're here, do s/NetBSD/Openbsd/ or s/NetBSD/BSD/ ass appropriate.
1997-02-26Adds support for bus_space functions borrowed in concept from thegene
i386 and in execution from scott reynolds.
1997-02-25This file was never used so... ZAP!Per Fogelstrom
1997-02-24temporarily, also pass intr() routines the vec#Theo de Raadt
1997-02-24for generic case, use dk_mountroot not special hacksTheo de Raadt
1997-02-24implement BUFCACHEPERCENT and take care with kva spaceTheo de Raadt
1997-02-24Kill the annoying printf (which I think I added).Jason Downs
1997-02-24sync with hp300: -nostdinc, HOSTCC, etc.Jason Downs
1997-02-24Add support for COMPAT_SUNOS and enable it.Jason Downs
hp300 now runs sun3 SunOS executables!
1997-02-23First cut of Flash memory disk. Needs more work though...Per Fogelstrom
1997-02-23Give HPUX it's own signal trampoline and stop modifying the real one.Jason Downs
1997-02-23constrain nbuf until we find a better fixTheo de Raadt
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-02-23Spoof ISO 9660 disklabelsNiklas Hallqvist
1997-02-23s/MINIROOT/RAMDISK/gJason Downs
1997-02-22ramdisk now has raw version, disklabelskstailey
1997-02-22add tag; NetBSD -> OpenBSDkstailey
1997-02-22ufsboot uses strncpy() nowkstailey
1997-02-22sends and receives and illustrates that the vme board has interrupt vector bugsTheo de Raadt
1997-02-22add register bit definesTheo de Raadt
1997-02-22Not used.Per Fogelstrom
1997-02-22Add pseudo-device enc 4Niklas Hallqvist
1997-02-22Set MMU/CPU better, except for 060 as that requires intrusive changesNiklas Hallqvist
elsewhere.
1997-02-21add config files for the various pmax types (thanks go to dieter mayerThomas Graichen
who created them)
1997-02-21Add 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-21Drop ${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-21Bring closer to the ISA version by dropping the use of a structure forNiklas Hallqvist
accessing fields in the shared mem, and fixing the packet length check. Slight cleanup otherwise.
1997-02-21add bus_space_{read,write}_region_* + some KNFNiklas Hallqvist
1997-02-21We do not use the rsr fieldNiklas Hallqvist
1997-02-21We are OpenBSDNiklas Hallqvist
1997-02-21Style cleanup and a printf string typoNiklas Hallqvist
1997-02-21fetched a comment from mvme68k + style nitNiklas Hallqvist
1997-02-21Add MMU_/CPU_ symsNiklas Hallqvist
1997-02-21copypage/zeropage adaption. cputype setting needs more work.Niklas Hallqvist
1997-02-21Siginfo stuff as per the mvme68k port + KNF & other style nitsNiklas Hallqvist
1997-02-21do not pass up un-init vftypeTheo de Raadt
1997-02-21Bring in siginfo changes from mvme68k port & Theo. Compiles.briggs
1997-02-20strncpy needed for ufs.cgvf