| Commit message (Expand) | Author | Age | Files | Lines |
* | const poison | imp | 2006-12-05 | 3 | -3/+3 |
* | More properly cleanup the iicbus child when deleting it. | imp | 2006-12-05 | 1 | -6/+27 |
* | Reference Hauppage's cxm_iic bit-bang device here. | imp | 2006-12-05 | 1 | -0/+5 |
* | Add a fake flag for write. Many drivers have started to use it and it | imp | 2006-11-28 | 1 | -1/+2 |
* | Remove unused leftovers. | imp | 2006-11-28 | 1 | -9/+0 |
* | MFp4: Add ixpiic bit-bang driver. | imp | 2006-11-22 | 1 | -0/+1 |
* | <blush> copyout on read, not write. | imp | 2006-11-22 | 1 | -2/+2 |
* | o define transfer method | sam | 2006-11-19 | 1 | -0/+4 |
* | i2c and clock driver for Dallas Semiconductor DS1672 RTC | sam | 2006-11-19 | 1 | -0/+142 |
* | i2c driver for Analog Devices AD7418 | sam | 2006-11-19 | 1 | -0/+234 |
* | Minor overhaul of SMBus support: | jhb | 2006-09-11 | 1 | -5/+7 |
* | jhb points out that these mallocs don't need to be checked because | imp | 2006-09-06 | 1 | -16/+0 |
* | MFp4: check the return value of malloc and report an error when invalid. | imp | 2006-09-06 | 1 | -0/+16 |
* | Minor style(9) treatment to make things a little more consistant | imp | 2006-08-21 | 2 | -20/+33 |
* | Allow iic bridges to support a generalized transfer, rather than | imp | 2006-07-14 | 7 | -12/+117 |
* | remove DRIVER_MODULE lines that are useless... pcf doesn't exist (only | jmg | 2006-04-17 | 1 | -2/+0 |
* | newbus will zero softc, so no need to duplicate the zeroing here. | imp | 2006-04-04 | 3 | -13/+1 |
* | Turn a file that was mostly style(9) compliant to a file that's really close | imp | 2006-04-04 | 1 | -141/+115 |
* | Replace hard coded '0' with symbolic constant IIC_UNKNOWN to reflect what | imp | 2006-04-04 | 1 | -1/+1 |
* | Remove public declarations of variables that were forgotten when they were | obrien | 2005-08-10 | 1 | -2/+0 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -5/+7 |
* | Fix some long standing bugs in writing to the BPF device attached to | dwmalone | 2005-06-26 | 1 | -1/+7 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -14/+18 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 2 | -2/+2 |
* | Since if_ic doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -1/+2 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -6/+6 |
* | Make "envctrl" a known master driver for iicbus. | joerg | 2004-05-27 | 1 | -0/+1 |
* | Another candidate that didn't use copyin/copyout for user<->kernel | joerg | 2004-05-16 | 1 | -3/+23 |
* | After successfully attaching an iicbus instance, instead of using a | joerg | 2004-05-16 | 1 | -1/+3 |
* | Convert the #if 0 magic to #if SCAN_IICBUS, and make it actually compile | joerg | 2004-05-12 | 1 | -3/+10 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -0/+2 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 1 | -2/+0 |
* | o eliminate widespread on-stack mbuf use for bpf by introducing | sam | 2003-12-28 | 1 | -19/+3 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -4/+3 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 4 | -11/+13 |
* | Don't hardcode unit numer '0'. | ticso | 2003-08-10 | 2 | -2/+2 |
* | make iicbb_devclass and iicbb_driver globally visible. This will let | jmg | 2003-06-19 | 2 | -2/+5 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 1 | -4/+2 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+7 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | network interface driver changes: | sam | 2002-11-14 | 1 | -3/+2 |
* | Fix misindentation. | phk | 2002-10-16 | 1 | -2/+2 |
* | move <machine/iic.h> and <machine/smb.h> to <dev/iicbus/iic.h> and | peter | 2002-09-19 | 1 | -3/+1 |
* | Major rework of the iicbus/smbus framework: | nsouch | 2002-03-23 | 8 | -266/+283 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 4 | -8/+8 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -3/+3 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -1/+0 |
* | Lock down the network interface queues. The queue mutex must be obtained | jlemon | 2000-11-25 | 1 | -7/+2 |
* | Remove unneeded #include <sys/proc.h> lines. | phk | 2000-10-29 | 1 | -1/+0 |