summaryrefslogtreecommitdiff
path: root/sys/dev/cp/if_cp.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvscvs2svn2005-05-071-1/+1
* MFC: -j 1.13 -j 1.17Roman Kurakin2005-02-071-441/+269
* MFC: /*- and my license changes for sys/[a-d]*Warner Losh2005-01-301-1/+1
* Since if_cp doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* White space cleanup.Roman Kurakin2004-08-131-369/+369
* Slight cosmetic changes.Julian Elischer2004-07-201-2/+2
* Convert Netgraph to use mbuf tags to pass its meta information around.Julian Elischer2004-06-251-5/+9
* Use bus_dma* instead of contigmalloc()+vtophys() for RELENG_5.Roman Kurakin2004-06-231-48/+125
* Make code more clean: backout support for 3.x branch.Roman Kurakin2004-06-231-397/+36
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-2/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-5/+5
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Switch to using C99 sparse initialisers for the type methods array.Roman Kurakin2004-05-291-23/+9
* Use PCI_BAR() rather than PCIR_MAPS.John Baldwin2004-05-241-5/+5
* Add support for Cronyx Tau-PCI adapters.Roman Kurakin2004-05-051-0/+2784