summaryrefslogtreecommitdiffstats
path: root/sys/dev/cp
Commit message (Expand)AuthorAgeFilesLines
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Various bpf(4) related fixes to catch places up to the new bpf(4)jhb2006-12-291-4/+2
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-27/+28
* trim trailing ^Iobrien2005-12-171-17/+17
* Restore if_cp.c 1.27rik2005-09-271-2/+3
* Backout if_cp 1.26, if_ct 1.27, if_cx 1.47 by obrien:rik2005-09-271-809/+810
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-2/+3
* Reorder code to not depend on an ISO-C illegal forward extern declaration.obrien2005-09-071-800/+799
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-6/+6
* Use m_length (m, NULL) instead of m->m_pkthdr.len.rik2005-07-091-1/+1
* Protect from partially initialized channels.rik2005-07-091-0/+2
* Space & alignment nits.rik2005-07-091-5/+4
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-65/+73
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* Use dynamic major number allocation.phk2005-02-271-2/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-064-4/+4
* Bring back ability to use FR support with sppp from Cronyx.rik2004-12-141-1/+1
* Make code MPSAFE.rik2004-12-131-68/+259
* Add support for Tau-PCI-L model - one V.35/RS-232 orrik2004-12-112-717/+719
* Clean up from '#if __FreeBSD_version'.rik2004-12-111-357/+5
* Don not call pp_down()/pp_up() form XX_tlf()/XX_tls() in non PPP moderik2004-12-031-2/+4
* Remove bogus cdevsw frobbing code which tries to prevent doublephk2004-09-231-13/+0
* Fix low level code for Tau-PCI/2E1 and Tau-PCI/4E1 that was broken by previousrik2004-08-161-364/+364
* Update low level code for Cronyx Tau-PCI:rik2004-08-162-743/+1180
* Since if_cp doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* White space cleanup.rik2004-08-131-369/+369
* Slight cosmetic changes.julian2004-07-201-2/+2
* Convert Netgraph to use mbuf tags to pass its meta information around.julian2004-06-251-5/+9
* Use bus_dma* instead of contigmalloc()+vtophys() for RELENG_5.rik2004-06-231-48/+125
* Make code more clean: backout support for 3.x branch.rik2004-06-231-397/+36
* Second half of the dev_t cleanup.phk2004-06-171-2/+2
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-5/+5
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Switch to using C99 sparse initialisers for the type methods array.rik2004-05-291-23/+9
* Use PCI_BAR() rather than PCIR_MAPS.jhb2004-05-241-5/+5
* Add support for Cronyx Tau-PCI adapters.rik2004-05-054-0/+9000
OpenPOWER on IntegriCloud