siba.4 (8fcbcc2d7435d069fa203edfc910c518cd1c6a2f) siba.4 (05ed3f9063415c85e3d15f11904bac28e285e9f9)
1.\" Copyright (c) 2010 Weongyo Jeong
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 17 unchanged lines hidden (view full) ---

26.\"
27.Dd September 13, 2017
28.Dt SIBA 4
29.Os
30.Sh NAME
31.Nm siba
32.Nd Sonic Inc. Silicon Backplane driver
33.Sh SYNOPSIS
1.\" Copyright (c) 2010 Weongyo Jeong
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 17 unchanged lines hidden (view full) ---

26.\"
27.Dd September 13, 2017
28.Dt SIBA 4
29.Os
30.Sh NAME
31.Nm siba
32.Nd Sonic Inc. Silicon Backplane driver
33.Sh SYNOPSIS
34To compile this driver into the kernel,
35place the following lines in your kernel configuration file:
34To compile this driver into the kernel, add the following lines to the
35kernel configuration file:
36.Bd -ragged -offset indent
37.Cd "device bhnd"
38.Cd "device siba"
39.Ed
40.Pp
36.Bd -ragged -offset indent
37.Cd "device bhnd"
38.Cd "device siba"
39.Ed
40.Pp
41Alternatively, to load the driver as a module at boot time,
42place the following line in
41To load the driver as a module at boot, add this line to
43.Xr loader.conf 5 :
44.Bd -literal -offset indent
45siba_load="YES"
46.Ed
47.Sh DESCRIPTION
48The
49.Nm
50driver provides

--- 12 unchanged lines hidden (view full) ---

63requests onto the system backplane and a target agent that returns
64responses to those requests.
65Not all cores contain both an initiator and a target agent.
66Initiator agents are present in cores that contain
67host interfaces (PCI, PCMCIA), embedded processors (MIPS),
68or DMA processors associated with communications cores.
69.Sh SEE ALSO
70.Xr bcma 4 ,
42.Xr loader.conf 5 :
43.Bd -literal -offset indent
44siba_load="YES"
45.Ed
46.Sh DESCRIPTION
47The
48.Nm
49driver provides

--- 12 unchanged lines hidden (view full) ---

62requests onto the system backplane and a target agent that returns
63responses to those requests.
64Not all cores contain both an initiator and a target agent.
65Initiator agents are present in cores that contain
66host interfaces (PCI, PCMCIA), embedded processors (MIPS),
67or DMA processors associated with communications cores.
68.Sh SEE ALSO
69.Xr bcma 4 ,
71.Xr bhnd 4
70.Xr bhnd 4 ,
71.Xr intro 4
72.Sh HISTORY
73The
74.Nm
75device driver first appeared in
76.Fx 8.0 .
77The driver was rewritten for
78.Fx 11.0
79to support the common Broadcom

--- 14 unchanged lines hidden ---
72.Sh HISTORY
73The
74.Nm
75device driver first appeared in
76.Fx 8.0 .
77The driver was rewritten for
78.Fx 11.0
79to support the common Broadcom

--- 14 unchanged lines hidden ---