summaryrefslogtreecommitdiff
path: root/sys/dev/cp
AgeCommit message (Expand)Author
2009-02-15Remove debug.cp.mpsafenet: we no longer support running the networkRobert Watson
2008-09-27Replace all calls to minor() with dev2unit().Ed Schouten
2008-06-30Do not set IFF_DEBUG directly from the driver.Roman Kurakin
2007-07-27First in a series of changes to remove the now-unused Giant compatibilityRobert Watson
2007-03-21Don't call bus_deactivate_resource() explicitly before callingYoshihiro Takahashi
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-12-29Various bpf(4) related fixes to catch places up to the new bpf(4)John Baldwin
2006-11-06Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson
2005-12-17trim trailing ^IDavid E. O'Brien
2005-09-27Restore if_cp.c 1.27Roman Kurakin
2005-09-27Backout if_cp 1.26, if_ct 1.27, if_cx 1.47 by obrien:Roman Kurakin
2005-09-19Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh
2005-09-07Reorder code to not depend on an ISO-C illegal forward extern declaration.David E. O'Brien
2005-08-09Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson
2005-07-09Use m_length (m, NULL) instead of m->m_pkthdr.len.Roman Kurakin
2005-07-09Protect from partially initialized channels.Roman Kurakin
2005-07-09Space & alignment nits.Roman Kurakin
2005-06-10Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis
2005-03-05Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh
2005-02-27Use dynamic major number allocation.Poul-Henning Kamp
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-12-14Bring back ability to use FR support with sppp from Cronyx.Roman Kurakin
2004-12-13Make code MPSAFE.Roman Kurakin
2004-12-11Add support for Tau-PCI-L model - one V.35/RS-232 orRoman Kurakin
2004-12-11Clean up from '#if __FreeBSD_version'.Roman Kurakin
2004-12-03Don not call pp_down()/pp_up() form XX_tlf()/XX_tls() in non PPP modeRoman Kurakin
2004-09-23Remove bogus cdevsw frobbing code which tries to prevent doublePoul-Henning Kamp
2004-08-16Fix low level code for Tau-PCI/2E1 and Tau-PCI/4E1 that was broken by previousRoman Kurakin
2004-08-16Update low level code for Cronyx Tau-PCI:Roman Kurakin
2004-08-13Since if_cp doesn't contain locking or run with INTR_MPSAFE, markRobert Watson
2004-08-13White space cleanup.Roman Kurakin
2004-07-20Slight cosmetic changes.Julian Elischer
2004-06-25Convert Netgraph to use mbuf tags to pass its meta information around.Julian Elischer
2004-06-23Use bus_dma* instead of contigmalloc()+vtophys() for RELENG_5.Roman Kurakin
2004-06-23Make code more clean: backout support for 3.x branch.Roman Kurakin
2004-06-17Second half of the dev_t cleanup.Poul-Henning Kamp
2004-06-16Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp
2004-05-30Add missing <sys/module.h> includesPoul-Henning Kamp
2004-05-29Switch to using C99 sparse initialisers for the type methods array.Roman Kurakin
2004-05-24Use PCI_BAR() rather than PCIR_MAPS.John Baldwin
2004-05-05Add support for Cronyx Tau-PCI adapters.Roman Kurakin