summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rrunner.c
AgeCommit message (Expand)Author
2002-02-14allow writing to write-only mappings. fixes PR 3493.chs
2002-01-12Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui
2001-11-13add/cleanup RCSIDlukem
2001-07-19Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places.thorpej
2001-07-07bzero -> memsetthorpej
2001-07-07bcopy -> memcpy, strcpythorpej
2001-06-19`response', not `responce'wiz
2001-06-19`accessible' only has one `a'.wiz
2001-03-15eliminate the KERN_* error codes in favor of the traditional E* codes.chs
2000-12-14ALTQ'ify.thorpej
2000-12-12Adapt to bpfattach() changes, and further centralize the bpfattach()thorpej
2000-07-06Use device_lookup().thorpej
2000-06-28remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
2000-06-08nuke bogus use of s = spl0() / splx(s). reviewed by Jason Thorpe.cgd
2000-03-30Remove register declarations.augustss
2000-01-21Update for sys/buf.h/disksort_*() changes.thorpej
1999-06-20Fix tyop.thorpej
1999-06-17Make uvm_vslock() return the error code from uvm_fault_wire(). All placesthorpej
1999-05-26Pass the appropriate access type for uvm_vslock() based on the FP operation:thorpej
1999-05-18Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()thorpej
1999-03-24completely remove Mach VM support. all that is left is the all themrg
1999-01-08Fix more `void *' arithmetic.augustss
1998-11-20Changes to support a HIPPI Framing Protocol device, which allows rawkml
1998-07-07Never, ever, ever, ever include "assym.h" in C source file.thorpej
1998-07-05defopt NS, NSIP.jonathan
1998-07-05defopt INET, NETATALK.jonathan
1998-06-08Make this build w/ EGCS.thorpej
1998-05-17Correct copyright date.kml
1998-05-14Driver for Essential Communications' RoadRunner HIPPI (800 Mb/sec network)kml