Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-03-26 | Got rid of an unused function | Niklas Hallqvist | |
1997-03-26 | use support.s from m68k/ | Niklas Hallqvist | |
1997-03-26 | Remove stuff now in m68k/ | Niklas Hallqvist | |
1997-03-26 | copy.s gets done from files.m68k now | Niklas Hallqvist | |
1997-03-26 | Replace "isa_io" with "bus". Not isa specific. | Per Fogelstrom | |
1997-03-26 | sync | Jason Downs | |
1997-03-26 | Merge changes from NetBSD, up to 3/19/97; undoes some local changes. | Jason Downs | |
Changed to match new arch/m68k code. genassym.cf is currently just a place holder. | |||
1997-03-26 | Merge changes from NetBSD, 3/19/97; enforce use of new files in file.m68k. | Jason Downs | |
All of the m68k ports need fixing, in various ways. From a casual look, mvme68k and sun3 need the most work. Tested on hp300, from which sig_machdep.c is based. | |||
1997-03-25 | Ok here is the mvme88k userland, minus a few important pieces. | Dale S. Rahn | |
as, ld change need to be merged. It is known that shared libraries and C++ do not work. If anyone wants to step forward and take over the mvme88k port please do. It was dumped on me when the original developer, Nivas, left his previous job and started a new one. I am trying to get the port in a shape that someone could take over. | |||
1997-03-25 | Fixed obj-dir building, compacted the bootblock enough to fit (at least) | Niklas Hallqvist | |
the HD one, floppy is still too large. Added our BOOT_CONFIG -c option. Some small style nits. | |||
1997-03-25 | Correct typo | Niklas Hallqvist | |
1997-03-25 | Correct typo + moved Teles S0/16.3 port to what the manual says | Niklas Hallqvist | |
1997-03-25 | Make AS, AR & LD overrideable | Niklas Hallqvist | |
1997-03-25 | Addition of the ed ethernet driver | Niklas Hallqvist | |
1997-03-25 | From scottr@netbsd.org: | briggs | |
Several minor changes: - Indent some comments appropriately per KNF. - Output all diagnostics using the device name rather than a static string. - Fix a (mostly marmless) bug in snintr(), where loss of heartbeat wasn't properly ignored and could mask the `receive descriptors exhausted' diagnostic. | |||
1997-03-25 | From scottr@netbsd.org: | briggs | |
Several more changes to move us toward MI-ness: - Use more consistent and portable types in the softc. - Map registers using an array of bus_size_t offsets, and set up the mapping in the attach code (thanks to Jason Thorpe for suggesting this!). - Disable the ae-specific watchdog, which is no longer necessary in the general case. Still remaining: split out functions used to copy data to/from the card, and retain a way to have a local driver name with the MI code. | |||
1997-03-23 | Adding more arches require more structuring and cleanup. More to come... | Per Fogelstrom | |
1997-03-23 | Moved from pica since they are not Pica bus specific | Per Fogelstrom | |
1997-03-22 | get __LDPGSZ def | Niklas Hallqvist | |
1997-03-22 | Make this build work with objdirs, at least as links | Niklas Hallqvist | |
Still need work for plain obj dirs. | |||
1997-03-21 | Fix alignment in srt0.c, from NetBSD. | Jason Downs | |
1997-03-21 | cruft | Jason Downs | |
1997-03-21 | Yet more DDB type correctness | Niklas Hallqvist | |
1997-03-21 | Make ddb variables long | Niklas Hallqvist | |
1997-03-21 | New FIXUP_PC_AFTER_BREAK convention from NetBSD | Niklas Hallqvist | |
1997-03-21 | NetBSD sync to sth like 970218 | Niklas Hallqvist | |
1997-03-21 | Add the bus_space_{read,write}_raw_multi_[248] extensions | Niklas Hallqvist | |
1997-03-21 | 64-bit clean. if_ed.c now works on alpha. | Niklas Hallqvist | |
1997-03-18 | Bad idea to reset mac68k_vidphys/videorowbytes here. | briggs | |
1997-03-18 | Handle DAFB better. Only configure if we think a monitor is attached and | briggs | |
disable interrupts from the bloody card in any case. Also snag video address and rowbytes from the controller, too, just for fun. | |||
1997-03-18 | Add bus handle and bus tag to grfbus_softc. | briggs | |
1997-03-18 | From Scott Reynolds <scottr@netbsd.org> (, but compilable ;-) | briggs | |
Some cards we identify as InterLAN cards do not seem to have the MAC address in the configuration ROM. For these, fall back to the old method if we can't find the expected sResource record. | |||
1997-03-17 | Flip around Takeshi Yanagisawa's name. Add back a physaccess() call that I ↵ | briggs | |
was a bit hasty in removing. | |||
1997-03-17 | *Blush* It's Denton, not Dennis, Gentry. | briggs | |
1997-03-17 | Serial console trouble again... | Per Fogelstrom | |
1997-03-17 | Fix typo. | briggs | |
1997-03-17 | A couple of cleanup items suggested by is@netbsd.org. | briggs | |
1997-03-17 | A couple of cleanup items suggested by is@netbsd.org. | briggs | |
1997-03-17 | Integrate a couple of changes suggested by Scott Reynolds and Takeshi ↵ | briggs | |
Yanagisawa. | |||
1997-03-15 | AV macs don't have SONIC, they have MACE, and 040 PBs do have SONIC. | briggs | |
1997-03-14 | add an empty frame.h so that there is one (just like on the arc) | Thomas Graichen | |
1997-03-14 | Possible fix for SE/30 internal video problems. Thanks to Denny Gentry for | briggs | |
figuring out what was going wrong there. | |||
1997-03-14 | Use macro to truncate page. | briggs | |
1997-03-14 | Updates from Yanagisawa and Denny. This seems to work. | briggs | |
1997-03-12 | Fix a conflict. | briggs | |
1997-03-12 | Addition 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-12 | Add options LKM. | briggs | |
1997-03-12 | Remove some more warnings left over from NetBSD's new config. | briggs | |
1997-03-12 | Remove reference to obsolete SONICSPACE. | briggs | |
1997-03-12 | Move prototype for physaccess. | briggs | |