freebsd-skq/sys/modules
John Baldwin d72a078647 Update the ipmi(4) driver:
- Split out the communication protocols into their own files and use
  a couple of function pointers in the softc that the commuication
  protocols setup in their own attach routine.
- Add support for the SSIF interface (talking to IPMI over SMBus).
- Add an ACPI attachment.
- Add a PCI attachment that attaches to devices with the IPMI interface
  subclass.
- Split the ISA attachment out into its own file: ipmi_isa.c.
- Change the code to probe the SMBIOS table for an IPMI entry to just use
  pmap_mapbios() to map the table in rather than trying to setup a fake
  resource on an isa device and then activating the resource to map in the
  table.
- Make bus attachments leaner by adding attach functions for each
  communication interface (ipmi_kcs_attach(), ipmi_smic_attach(), etc.)
  that setup per-interface data.
- Formalize the model used by the driver to handle requests by adding an
  explicit struct ipmi_request object that holds the state of a given
  request and reply for the entire lifetime of the request.  By bundling
  the request into an object, it is easier to add retry logic to the various
  communication backends (as well as eventually support BT mode which uses
  a slightly different message format than KCS, SMIC, and SSIF).
- Add a per-softc lock and remove D_NEEDGIANT as the driver is now MPSAFE.
- Add 32-bit compatibility ioctl shims so you can use a 32-bit ipmitool
  on FreeBSD/amd64.
- Add ipmi(4) to i386 and amd64 NOTES.

Submitted by:	ambrisko (large portions of 2 and 3)
Sponsored by:	IronPort Systems, Yahoo!
MFC after:	6 days
2006-09-22 22:11:29 +00:00
..
3dfx Take the functionality contained in the former "options TDFX_LINUX" 2006-03-03 21:37:38 +00:00
3dfx_linux Take the functionality contained in the former "options TDFX_LINUX" 2006-03-03 21:37:38 +00:00
aac
accf_data
accf_http
acpi Dike out WARNS from kernel module makefiles. Kernels and modules 2006-05-30 09:38:54 +00:00
agp Include agp_i810.c in amd64 AGP builds to get support for the Intel 915 Express 2006-09-05 16:55:13 +00:00
aha Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
ahb Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
aic
aic7xxx
aio
amd
amr Tie the amr_linux module into the build for i386 & amd64 2006-01-25 18:11:59 +00:00
an Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
aout
apm
ar Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
arcmsr
arcnet INET doesn't belong to opt_inet6.h: INET6 belongs to it. 2006-02-07 18:13:56 +00:00
arl Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
asr Remove Alpha remnants. 2006-07-27 19:12:49 +00:00
ata Remove debug flag. 2006-03-11 08:42:08 +00:00
ath o move ath hal os glue code from the hal to the driver: this code was 2006-09-18 16:49:15 +00:00
ath_hal o move ath hal os glue code from the hal to the driver: this code was 2006-09-18 16:49:15 +00:00
ath_rate_amrr fixup build after move of ah_osdep.? 2006-09-18 16:50:59 +00:00
ath_rate_onoe o move ath hal os glue code from the hal to the driver: this code was 2006-09-18 16:49:15 +00:00
ath_rate_sample o move ath hal os glue code from the hal to the driver: this code was 2006-09-18 16:49:15 +00:00
aue Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
auxio
awi Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
axe Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
bce Add a driver for the Broadcom NetXtreme II (BCM5706/BCM5708) 2006-04-10 19:55:23 +00:00
bfe Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
bge Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
bios
bktr Housekeeping. Update for maintainers who have handed in their commit bits 2006-07-01 10:51:55 +00:00
bridgestp Add bridgestp as a seperate module. 2006-07-26 22:07:39 +00:00
cam Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
canbepm
canbus
cardbus Implement /dev/cardbus%d.cis, same thing as /dev/pccard%d.cis. There 2005-12-29 01:43:47 +00:00
cbb
cd9660
cd9660_iconv
cdce Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
ce NO_MAN is not needed here. 2006-03-16 15:18:17 +00:00
ciss
cm
coda
coda5 CODA_COMPAT_5 may not be defined unconditionally in the coda5 module. 2006-02-27 12:04:13 +00:00
coff
cp NO_MAN is not needed here. 2006-03-16 15:18:17 +00:00
cpufreq Dike out WARNS from kernel module makefiles. Kernels and modules 2006-05-30 09:38:54 +00:00
crypto This patch fixes a problem, which exists if you have IPSEC in your kernel 2006-02-27 16:56:22 +00:00
cryptodev
cs
ctau Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
cue Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
cx Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
dc Move dc sources from pci to dev/dc. 2005-10-18 06:11:08 +00:00
dcons Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
dcons_crom
de Move de from pci to dev/de 2006-02-26 17:51:22 +00:00
digi Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
dpt
drm Merge DRM CVS as of 2005-12-02, adding i915 DRM support thanks to Alexey Popov, 2005-12-03 01:23:50 +00:00
dummynet Reimplementation of world/kernel build options. For details, see: 2006-03-17 18:54:44 +00:00
ed Add if_ed_rtl80x9.c 2005-10-05 05:26:03 +00:00
elink
em Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
en Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
ep Minor reorg to keep each bus' files on one line 2005-07-13 14:53:59 +00:00
esp
ex
exca
ext2fs
fatm Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
fdc Dike out WARNS from kernel module makefiles. Kernels and modules 2006-05-30 09:38:54 +00:00
fdescfs
fe
firewire Style: Remove blank lines before EOF. 2006-02-18 23:49:28 +00:00
firmware firmware(9) is a subsystem to load binary data into the kernel via a 2006-01-29 02:52:42 +00:00
fxp Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
gem
geom Don't expect that 'device random' will compile in those files into the 2006-06-09 17:36:50 +00:00
harp
hatm Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
hfa
hifn Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
hme
hpfs
hptmv Import new version of the HPTMV driver from Highpoint. The major change 2005-09-07 23:33:26 +00:00
hwpmc Remove Alpha remnants. 2006-07-27 19:12:49 +00:00
i2c Drivers for AMD-8111 and NVIDIA nForce2/3/4 SMBus 2.0 controllers. 2005-12-21 15:49:51 +00:00
ibcs2
ichwd
ida
idt
ie
if_bridge bridgestp is now a seperate module. 2006-07-26 22:15:15 +00:00
if_disc Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
if_ef Don't use touch when what is really meant is :> (create an empty file, or 2006-08-14 13:28:53 +00:00
if_faith Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
if_gif Reimplementation of world/kernel build options. For details, see: 2006-03-17 18:54:44 +00:00
if_gre Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
if_ndis Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
if_ppp Don't use touch when what is really meant is :> (create an empty file, or 2006-08-14 13:28:53 +00:00
if_sl Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
if_stf Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
if_tap Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
if_tun Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
if_vlan Fix standalone module build. 2006-02-17 10:52:59 +00:00
iir
io
ip_mroute_mod Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
ipdivert
ipfilter Reimplementation of world/kernel build options. For details, see: 2006-03-17 18:54:44 +00:00
ipfw Introduce a new entry point, mac_create_mbuf_from_firewall. This entry point 2006-09-12 04:25:13 +00:00
ipmi Update the ipmi(4) driver: 2006-09-22 22:11:29 +00:00
ips
ipw Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
isp
ispfw Add 2400 f/w support. 2006-08-26 18:40:25 +00:00
iwi remove depedancy with vnode_if.h. 2006-03-12 19:06:06 +00:00
ixgb Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
joy
kbdmux Provide ability to disable kbdmux(4) with the hint.kbdmux.0.disabled="1" hint. 2006-03-01 18:34:48 +00:00
kue Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
le - Add C-bus and ISA front-ends for le(4) so it can actually replace 2006-05-17 21:25:23 +00:00
lge Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
libalias
libiconv
libmbpool
libmchain
linprocfs - Add the new files to the linux module. 2006-08-15 13:01:36 +00:00
linsysfs - Add the new files to the linux module. 2006-08-15 13:01:36 +00:00
linux - Add the new files to the linux module. 2006-08-15 13:01:36 +00:00
lmc - Don't include opt_global.h, it is always included implicitly. 2005-10-05 10:07:27 +00:00
lpt
mac_biba
mac_bsdextended
mac_ifoff
mac_lomac
mac_mls
mac_none
mac_partition
mac_portacl
mac_seeotheruids
mac_stub
mac_test
mcd
md Rename GEOM class kernel module g_md.ko to geom_md.ko for consistency 2005-11-11 11:31:23 +00:00
mem
mfi Remove cruft. 2006-05-29 18:05:26 +00:00
mii Connect gentbi, ip1000phy to the build. 2006-07-25 00:20:11 +00:00
mlx
mly
mpt Update for the new and removed MPT driver files. 2005-07-10 15:07:57 +00:00
mqueue Change filesystem name from mqueue to mqueuefs for style consistent. 2005-11-27 08:30:12 +00:00
msdosfs
msdosfs_iconv
mse
mxge - Complete the myri10ge -> mxge name change by doing a mechanical 2006-06-13 13:53:52 +00:00
my
ncp
ncv Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
ndis Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
netgraph Don't use touch when what is really meant is :> (create an empty file, or 2006-08-14 13:28:53 +00:00
nfe Add a pure open source nForce Ethernet driver, under BSDL. 2006-06-26 23:41:07 +00:00
nfs4client Style: Remove blank lines before EOF. 2006-02-18 23:49:28 +00:00
nfsclient Style: Remove blank lines before EOF. 2006-02-18 23:49:28 +00:00
nfsserver Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
nge Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
nmdm Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
nsp Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
ntfs
ntfs_iconv
nullfs
nve
nwfs opt_vmpage.h is no longer needed here because it is not included by 2006-01-26 19:21:27 +00:00
oltr
padlock Implement support for HMAC/SHA1 and HMAC/SHA256 acceleration found in 2006-07-22 16:18:47 +00:00
patm Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
pccard Add pccard_device.c 2005-09-20 06:48:55 +00:00
pcfclock
pcn Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
pecoff
pf Introduce a new entry point, mac_create_mbuf_from_firewall. This entry point 2006-09-12 04:25:13 +00:00
pflog Reimplementation of world/kernel build options. For details, see: 2006-03-17 18:54:44 +00:00
plip
pmc
portalfs
powermac_nvram Add device to access and modify Open Firmware NVRAM settings in 2006-08-01 22:19:01 +00:00
ppbus
ppc Make this usable for all platforms. 2006-06-18 05:04:42 +00:00
ppi
pps
procfs Define the target for opt_compat.h only if KERNBUILDDIR 2005-08-18 14:50:08 +00:00
pseudofs
pst
puc Rewrite of puc(4). Significant changes are: 2006-04-28 21:21:53 +00:00
ral Add support for the second (RT2561/RT2561S) and third (RT2661 MIMO XR) 2006-03-05 20:38:55 +00:00
random
ray
rc Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
rc4
re Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
reiserfs
rl Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
rndtest
rp Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
rr232x Remove hand-rolled cross-build glue. Normal cross-build infrastructure 2006-05-05 14:26:28 +00:00
rue Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
s3
safe Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
sbni
sbsh
scc Build the scc(4) module with EBus and SBus attachments for sparc64 2006-04-01 04:54:47 +00:00
scd
scsi_low
sem
sf Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
sio Rewrite of puc(4). Significant changes are: 2006-04-28 21:21:53 +00:00
sis Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
sk The sk(4) driver has moved to /sys/dev/sk 2006-04-27 00:14:02 +00:00
slhci Add SL811 based host controller driver for CF usb host controller. 2005-07-14 15:57:01 +00:00
smbfs Retire NETSMBCRYPTO as a kernel option and make its functionality 2006-03-05 22:52:17 +00:00
sn
snc Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
snp Fix the module build for snp(4). 2005-09-19 10:14:05 +00:00
sound If building the module as part of the kernel build, determine 2006-09-04 07:40:53 +00:00
speaker Add /dev/speaker support to amd64. 2005-11-11 09:57:32 +00:00
splash
sppp Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
sr Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
ste Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
stg Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
stge Hook up stge(4) to the build. 2006-07-25 00:45:55 +00:00
streams Housekeeping. Update for maintainers who have handed in their commit bits 2006-07-01 10:51:55 +00:00
svr4 Housekeeping. Update for maintainers who have handed in their commit bits 2006-07-01 10:51:55 +00:00
sym
syscons
sysvipc
ti The if_ti Tigon I/II driver has moved to /sys/dev/ti 2005-12-10 00:38:33 +00:00
tl Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
trm Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
twa Style: Remove blank lines before EOF. 2006-02-18 23:49:28 +00:00
twe Style cleanup. 2005-08-10 04:01:21 +00:00
tx Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
txp Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
uart o Add scc(4) to the build. 2006-03-30 18:39:24 +00:00
ubsa
ubsec Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
ubser
ucom
ucycom
udav Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
udbp
udf
udf_iconv
ufm
ufoma Add FOMA (NTT DoCoMo 3G mobile phone system) driver. 2006-01-09 17:46:36 +00:00
ufs
uftdi
ugen
uhid
ukbd Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
ulpt
umapfs
umass
umct
umodem
ums
unionfs
uplcom
ural Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
urio
usb
uscanner
utopia
uvisor
uvscom
vesa
vge Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
vkbd Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
vpo
vr Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
vx Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
wb Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
wi Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
wlan Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
wlan_acl
wlan_ccmp
wlan_tkip
wlan_wep
wlan_xauth
xe
xfs Makefile changes to accomodate new XFS import. 2006-06-09 06:10:17 +00:00
xl Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
zlib
Makefile Build linprocfs and linsysfs as modules on amd64. 2006-09-09 16:58:22 +00:00
Makefile.inc