summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1996-05-10machine@Theo de Raadt
1996-05-10machine@; use -fomit-frame-pointer otherwise a bugarg in a6 gets trashedTheo de Raadt
1996-05-10clean betterTheo de Raadt
1996-05-10m88k & m68k capable bugcrt by chuckTheo de Raadt
1996-05-10Add some code bulletproofing, I have had this around for some timeDale 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-10simple cleanupTheo de Raadt
1996-05-10proto fillwTheo de Raadt
1996-05-10decl joystickTheo de Raadt
1996-05-10update netbsd tagTheo de Raadt
1996-05-10fpa fddi cardTheo de Raadt
1996-05-10le driver splitTheo de Raadt
1996-05-10split le driver, if_name/if_unit -> if_xname/if_softcTheo de Raadt
1996-05-10fix sync scsiTheo de Raadt
1996-05-10remove makelinks, when done.Michael Shalayeff
1996-05-10simplify sed rule in 'links', so swap*.c be treated ok.Michael Shalayeff
1996-05-10add constants so that we can remove "m68k/m88k" directories from bugcrt.chuck
1996-05-10add some documentationchuck
add some predefined constants so that the kernel can generate valid bootblocks without help from 'wrtvid'
1996-05-10init more fields so that kernel can generate a valid disklabel withoutchuck
any help from wrtvid.
1996-05-09From 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-09From 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-09From 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-09From 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-09From 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-09From 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-09Remove bootsync(), use vfs_shutdown() insteadNiklas Hallqvist
1996-05-09Oops, we need pcicmaster0; also bring INSTOTHER up to datehvozda
1996-05-09Add PCMCIA supporthvozda
1996-05-09shift-tab does tab, not some confusing gobbledygookTheo de Raadt
1996-05-09allow config file to override NKPDE (yuck)Theo de Raadt
1996-05-08fix panic at reboot.Michael Shalayeff
1996-05-08avoid panics at reboot.Michael Shalayeff
1996-05-08fix panic at reboot.Michael Shalayeff
1996-05-08fix the panic at reboot.Michael Shalayeff
1996-05-08don't mix this stuff with mashed potatoes.Michael Shalayeff
avoid panic at reboot.
1996-05-08make it compile again (update to machine/disklabel.h)chuck
1996-05-08do that another panic fly away.Michael Shalayeff
1996-05-08kill the panic at the boot().Michael Shalayeff
1996-05-08fix the panic at reboot.Michael Shalayeff
1996-05-08fix the panic on reboot.Michael Shalayeff
1996-05-08fix reboot panic.Michael Shalayeff
1996-05-08fix reboot panic.Michael Shalayeff
1996-05-07From NetBSD:Niklas Hallqvist
Make this compile. Fixes PR#2047
1996-05-07you cannot use u_intXX_t everywhereTheo de Raadt
1996-05-07away, awayTheo de Raadt
1996-05-07from NetBSD PR#2124(port-i386):Michael Shalayeff
Juergen Hannken-Illjes: core dump after panic does not work. fill curproc w/ some reasonable (struct proc *) pointer.
1996-05-07s/netbsd/bsd/Niklas Hallqvist
1996-05-07fix that fillw's stuff again.Michael Shalayeff
1996-05-07fillw is in machine/cpu.h now.Michael Shalayeff
1996-05-07add network dependencies.Michael Shalayeff
1996-05-07idea by chuck to make libbug MITheo de Raadt