| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r223741: | Bjoern A. Zeeb | 2012-02-10 | 1 | -0/+1 |
| * | MFC: r226398, r226442 | Christian Brueffer | 2011-10-23 | 1 | -1/+1 |
| * | MFC r207554: | Maxim Sobolev | 2010-11-16 | 1 | -1/+1 |
| * | MFC r212413: bus_add_child: change type of order parameter to u_int | Andriy Gapon | 2010-09-20 | 1 | -1/+1 |
| * | Don't use spinlocks here. The iicbus transactions can take a long | Warner Losh | 2007-04-17 | 1 | -3/+3 |
| * | New device: icee. Generic i2c eeprom driver. | Warner Losh | 2007-03-23 | 1 | -0/+291 |
| * | MFp4: Make the iicbus fully hinted. We no longer automatically add | Warner Losh | 2007-03-23 | 2 | -51/+123 |
| * | MFp4: Make iicbus_trasnfer_gen suitable for bridge drivers. Use it in the | Warner Losh | 2007-03-23 | 2 | -5/+11 |
| * | MFp4: Create an ivar for each iic device on the iicbus. This ivar | Warner Losh | 2007-03-23 | 1 | -1/+24 |
| * | const poison | Warner Losh | 2006-12-05 | 3 | -3/+3 |
| * | More properly cleanup the iicbus child when deleting it. | Warner Losh | 2006-12-05 | 1 | -5/+26 |
| * | Reference Hauppage's cxm_iic bit-bang device here. | Warner Losh | 2006-12-05 | 1 | -0/+5 |
| * | Add a fake flag for write. Many drivers have started to use it and it | Warner Losh | 2006-11-28 | 1 | -1/+2 |
| * | Remove unused leftovers. | Warner Losh | 2006-11-28 | 1 | -9/+0 |
| * | MFp4: Add ixpiic bit-bang driver. | Warner Losh | 2006-11-22 | 1 | -0/+1 |
| * | <blush> copyout on read, not write. | Warner Losh | 2006-11-22 | 1 | -2/+2 |
| * | o define transfer method | Sam Leffler | 2006-11-19 | 1 | -0/+4 |
| * | i2c and clock driver for Dallas Semiconductor DS1672 RTC | Sam Leffler | 2006-11-19 | 1 | -0/+142 |
| * | i2c driver for Analog Devices AD7418 | Sam Leffler | 2006-11-19 | 1 | -0/+234 |
| * | Minor overhaul of SMBus support: | John Baldwin | 2006-09-11 | 1 | -5/+7 |
| * | jhb points out that these mallocs don't need to be checked because | Warner Losh | 2006-09-06 | 1 | -16/+0 |
| * | MFp4: check the return value of malloc and report an error when invalid. | Warner Losh | 2006-09-06 | 1 | -0/+16 |
| * | Minor style(9) treatment to make things a little more consistant | Warner Losh | 2006-08-21 | 2 | -20/+33 |
| * | Allow iic bridges to support a generalized transfer, rather than | Warner Losh | 2006-07-14 | 7 | -12/+117 |
| * | remove DRIVER_MODULE lines that are useless... pcf doesn't exist (only | John-Mark Gurney | 2006-04-17 | 1 | -2/+0 |
| * | newbus will zero softc, so no need to duplicate the zeroing here. | Warner Losh | 2006-04-04 | 3 | -13/+1 |
| * | Turn a file that was mostly style(9) compliant to a file that's really close | Warner Losh | 2006-04-04 | 1 | -140/+114 |
| * | Replace hard coded '0' with symbolic constant IIC_UNKNOWN to reflect what | Warner Losh | 2006-04-04 | 1 | -1/+1 |
| * | Remove public declarations of variables that were forgotten when they were | David E. O'Brien | 2005-08-10 | 1 | -2/+0 |
| * | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -5/+7 |
| * | Fix some long standing bugs in writing to the BPF device attached to | David Malone | 2005-06-26 | 1 | -1/+7 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -14/+18 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 2 | -2/+2 |
| * | Since if_ic doesn't contain locking or run with INTR_MPSAFE, mark | Robert Watson | 2004-08-13 | 1 | -1/+2 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -6/+6 |
| * | Make "envctrl" a known master driver for iicbus. | Joerg Wunsch | 2004-05-27 | 1 | -0/+1 |
| * | Another candidate that didn't use copyin/copyout for user<->kernel | Joerg Wunsch | 2004-05-16 | 1 | -3/+23 |
| * | After successfully attaching an iicbus instance, instead of using a | Joerg Wunsch | 2004-05-16 | 1 | -1/+3 |
| * | Convert the #if 0 magic to #if SCAN_IICBUS, and make it actually compile | Joerg Wunsch | 2004-05-12 | 1 | -3/+10 |
| * | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -0/+2 |
| * | Device megapatch 1/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -2/+0 |
| * | o eliminate widespread on-stack mbuf use for bpf by introducing | Sam Leffler | 2003-12-28 | 1 | -19/+3 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -4/+3 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 4 | -11/+13 |
| * | Don't hardcode unit numer '0'. | Bernd Walter | 2003-08-10 | 2 | -2/+2 |
| * | make iicbb_devclass and iicbb_driver globally visible. This will let | John-Mark Gurney | 2003-06-19 | 2 | -2/+5 |
| * | Update netisr handling; Each SWI now registers its queue, and all queue | Jonathan Lemon | 2003-03-04 | 1 | -4/+2 |
| * | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -13/+7 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -2/+2 |