summaryrefslogtreecommitdiffstats
path: root/sys/dev/ctau
Commit message (Collapse)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-0610-10/+10
|
* Make code MPSAFE.rik2004-12-131-47/+213
| | | | | | | | You could turn this off by debug.mpsafenet=0 for full network stack or via debug.{cp|cx|ctau}.mpsafenet for cp(4), cx(4) and ctau(4) accordingly. MFC after: 10 days
* Clean up from '#if __FreeBSD_version'.rik2004-12-101-320/+5
|
* Don not call pp_down()/pp_up() form XX_tlf()/XX_tls() in non PPP moderik2004-12-031-2/+4
| | | | | | to privent running of PPP's state machine in non PPP mode. MFC: after 3 days.
* Remove bogus cdevsw frobbing code which tries to prevent doublephk2004-09-231-13/+0
| | | | | | loading of modules. MODULE_VERSION() should be used for this I belive.
* Make code ready to switch debug.mpsafenet to 1 since I've not able torik2004-08-271-1/+2
| | | | commit MPSAFE code for now it is just IFF_NEEDSGIANT.
* Fix resource check while autodetection.rik2004-08-131-6/+6
|
* White space cleanup.rik2004-08-131-225/+225
|
* Slight cosmetic changes.julian2004-07-201-2/+2
| | | | | | | | | Also introduce a macro to be called by persistent nodes to signal their persistence during shutdown to hide this mechanism from the node author. Make node flags have a consistent style in naming. Document the change.
* Convert Netgraph to use mbuf tags to pass its meta information around.julian2004-06-251-5/+9
| | | | | | | | Thanks to Sam for importing tags in a way that allowed this to be done. Submitted by: Gleb Smirnoff <glebius@cell.sick.ru> Also allow the sr and ar drivers to create netgraph versions of their modules. Document the change to the ksocket node.
* Use bus_dma* instead of contigmalloc()+vtophys() for RELENG_5.rik2004-06-231-30/+123
|
* Make code more clean: backout support for 3.x branch.rik2004-06-231-450/+27
|
* Second half of the dev_t cleanup.phk2004-06-171-2/+2
| | | | | | | | | | | The big lines are: NODEV -> NULL NOUDEV -> NODEV udev_t -> dev_t udev2dev() -> findcdev() Various minor adjustments including handling of userland access to kernel space struct cdev etc.
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-5/+5
| | | | Bump __FreeBSD_version accordingly.
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
|
* Switch to using C99 sparse initialisers for the type methods array.rik2004-05-291-22/+9
| | | | | | Requested by: harti MFC after: 1 week
* Use better way of closing fr support before current sppp get it.rik2004-05-071-7/+12
|
* Sync with RELENG_4rik2004-05-071-2/+2
|
* Nursemaid: Fix tinderbox builds by removing the shadowing of the globalbms2004-03-041-7/+7
| | | | preprocessor macro DEBUG. DEBUG() -> CTAU_DEBUG().
* 1. Renames NCT constant to NCTAU. This will help while MFC to 4 branch.rik2004-03-021-25/+40
| | | | | | | 2. Fix compilation and panic while system boot problem after makedev was changed to unde2dev. Approved by: imp (mentor)
* Add support for Cronyx-Tau. For now I added only Tau-ISA files, system filesrik2004-02-2314-0/+13023
would be changed in next patches, after extra verifications. Approved by: imp (mentor)
OpenPOWER on IntegriCloud