summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-05-10split le driver, if_name/if_unit -> if_xname/if_softcTheo de Raadt
1996-05-10fix sync scsiTheo de Raadt
1996-05-10if_name/if_unit -> if_xname/if_softcTheo de Raadt
1996-05-10sync with pcidevsTheo de Raadt
1996-05-10+ pcnet-pciTheo de Raadt
1996-05-10map delay portTheo de Raadt
1996-05-10proto changeTheo de Raadt
1996-05-10WDS_MBO_FREE/WDS_MBI_FREE botchTheo de Raadt
1996-05-10proto updatesTheo de Raadt
1996-05-10AHA_MBO_FREE/AHA_MBI_FREE botchTheo de Raadt
1996-05-10rename softcTheo de Raadt
1996-05-10split le driver, add iy driverTheo de Raadt
1996-05-10return an errorTheo de Raadt
1996-05-10SC_DEBUG cleanupTheo de Raadt
1996-05-10if_name/if_unit -> if_xname/if_softcTheo 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-10do 'make links' treat swap*.o just as all the .o files.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-09revert icmp len fix, since i experience 'icmp len'Michael Shalayeff
panics replying to udp.
1996-05-09from is; os9 entriesTheo de Raadt
1996-05-09shift-tab does tab, not some confusing gobbledygookTheo de Raadt
1996-05-09linux & svr4 supportTheo de Raadt
1996-05-09allow config file to override NKPDE (yuck)Theo de Raadt
1996-05-09floppy manpage; netbsd pr#2261; from andrew@wipux2.wifo.uni-mannheim.deTheo de Raadt
1996-05-09Add ISA devicesNiklas Hallqvist
1996-05-09$OpenBSD$ addedNiklas Hallqvist
1996-05-09s/netbsd/bsd/Niklas Hallqvist
1996-05-09Add ISA devices, renumber ipf device, add SCSI scanner device.Niklas Hallqvist
1996-05-09sendmail 8.9.1Niklas Hallqvist
1996-05-09Add lost includeNiklas Hallqvist
1996-05-08install rfork man pageTheo de Raadt
1996-05-08fix panic at reboot.Michael Shalayeff
1996-05-08Clarified warning messages a bitNiklas Hallqvist
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