Deleted Added
full compact
NOTES (233537) NOTES (233539)
1# $FreeBSD: head/sys/conf/NOTES 233537 2012-03-27 09:48:18Z jchandra $
1# $FreeBSD: head/sys/conf/NOTES 233539 2012-03-27 10:44:32Z jchandra $
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

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

2525# I2C Bus
2526#
2527# Philips i2c bus support is provided by the `iicbus' device.
2528#
2529# Supported devices:
2530# ic i2c network interface
2531# iic i2c standard io
2532# iicsmb i2c to smb bridge. Allow i2c i/o with smb commands.
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

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

2525# I2C Bus
2526#
2527# Philips i2c bus support is provided by the `iicbus' device.
2528#
2529# Supported devices:
2530# ic i2c network interface
2531# iic i2c standard io
2532# iicsmb i2c to smb bridge. Allow i2c i/o with smb commands.
2533# iicoc simple polling driver for OpenCores I2C controller
2533#
2534# Supported interfaces:
2535# bktr brooktree848 I2C software interface
2536#
2537# Other:
2538# iicbb generic I2C bit-banging code (needed by lpbb, bktr)
2539#
2540device iicbus # Bus support, required for ic/iic/iicsmb below.
2541device iicbb
2542
2543device ic
2544device iic
2545device iicsmb # smb over i2c bridge
2534#
2535# Supported interfaces:
2536# bktr brooktree848 I2C software interface
2537#
2538# Other:
2539# iicbb generic I2C bit-banging code (needed by lpbb, bktr)
2540#
2541device iicbus # Bus support, required for ic/iic/iicsmb below.
2542device iicbb
2543
2544device ic
2545device iic
2546device iicsmb # smb over i2c bridge
2547device iicoc # OpenCores I2C controller support
2546
2547# I2C peripheral devices
2548#
2549# ds133x Dallas Semiconductor DS1337, DS1338 and DS1339 RTC
2550# ds1374 Dallas Semiconductor DS1374 RTC
2551# ds1672 Dallas Semiconductor DS1672 RTC
2552#
2553device ds133x

--- 431 unchanged lines hidden ---
2548
2549# I2C peripheral devices
2550#
2551# ds133x Dallas Semiconductor DS1337, DS1338 and DS1339 RTC
2552# ds1374 Dallas Semiconductor DS1374 RTC
2553# ds1672 Dallas Semiconductor DS1672 RTC
2554#
2555device ds133x

--- 431 unchanged lines hidden ---