Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-05-16 | sync with sun3 port. | chuck | |
major reorg. & cleanup. new SRT that works with bugcrt. common parse_arg. | |||
1996-05-16 | R.I.P. old stuff. | chuck | |
1996-05-16 | reorg & cleanup. add in some stuff so we can remove libsa/promcons.c. | chuck | |
1996-05-16 | add netboot stuff and cputyp stuff to bugcrt. also add bugexec(). | chuck | |
1996-05-16 | adjust subdirs for new stuff | chuck | |
1996-05-16 | add two more defines for the way the bug "NBO" command passes in args | chuck | |
add network boot and cputyp to bugargs (for new bootblocks) | |||
1996-05-15 | add all the possible SCSI device types to the GENERIC configs. | Michael Shalayeff | |
1996-05-15 | Some cc flags given to cpp, not nice... | Per Fogelstrom | |
1996-05-15 | Catchup of interface changes + prototyping. | Per Fogelstrom | |
1996-05-14 | fix NetBSD PR#1176. | Michael Shalayeff | |
add description for PORTAL option. | |||
1996-05-14 | fix NetBSD PR#1136. | Michael Shalayeff | |
1996-05-13 | This file no longer used. | Per Fogelstrom | |
1996-05-13 | From NetBSD PR#1133: | Michael Shalayeff | |
add '?' to list available files at boot. | |||
1996-05-10 | machine@ | Theo de Raadt | |
1996-05-10 | machine@; use -fomit-frame-pointer otherwise a bugarg in a6 gets trashed | Theo de Raadt | |
1996-05-10 | clean better | Theo de Raadt | |
1996-05-10 | m88k & m68k capable bugcrt by chuck | Theo de Raadt | |
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 | simple cleanup | Theo de Raadt | |
1996-05-10 | proto fillw | Theo de Raadt | |
1996-05-10 | decl joystick | Theo de Raadt | |
1996-05-10 | update netbsd tag | Theo de Raadt | |
1996-05-10 | fpa fddi card | Theo de Raadt | |
1996-05-10 | le driver split | Theo de Raadt | |
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-10 | remove makelinks, when done. | Michael Shalayeff | |
1996-05-10 | simplify sed rule in 'links', so swap*.c be treated ok. | Michael Shalayeff | |
1996-05-10 | add constants so that we can remove "m68k/m88k" directories from bugcrt. | chuck | |
1996-05-10 | add some documentation | chuck | |
add some predefined constants so that the kernel can generate valid bootblocks without help from 'wrtvid' | |||
1996-05-10 | init more fields so that kernel can generate a valid disklabel without | chuck | |
any help from wrtvid. | |||
1996-05-09 | From NetBSD: | Niklas Hallqvist | |
Make the MI LANCE driver standalone, and use cfattach to resolve naming conflicts between bus attachments on ports that can have multiple instances of the LANCE. | |||
1996-05-09 | From NetBSD: | Niklas Hallqvist | |
Changed struct ifnet to have a pointer to the softc of the underlying device and a printable "external name" (name + unit number), thus eliminating if_name and if_unit. Updated interface to (*if_watchdog)() and (*if_start)() to take a struct ifnet *, rather than a unit number. | |||
1996-05-09 | From NetBSD: | Niklas Hallqvist | |
Changed struct ifnet to have a pointer to the softc of the underlying device and a printable "external name" (name + unit number), thus eliminating if_name and if_unit. Updated interface to (*if_watchdog)() and (*if_start)() to take a struct ifnet *, rather than a unit number. | |||
1996-05-09 | From NetBSD: | Niklas Hallqvist | |
Prototype + -Wall fixes. Clean up a few printf format strings. Added an include for the sunos_sendsig prototype Fix "prototype disagrees about inline" error. | |||
1996-05-09 | From NetBSD: | Niklas Hallqvist | |
Prototype + -Wall fixes. Clean up a few printf format strings. Added an include for the sunos_sendsig prototype Fix "prototype disagrees about inline" error. | |||
1996-05-09 | From NetBSD: | Niklas Hallqvist | |
Update for -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized. Bring back Step9 and fix an oversight from Ken Nakata <kenn@remus.rutgers.edu> | |||
1996-05-09 | Remove bootsync(), use vfs_shutdown() instead | Niklas Hallqvist | |
1996-05-09 | Oops, we need pcicmaster0; also bring INSTOTHER up to date | hvozda | |
1996-05-09 | Add PCMCIA support | hvozda | |
1996-05-09 | shift-tab does tab, not some confusing gobbledygook | Theo de Raadt | |
1996-05-09 | allow config file to override NKPDE (yuck) | Theo de Raadt | |
1996-05-08 | fix panic at reboot. | Michael Shalayeff | |
1996-05-08 | avoid panics at reboot. | Michael Shalayeff | |
1996-05-08 | fix panic at reboot. | Michael Shalayeff | |
1996-05-08 | fix the panic at reboot. | Michael Shalayeff | |
1996-05-08 | don't mix this stuff with mashed potatoes. | Michael Shalayeff | |
avoid panic at reboot. | |||
1996-05-08 | make it compile again (update to machine/disklabel.h) | chuck | |
1996-05-08 | do that another panic fly away. | Michael Shalayeff | |
1996-05-08 | kill the panic at the boot(). | Michael Shalayeff | |