Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-09 | Added kernel support for user debugging. Fixed file ID's | Steve Murphree | |
1999-02-08 | Fix cua device to not block on open. | Jim Rees | |
Turn off chip (and dtr) on interrupted open. | |||
1999-02-08 | PCI_PRODUCT_CONTAQ_SIO -> PCI_PRODUCT_CONTAQ_82C693 | Todd C. Miller | |
1999-02-08 | In alpha_shared_intr_stray(), if intr_maxstrays is 0 just return (NetBSD) | Todd C. Miller | |
1999-02-08 | match be & qe as part of the bootpath | Jason Wright | |
1999-02-08 | Because of BROKEN_PROM braindamage we need to allow an interupt | Todd C. Miller | |
initialized (but not registered) as IST_LEVEL be assigned IST_EDGE. | |||
1999-02-07 | implement sparc atomic lock with LDSTUB | David Leonard | |
1999-02-07 | missign extern cpu_hzticks | Michael Shalayeff | |
1999-02-06 | match qfe's as hme's | Jason Wright | |
1999-02-04 | implement __weak_alias macro in ECOFF case too | Niklas Hallqvist | |
1999-02-04 | Reflect reality | Niklas Hallqvist | |
1999-02-04 | Deterministic register initalization on process startup | Niklas Hallqvist | |
1999-02-04 | Code clean up, misc fixes | Jason Wright | |
1999-02-02 | add struct mbuf | Michael Shalayeff | |
1999-02-01 | fix several typos | Michael Shalayeff | |
1999-02-01 | ignore GECKO | Michael Shalayeff | |
1999-02-01 | Set fifo tresholds | Per Fogelstrom | |
1999-02-01 | modem signal fixups | Jason Wright | |
1999-02-01 | missed in spif driver addition; spotted by fries | Jason Wright | |
1999-02-01 | add support for spif & magma | Jason Wright | |
1999-02-01 | driver for the 8 serial 1 parallel SUNW,spif board: | Jason Wright | |
o heavily based on magma driver o no support for the parallel port yet | |||
1999-01-31 | Typo in comment | Jason Wright | |
1999-01-31 | Fix clobbers so that GENERIC may compile with egcs. | Marc Espie | |
Historically, the documentation of extended asm was lacking, namely you should NOT specify the same register as an input, and a clobber. If the register is clobbered, it should be specified as an output as well, e.g., by linking input and output through the "number" notation. (Beware of lvalues, some local variables needed...) In older versions, up-to egcs1.1.1, the compiler did not even warn about it, but it was liable to output bad code. Newer egcs are pickier and simply refuse to swallow such code. | |||
1999-01-30 | Remove various kludges I did to get rpc44 working. | imp | |
o Use #define for addresses on Deskstation rPC44 o Attempt to support X on rpc44, it appears to kinda work, but hangs sometimes. | |||
1999-01-27 | Protect against multiple includes and regularize cpp symbols used | imp | |
1999-01-27 | Protect against multiple includes so that arc (and pmax too) make build | imp | |
works again. | |||
1999-01-26 | change header protection define name | David Leonard | |
1999-01-26 | pmax is also mips based | imp | |
1999-01-26 | Arc is mips based, not m68k based | imp | |
1999-01-25 | call diskless kernel "bsd" so it would be loaded even we have | Michael Shalayeff | |
problems w/ kbd on PDC console device. remove neva-gonna-b-there stuff from conf.c some improvements to srt0.S code, use constants defined in machine/ files. | |||
1999-01-25 | mask one more debug printf out | Michael Shalayeff | |
1999-01-25 | shut up gcc | Michael Shalayeff | |
1999-01-24 | The E801 probe has several problems. Disable for now. | Niklas Hallqvist | |
1999-01-24 | applied s/then/than/ from krw@tcn.net; even better grammar now | Michael Shalayeff | |
1999-01-23 | Fixes to update to that the powerpc port builds again. | Dale S. Rahn | |
These change were necessary due to the following changes: The change/import of the "generic" isa/pcppi driver. The powerpc port currently has it's own copy of that driver. The two versions need to be merged. The parameter changes to cpu_set_kpc. The powerpc change was not quite correct. | |||
1999-01-21 | Remove remnicients of old pcmcia code, allow both pccom & com at pcmcia | Niklas Hallqvist | |
work again | |||
1999-01-21 | Fix my com/pccom thinko | Niklas Hallqvist | |
1999-01-21 | just include <mips/spinlock.h> so <machine/spinlock.h> works for libc_r | Todd C. Miller | |
1999-01-21 | just include <m68k/spinlock.h> so <machine/spinlock.h> works for libc_r | Todd C. Miller | |
1999-01-21 | doh, wrong dir | Todd C. Miller | |
1999-01-21 | libc_r includes machine/spinlock.h so create a dummy that just includes ↵ | Todd C. Miller | |
m68k/spinlock.h | |||
1999-01-20 | s/MAX_PID/HPPA_MAX_PID/g | Michael Shalayeff | |
1999-01-20 | yes, some more | Michael Shalayeff | |
1999-01-20 | cleanup some rudimentaries | Michael Shalayeff | |
1999-01-20 | pccom is i386 only, com can be attached from mi-land though | Niklas Hallqvist | |
1999-01-20 | Yep, our pcmcia framework works on amigas too :-) | Niklas Hallqvist | |
I also added aic and ep, although they are untested. | |||
1999-01-20 | Add dummy versions of bus_space_{alloc,free} | Niklas Hallqvist | |
1999-01-20 | setregs does not reset stack anymore | Niklas Hallqvist | |
1999-01-20 | Clear regs on process startup; from NetBSD | Niklas Hallqvist | |
1999-01-20 | Remove stack reset that was incompatible with kthread rfork use | Niklas Hallqvist | |