imp
4b319958e7
Start each of the license/copyright comments with /*-, minor shuffle of lines
2005-01-06 01:43:34 +00:00
rik
b9436ee94f
Bring back ability to use FR support with sppp from Cronyx.
2004-12-14 23:13:08 +00:00
rik
4940a86594
Make code MPSAFE.
...
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
2004-12-13 22:07:23 +00:00
rik
e00dca86b9
Add support for Tau-PCI-L model - one V.35/RS-232 or
...
RS-530(449)/X.21 interface.
2004-12-11 22:44:12 +00:00
rik
13a7d25634
Clean up from '#if __FreeBSD_version'.
2004-12-11 05:38:16 +00:00
rik
0dc1d96706
Don not call pp_down()/pp_up() form XX_tlf()/XX_tls() in non PPP mode
...
to privent running of PPP's state machine in non PPP mode.
MFC: after 3 days.
2004-12-03 16:57:15 +00:00
phk
d240df25ed
Remove bogus cdevsw frobbing code which tries to prevent double
...
loading of modules.
MODULE_VERSION() should be used for this I belive.
2004-09-23 12:21:11 +00:00
rik
a09c433cb0
Fix low level code for Tau-PCI/2E1 and Tau-PCI/4E1 that was broken by previous
...
commit.
Pointy hat: rik
2004-08-16 17:28:04 +00:00
rik
9895639752
Update low level code for Cronyx Tau-PCI:
...
1. Add support for Cronyx Tau-PCI/E3 rev.B.
2. Improve model identification and firmware load procedure.
2004-08-16 12:00:07 +00:00
rwatson
0564d2c810
Since if_cp doesn't contain locking or run with INTR_MPSAFE, mark
...
the interface as IFF_NEEDSGIANT so if_start is run holding Giant.
2004-08-13 23:02:17 +00:00
rik
1500156262
White space cleanup.
2004-08-13 12:27:24 +00:00
julian
8c938ed70a
Slight cosmetic changes.
...
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.
2004-07-20 17:15:38 +00:00
julian
dfb6d51195
Convert Netgraph to use mbuf tags to pass its meta information around.
...
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.
2004-06-25 19:22:05 +00:00
rik
7c1f24f113
Use bus_dma* instead of contigmalloc()+vtophys() for RELENG_5.
2004-06-23 18:13:10 +00:00
rik
7de2955c80
Make code more clean: backout support for 3.x branch.
2004-06-23 11:23:54 +00:00
phk
40dd98a3bd
Second half of the dev_t cleanup.
...
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.
2004-06-17 17:16:53 +00:00
phk
dfd1f7fd50
Do the dreaded s/dev_t/struct cdev */
...
Bump __FreeBSD_version accordingly.
2004-06-16 09:47:26 +00:00
phk
9d102d7d5a
Add missing <sys/module.h> includes
2004-05-30 20:08:47 +00:00
rik
1bc72344a4
Switch to using C99 sparse initialisers for the type methods array.
...
Requested by: harti
MFC after: 1 week
2004-05-29 13:17:28 +00:00
jhb
f3d19bd9b6
Use PCI_BAR() rather than PCIR_MAPS.
...
Noticed by: phk
2004-05-24 19:39:56 +00:00
rik
64d28cde3b
Add support for Cronyx Tau-PCI adapters.
...
Note: cpddk.c is in obfuscated form (discussed with core@).
As always, driver will be connected to the build a bit
later after some extra testings.
2004-05-05 16:11:45 +00:00