summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/dev
AgeCommit message (Expand)Author
2003-12-10Modify the licences of code written by Theo De Raadt from a 4-clauseagc
2003-09-29available, not avaliable. From miod@openbsd.wiz
2003-09-26TAB/space cleanup.tsutsui
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-15__KERNEL_RCSID()lukem
2003-06-18don't #include <sys/dkstat.h> where it is (appearently) unuseddrochner
2003-05-21Correct a diagnostic printf format specifier.kristerw
2003-05-10Change bounds_check_with_label() to take a pointer to the disk structure,thorpej
2003-05-03DMA, not dma nor Dma.wiz
2003-05-02Change return type of readdisklabel() to const char *dsl
2003-03-30#include "opt_kgdb.h"kristerw
2003-01-28Provide locking required by the interrupt handlers running at IPL_SERIAL.pk
2003-01-20bzero the part of the buffer used to pad the packet tobouyer
2003-01-06interrupt with two rs.wiz
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-12-29Do not try to return a value from void functions.kristerw
2002-11-01implement separate read/write disk statistics:mrg
2002-10-26g/c local offsetof(), it's defined in libkern.hjdolecek
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-10Pass a struct cons_channel * to cc_iclose, not a struct kbd_softc *.martin
2002-10-08fix typo - si_vme, not si_vmwjdolecek
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-03correct range check, have overflow check, fix type mismatches,itojun
2002-07-24Fix a bug from last commit: Look for more work AFTER the current bufhannken
2002-07-23Convert to new device buffer queue interface.hannken
2002-05-30Statements must follow labels.thorpej
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
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