| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | network interface driver changes: | Sam Leffler | 2002-11-14 | 1 | -3/+2 |
| * | Fix misindentation. | Poul-Henning Kamp | 2002-10-16 | 1 | -2/+2 |
| * | move <machine/iic.h> and <machine/smb.h> to <dev/iicbus/iic.h> and | Peter Wemm | 2002-09-19 | 1 | -3/+1 |
| * | Major rework of the iicbus/smbus framework: | Nicolas Souchu | 2002-03-23 | 8 | -266/+283 |
| * | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien | 2001-12-10 | 4 | -8/+8 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -3/+3 |
| * | Send the remains (such as I have located) of "block major numbers" to | Poul-Henning Kamp | 2001-03-26 | 1 | -1/+0 |
| * | Lock down the network interface queues. The queue mutex must be obtained | Jonathan Lemon | 2000-11-25 | 1 | -7/+2 |
| * | Remove unneeded #include <sys/proc.h> lines. | Poul-Henning Kamp | 2000-10-29 | 1 | -1/+0 |
| * | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp | 2000-10-15 | 4 | -4/+0 |
| * | Allow these drivers to be detached. | Jake Burkholder | 2000-06-16 | 2 | -0/+2 |
| * | Remove unneeded #include <sys/kernel.h> | Poul-Henning Kamp | 2000-04-29 | 1 | -1/+0 |
| * | Remove ~25 unneeded #include <sys/conf.h> | Poul-Henning Kamp | 2000-04-19 | 4 | -6/+0 |
| * | Remove unneeded <sys/buf.h> includes. | Poul-Henning Kamp | 2000-04-18 | 3 | -3/+0 |
| * | * Factor out the object system from new-bus so that it can be used by | Doug Rabson | 2000-04-08 | 2 | -0/+4 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 1 | -2/+2 |
| * | Remove the 'ivars' arguement to device_add_child() and | Matthew N. Dodd | 1999-12-03 | 2 | -3/+3 |
| * | Convert iic to use make_dev() rather than cdevsw_add(). This stops the | Peter Wemm | 1999-11-18 | 1 | -1/+3 |
| * | Use cdevsw_add() explicitly and DRIVER_MODULE(). | Peter Wemm | 1999-11-08 | 1 | -1/+2 |