summaryrefslogtreecommitdiff
path: root/sys/dev/pci/bktr/bktr_core.c
AgeCommit message (Expand)Author
2021-12-19fix various typos in bktr driver comments.andvar
2020-05-23Move proc_lock into the data segment. It was dynamically allocated becausead
2020-02-23typo in commentskrll
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2012-12-14bt848_format is only defined in a __FreeBSD__ section of bktr_os.c andjoerg
2012-10-27split device_t/softc for all remaining drivers.chs
2011-06-30dependant -> dependentwiz
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2009-03-18bzero -> memsetcegger
2008-04-24Network protocol interrupts can now block on locks, so merge the globalsad
2008-04-10use aprint_*_dev and device_xnamecegger
2008-03-01Welcome to 4.99.55:rmind
2008-01-16Don't assume that sizeof(long) == sizeof(int); makes bktr work on amd64.jmcneill
2008-01-04Start detangling lock.h from intr.h. This is likely to cause short termad
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-03stop attaching when a bus_dma operation fails, instead of using bogusbouyer
2006-08-28remove unreachable code.christos
2005-12-11merge ktrace-lwp.christos
2005-05-30Fix replaco in comment.wiz
2005-05-30- avoid variable shadowingchristos
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-05-03DMA, not dma nor Dma.wiz
2003-04-28Quell a strict-alias warning by applying the same cast to '&target' asfvdl
2003-03-12Merge some more.wiz
2003-03-12Merge first bktr-sf import.wiz
2003-01-10Make this work on big endian platforms (mostly from OpenBSD):mjl
2002-12-25Fix broken programming of VSCALE_HI registers in yuv422_prog.toshii
2002-12-25Consistently use BKTR_GEN_IRQ and BKTR_RESYNC instead of numbers.toshii
2002-12-25Merge FreeBSD rev.1.122:toshii
2002-11-26si_ -> sel_christos
2002-08-28Remove a superfluous interrupt request bit in yuvpack_prog,toshii
2002-05-22bcmp -> memcmp.wiz
2001-11-13add RCSIDslukem
2001-09-28don't depend on other headers to include sys/proc.h for us.chs
2001-09-18Give initiali[sz]e all the "i"s it deserves.wiz
2001-03-03Correct wrong error return in mmap fn.mjl
2001-03-01Fix typo to make this compile even w/ debug defines.mjl
2001-01-18constifyjdolecek
2000-12-30Merge 2.18 to trunk.wiz
2000-10-28Replace remaining vm_offset_t's in NetBSD code by vaddr_t; remove nowwiz
2000-10-28Merge 2.17 changes to trunk.wiz
2000-09-06Cast the argument to vtophys() to vaddr_t.thorpej
2000-09-03Use NetBSD's pcidevs file for vendors/cards as much as possible.wiz