aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cp
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-064-4/+4
* Bring back ability to use FR support with sppp from Cronyx.Roman Kurakin2004-12-141-1/+1
* Make code MPSAFE.Roman Kurakin2004-12-131-68/+259
* Add support for Tau-PCI-L model - one V.35/RS-232 orRoman Kurakin2004-12-112-717/+719
* Clean up from '#if __FreeBSD_version'.Roman Kurakin2004-12-111-357/+5
* Don not call pp_down()/pp_up() form XX_tlf()/XX_tls() in non PPP modeRoman Kurakin2004-12-031-2/+4
* Remove bogus cdevsw frobbing code which tries to prevent doublePoul-Henning Kamp2004-09-231-13/+0
* Fix low level code for Tau-PCI/2E1 and Tau-PCI/4E1 that was broken by previousRoman Kurakin2004-08-161-364/+364
* Update low level code for Cronyx Tau-PCI:Roman Kurakin2004-08-162-743/+1180
* 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-054-0/+9000