summaryrefslogtreecommitdiff
path: root/sys/arch/next68k/dev
AgeCommit message (Expand)Author
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-10-05Minor tweaks to the color framebuffer code -- still don't know what the dealmycroft
2003-10-01Some small cleanup -- make the base,limit values vaddr_t, not char*.mycroft
2003-09-27make gcc3's `deprecated use of label at end of compound statement' go awaycl
2003-07-15__KERNEL_RCSID()lukem
2003-05-03DMA, not dma nor Dma.wiz
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
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-18Merge the nathanw_sa branch.thorpej
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-10-01more trailing \r cleanup; pointed out by wizprovos
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-09-21Force synchronous negotiation off even if the target initiates it, by settingmycroft
2002-09-11Don't blindly receive all multicast packets just because we're on a turbo.mycroft
2002-09-11Remove straggling NEXT_TURBO #ifdefs.mycroft
2002-09-11Attach nextdisplay on the mono turbo.mycroft
2002-09-11Comprehensive patches from Christian Limpach:mycroft
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-07-11Apply patches from Christian Limpach:christos
2002-07-04alloc_attr -> allocattrjunyoung
2002-06-02move initialization of the "struct pglist" returned by uvm_pglistalloc()drochner
2002-05-20Fix race condition between the DMA handler (which gets calledjdolecek
2002-05-20Adapt this to post thorpej-scsipi world.jdolecek
2002-05-18Various whitespace fixes, and turn 'No packet to start' message to DPRINTF().jdolecek
2002-05-18whitespace & formatting fixes, from Christian Limpach in port-next68/16798jdolecek
2002-05-17make kgdb buildable again, g/c next68k/stub.cjdolecek
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-01-21Switch to MI dev/md_root.c for archs which don't have any specialjdolecek
2001-09-16remove unused defines; they duplicate appropriate defines fromjdolecek
2001-09-14fix indentationjdolecek
2001-09-10Update pmap_update to now take the updated pmap as an argument.chris
2001-06-16fix handling of transmit length calculation so we now handle full length xmitsdbj
2001-06-16allow unaligned pointers in bus_dmamap_syncdbj
2001-06-15remove extra args from printfdbj
2001-05-30add missing #include "opt_kgdb.h"lukem
2001-05-28assert that pmap_extract() succeeds.chs
2001-05-26replace vm_page_t with struct vm_page *.chs
2001-05-23fix printf format strings and the call to ncr53c9x_attach() so thatchs
2001-05-13turn on printf format-string checking and -Werror. fix all warnings.chs
2001-04-24Sprinkle pmap_update() calls after calls to:thorpej
2001-04-17increase maxsegs of esp main dma map by one to avoid errordbj
2001-04-16add receive ethernet bpf tapdbj
2001-04-07automatically restart dma for unexpected shutdownsdbj
2001-04-07continue to tweak nextdma detection of xfer lengthdbj
2001-04-05initialize zsaddr to intio address space in zs_attachdbj
2001-04-02No longer clobber the DMACSR_SETENABLE bit in the dma interruptdbj