summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/dev
AgeCommit message (Expand)Author
2001-09-19machine/fbio.h -> dev/sun/fbio.hthorpej
2001-09-05bcopy() -> memcpy(), bzero() -> memset()tsutsui
2001-09-05- bcopy() -> memcpy(), strcpy()tsutsui
2001-09-05Remove register prefixes.tsutsui
2001-08-20precede, not preceed.wiz
2001-08-05use unsigned variable types as appropriatejdolecek
2001-07-22seperate -> separatewiz
2001-07-08Correct various misspellings of 'transfer' and inflected forms.wiz
2001-06-05(locally defined) HZ -> hzthorpej
2001-05-30add missing #include "opt_kgdb.h"lukem
2001-05-30use _KERNEL_OPTmrg
2001-05-28don't abuse cf_unit.chs
2001-05-27don't abuse cf_unit.chs
2001-05-27don't abuse cf_unit.chs
2001-05-02Add `l_poll' to `struct linesw' and provide an xxxpoll() entry pointscw
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2001-03-29use NCR_F_DMASELECT instead of ncr53c9x_dmaselectpetrov
2000-11-15Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach().thorpej
2000-11-03Switch to MI md_root.c. Tested on RAMDISK3X kernel.tsutsui
2000-11-02Adapt to new line discipline scheme.eeh
2000-10-01Move the check for "promisc + unicast + not for us" into ether_input(),thorpej
2000-08-24In fdioctl(), allocate fd_formb dynamically when needed, rather than onnathanw
2000-06-29remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-26remove/move more mach vm header files:mrg
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
2000-06-10Fix printf message on attachment.tsutsui
2000-06-05Have MI ncr53c9x_attach() the 2nd and 3rd arguments for scsipi_adaternisimura
2000-06-04Implement the more flexiable `evcnt' interface as discussed (briefly) oncgd
2000-05-27sleep() -> tsleep()thorpej
2000-05-21Need to provide a consdev to the cons_attach_input call now.eeh
2000-05-19A foolish consistency; most parts of the kernel use bp->b_data, sothorpej
2000-05-19Fix the sparc64 console.eeh
2000-05-16Nuke dk_establish() from orbit except from those ports which still usethorpej
2000-04-07Use separate callouts for motor-on and motor-off. Fixes a conditionthorpej
2000-04-01Typo. (callout_rest -> callout_reset)tsutsui
2000-04-01Fix typo. (s/sc_adapter/sc_link/)tsutsui
2000-03-31Remove declaration of kd_rom_intr(). It is not needed on sun3.tsutsui
2000-03-31Add include <vm/vm.h> and <uvm/uvm_extern.h> fortsutsui
2000-03-25Add a "sc_rev" member to ncr5380_softc and handle CXD1180 quirktsutsui
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-03-19Minimal changes to accomodate the console input channel attachmentpk
2000-03-18Add a ncr5380_attach() routine which does part of the initialization, attachesmycroft
2000-03-13Fix doubled 'the's in comments.soren
2000-03-06- Implement cnbell() -- ring the console bell. The cn_bell entrypointthorpej
2000-02-07Fix a bug in disksort_*() which caused non-optimal ordering when multiplethorpej
2000-01-28Fix part of previous commit.thorpej
2000-01-28BUFQ_* fixes.jdc
2000-01-21Update for sys/buf.h/disksort_*() changes.thorpej
1999-11-22Debugger()/cpu_Debugger() is always available and always defined/prototypedjdolecek
1999-11-03adapt to latest scsipi changesjdolecek