summaryrefslogtreecommitdiffstats
path: root/sys/dev/iicbus
Commit message (Expand)AuthorAgeFilesLines
* const poisonimp2006-12-053-3/+3
* More properly cleanup the iicbus child when deleting it.imp2006-12-051-6/+27
* Reference Hauppage's cxm_iic bit-bang device here.imp2006-12-051-0/+5
* Add a fake flag for write. Many drivers have started to use it and itimp2006-11-281-1/+2
* Remove unused leftovers.imp2006-11-281-9/+0
* MFp4: Add ixpiic bit-bang driver.imp2006-11-221-0/+1
* <blush> copyout on read, not write.imp2006-11-221-2/+2
* o define transfer methodsam2006-11-191-0/+4
* i2c and clock driver for Dallas Semiconductor DS1672 RTCsam2006-11-191-0/+142
* i2c driver for Analog Devices AD7418sam2006-11-191-0/+234
* Minor overhaul of SMBus support:jhb2006-09-111-5/+7
* jhb points out that these mallocs don't need to be checked becauseimp2006-09-061-16/+0
* MFp4: check the return value of malloc and report an error when invalid.imp2006-09-061-0/+16
* Minor style(9) treatment to make things a little more consistantimp2006-08-212-20/+33
* Allow iic bridges to support a generalized transfer, rather thanimp2006-07-147-12/+117
* remove DRIVER_MODULE lines that are useless... pcf doesn't exist (onlyjmg2006-04-171-2/+0
* newbus will zero softc, so no need to duplicate the zeroing here.imp2006-04-043-13/+1
* Turn a file that was mostly style(9) compliant to a file that's really closeimp2006-04-041-141/+115
* Replace hard coded '0' with symbolic constant IIC_UNKNOWN to reflect whatimp2006-04-041-1/+1
* Remove public declarations of variables that were forgotten when they wereobrien2005-08-101-2/+0
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-5/+7
* Fix some long standing bugs in writing to the BPF device attached todwmalone2005-06-261-1/+7
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-14/+18
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-062-2/+2
* Since if_ic doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-6/+6
* Make "envctrl" a known master driver for iicbus.joerg2004-05-271-0/+1
* Another candidate that didn't use copyin/copyout for user<->kerneljoerg2004-05-161-3/+23
* After successfully attaching an iicbus instance, instead of using ajoerg2004-05-161-1/+3
* Convert the #if 0 magic to #if SCAN_IICBUS, and make it actually compilejoerg2004-05-121-3/+10
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* o eliminate widespread on-stack mbuf use for bpf by introducingsam2003-12-281-19/+3
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-4/+3
* Use __FBSDID().obrien2003-08-244-11/+13
* Don't hardcode unit numer '0'.ticso2003-08-102-2/+2
* make iicbb_devclass and iicbb_driver globally visible. This will letjmg2003-06-192-2/+5
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-4/+2
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+7
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* network interface driver changes:sam2002-11-141-3/+2
* Fix misindentation.phk2002-10-161-2/+2
* move <machine/iic.h> and <machine/smb.h> to <dev/iicbus/iic.h> andpeter2002-09-191-3/+1
* Major rework of the iicbus/smbus framework:nsouch2002-03-238-266/+283
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-104-8/+8
* KSE Milestone 2julian2001-09-121-3/+3
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-7/+2
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
OpenPOWER on IntegriCloud