Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-03-30 | Previous commit was in error, definition of MANDIR was correct | Todd C. Miller | |
but there's no need to redefine MANDIR at all since we are installing man pages in the system man page dir. Therefore, we just pull in MANDIR from bsd.own.mk. | |||
1997-03-30 | /usr/share/man/cat -> /usr/share/man | Todd C. Miller | |
NetBSD PR #3401 | |||
1997-03-29 | Do not register an interrupt handler unless we know that we can clear | briggs | |
interrupts properly. Take a stab at clearing interrupts correctly for stupid Samsung video card that masquerades as a Toby Frame Buffer card. Break out interrupt routines by card type, including the cards that just need a byte cleared to clear the interrupt. | |||
1997-03-29 | Update from Denton Gentry with minor bug fixes by me. | briggs | |
Denny says: if_sn.c: - allocate sc->space using malloc (Scott wanted this). - make csr accesses use NIC_PUT/GET, remove sc->sc_csr. - add multicast and IFF_PROMISC support. multicast isn't well tested, but I made sure the unicast case still works. - finish the new arp interface, remove sc->sc_enaddr if_snreg.h: - remove struct sonic_reg if_snvar.h: - add NIC_PUT and NIC_GET macros a la if_ae - remove sc_txhead, it isn't used. if_sn_nubus.c: - clean up support for my SE/30 card. - Move add_nubus_intr from if_sn.c (to keep if_sn.c MI) if_sn_obio.c: - make Q610, C610, Q650, C650, Q800 use EXBUS. - PB500 had a "return" where "break" was intended. PB500 probably wasn't working. - move add_nubus_intr from if_sn.c. - add an "explanation" why Apple's ethernet addr is encoded in token ring format in the PROM. | |||
1997-03-29 | DrSW for a Dayna ethernet card. Fake DrHW for dumb nubus card. | briggs | |
1997-03-29 | __NetBSD__ -> __NetBSD__ || __OpenBSD__ (conditionals for compiling in MacOS). | briggs | |
1997-03-29 | Use genassym.sh | Thorsten Lockert | |
1997-03-29 | Switch to genassym.cf. | Jason Downs | |
1997-03-29 | A bit more DAFB initialization. | briggs | |
1997-03-29 | Fix bug that would have prevented PB5xx series from detecting the SONIC. | briggs | |
Bug noticed by Denny Gentry. | |||
1997-03-28 | Use more from m68k/m68k. | briggs | |
1997-03-27 | Oops, used #ifdef, instead of ifdef, by habit. | Niklas Hallqvist | |
1997-03-27 | DOH! Of course genassym.sh should be fed CC not HOSTCC, | Niklas Hallqvist | |
that was the entire meaning of it... shoot me! | |||
1997-03-27 | Be more careful about enabling nubus interrupts. | briggs | |
1997-03-27 | Use P_MD_REGS instead of P_MD + MD_REGS (consistent with hp300) | Niklas Hallqvist | |
1997-03-27 | Use genassym.sh | Niklas Hallqvist | |
1997-03-26 | Add OpenBSD tag. Remove redundant test. | Niklas Hallqvist | |
1997-03-26 | Use MKDEP instead of mkdep. Split STRIP into STRIP & STRIPFLAGS. | Niklas Hallqvist | |
Use HOSTCC for genassym. | |||
1997-03-26 | Add ast, tel and IPSEC | Niklas Hallqvist | |
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 | |