Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-25 | fix dmesg print | Theo de Raadt | |
2000-01-25 | Added support for MVME328 SCSI VME board. | Steve Murphree | |
2000-01-24 | Fixed bug in disksubr.c relating to disklabels. Added MVME376 support to ↵ | Steve Murphree | |
le. Made installboot insert M68K for volume ID, not M88K. Correctly documented installboot. | |||
2000-01-06 | Added support for MVME177 (mc68060) | Steve Murphree | |
1999-10-04 | Fixed garbled dmesg. | Steve Murphree | |
1999-09-27 | This gets us to 2.6... | Steve Murphree | |
1999-09-27 | Addition of 32bit if_ie | Steve Murphree | |
1999-03-03 | rework check_eh() so that it is bridge aware | Jason Wright | |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1998-09-16 | o if_media'fied am7990 | Jason Wright | |
o if_media'fied sun4m le. | |||
1998-07-19 | do not force single if rd root | Theo de Raadt | |
1998-01-19 | Cleanup output for probed VME devices. | etheisen | |
1997-11-24 | partially apply that dk_* pr | Michael Shalayeff | |
1997-11-20 | 177 boards have 128k SRAM. | etheisen | |
1997-08-08 | Initialize hwreset. | Jason Downs | |
1997-07-27 | time_t is not long | Theo de Raadt | |
1997-04-02 | add off-level character recieve. | Dale S. Rahn | |
improve transmission when CTS goes low (like on a modem) | |||
1997-02-22 | sends and receives and illustrates that the vme board has interrupt vector bugs | Theo de Raadt | |
1997-02-22 | add register bit defines | Theo de Raadt | |
1997-02-11 | ok, transmit on port 0 works... | Theo de Raadt | |
1997-02-05 | correct boottime messages | Theo de Raadt | |
1997-01-28 | use scsiprint | Theo de Raadt | |
1996-12-24 | nearly working driver for wglen serial card | Theo de Raadt | |
1996-12-24 | for the moment, yammer a bit more | Theo de Raadt | |
1996-12-11 | correct master decoded logic; i have mapped a vmes device successfully now | Theo de Raadt | |
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey | |
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 | |