Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-08-20 | init sc_mem; cleanup | Theo de Raadt | |
1996-06-11 | tty_attach() | Theo de Raadt | |
1996-06-11 | use void * for pa/va instead of caddr_t | Theo de Raadt | |
1996-06-11 | use intr_findvec() | Theo de Raadt | |
1996-06-11 | call am7990_config() | Theo de Raadt | |
1996-05-29 | update for new generic boot | chuck | |
1996-05-27 | import from sun3 | chuck | |
1996-05-10 | Add some code bulletproofing, I have had this around for some time | Dale S. Rahn | |
I actually thought it was checked in. This should stop any extra transmit interupts occuring and a possible crash if another system talks to the tty port before it is completely configured. Also allows debugging when no processes have the port open for writing. If abort is pressed before getty starts. | |||
1996-05-10 | split le driver, if_name/if_unit -> if_xname/if_softc | Theo de Raadt | |
1996-05-10 | fix sync scsi | Theo de Raadt | |
1996-05-07 | delete impossible to reach code, use more defined constants | Theo de Raadt | |
1996-05-06 | correct my interrupt bugs | Theo de Raadt | |
1996-05-06 | fix russian typo | Theo de Raadt | |
1996-05-05 | add general ether_ioctl call in net/if_ethersubr.c, | Michael Shalayeff | |
NS,IPX,X.25 special processing is now handled in there. reflect this amazing addition in all the ether ifaces. ppl, pls check the stuff. | |||
1996-04-28 | wdsc driver hacked from amiga driver by Steve Woodford | Theo de Raadt | |
1996-04-28 | cfattach/cfdriver split; we hate caddr_t | Theo de Raadt | |
1996-04-28 | cfattach/cfdriver split | Theo de Raadt | |
1996-04-28 | add OpenBSD header | Theo de Raadt | |
1996-02-03 | Ensure siop_acb alignment via malloc rather than let alignment depend | chuck | |
on the size of MI data structures that come before it in the softc. Chip will not function properly if alignment is wrong. Detected and fixed by: Chuck Cranor <chuck@ccrc.wustl.edu> and Michael L Hitch <osymh@gemini.oscs.montana.edu> | |||
1995-12-27 | use splnet instead of splimp | Theo de Raadt | |
1995-12-16 | Two changes are made in this checkin. | Dale S. Rahn | |
The first is a change to force the console to stay 8N1, the configuration of the bug/prom during the first open to the device by init. The second is to not enable interupts until the port is opened. Previously receive and CD change interrutps were enabled at config time. If a character arrived before the port was opened for the first time, it would crash the system. | |||
1995-12-01 | we cannot jump into ddb until the interrupt has been acknowledged to the | Theo de Raadt | |
chip. set a flag and defer calling ddb till end of interrupt routine. | |||
1995-12-01 | previous verbosity patch was wrong | Theo de Raadt | |
1995-12-01 | add CONSOLEBREAKDDB support. also be less verbose at boot.. | Theo de Raadt | |
1995-12-01 | fixed ddb, improved fifo handling, new still-not-working dma support | Theo de Raadt | |
from drahn@pacific.urbana.mcd.mot.com | |||
1995-12-01 | for now, assume no flash on 167 (is this true?) | Theo de Raadt | |
1995-11-30 | do not drop into debugger on simple recoverable errors | Theo de Raadt | |
1995-11-19 | in clcninit: we need to use IIOV to convert the physical address of | chuck | |
the console to a virtual address. otherwise we can not print anything because our register pointer is wrong (this is on the 167). | |||
1995-11-17 | add a neat hack for write, but it still does not work | Theo de Raadt | |
1995-11-13 | comment a bit better | Theo de Raadt | |
1995-11-07 | $Id$ throughout | Theo de Raadt | |
update many copyrights | |||
1995-10-29 | fixes from dale | Theo de Raadt | |
1995-10-20 | kill duplicate | Theo de Raadt | |
1995-10-18 | old files | Theo de Raadt | |
1995-10-18 | mvme68k port by me. some parts by dale rahn. | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |