summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1997-03-17A couple of cleanup items suggested by is@netbsd.org.briggs
1997-03-17A couple of cleanup items suggested by is@netbsd.org.briggs
1997-03-17Integrate a couple of changes suggested by Scott Reynolds and Takeshi ↵briggs
Yanagisawa.
1997-03-15AV macs don't have SONIC, they have MACE, and 040 PBs do have SONIC.briggs
1997-03-14add an empty frame.h so that there is one (just like on the arc)Thomas Graichen
1997-03-14Possible fix for SE/30 internal video problems. Thanks to Denny Gentry forbriggs
figuring out what was going wrong there.
1997-03-14Use macro to truncate page.briggs
1997-03-14Updates from Yanagisawa and Denny. This seems to work.briggs
1997-03-12Fix a conflict.briggs
1997-03-12Addition of support for a PCI based Vr4300 board from Algorithmics, the P-4032.Per Fogelstrom
Changes to io macros were done to handle sparse bus addressing dynamically. This is a first cut (rough).
1997-03-12Add options LKM.briggs
1997-03-12Remove some more warnings left over from NetBSD's new config.briggs
1997-03-12Remove reference to obsolete SONICSPACE.briggs
1997-03-12Move prototype for physaccess.briggs
1997-03-12Fix for bizarre internal framebuffers that don't start on page boundaries.briggs
Dave Huang found this one...
1997-03-12New sn arrangements.briggs
1997-03-12Bring in some fresh SONIC code from Dennis Gentry and Yanagisawa Takeshi.briggs
Much hacked by me to merge and partially busify. Add code that I lost a while back for digging the proper mac address for internal ethernet. Still needs work, but checkpointed--works at least as well as the last version.
1997-03-12cleanup.briggs
1997-03-11Second parameter of *match functions should be void (thank you ISA bus) andgene
*stop functions return int's under OpenBSD. This cleans up a bunch of compile-time warnings for the mac68k.
1997-03-11syncJason Downs
1997-03-10Include macinfo.h and more synch'ing with our mi sbc code. This makes itgene
actually compile.
1997-03-10Comment out use of bitmask_snprintf and make this work with OpenBSD mi SCSI.briggs
1997-03-08Sync with NetBSD of about 4 March.briggs
1997-03-07Support LAN cards with the REM bit set.Jason Downs
1997-03-05Copyright foo.briggs
1997-03-03When importing a tree, make certain that a bunch of garbage isn't left around.Dale S. Rahn
1997-03-03Cleanup after import. This also seems to bring up the current version.Dale S. Rahn
1997-03-03Third try at importing the mvme88k port. This is a working kernelDale S. Rahn
from nivas. Userland and compiler still need to be worked on. Make certain what directory the import is done from.
1997-03-03Second try at importing the mvme88k port. This is a working kernelDale S. Rahn
from nivas. Userland and compiler still need to be worked on.
1997-03-03This is a remove to get rid of the old mvme88k port which was incompleteDale 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-03Add a little ioctl at 4am to set the screen blanking.Jason Downs
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