summaryrefslogtreecommitdiff
path: root/sys/dev/marvell
AgeCommit message (Expand)Author
2008-11-07*** Summary ***dyoung
2008-09-08Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.hgmcgarry
2008-06-17Use a local temporary struct gt_softc* so we don't try tohe
2008-06-12use device_lookup_private to get softccegger
2008-06-11use device_lookup_private to get softccegger
2008-06-10Avoid the effects of name space pollution caused by <sys/rb.h>,he
2008-04-11Put back a %s so that the format matches again. Fixes build for evbppc.he
2008-04-08use aprint_*_dev and device_xnamecegger
2008-02-07Start patching up the kernel so that a network driver always hasdyoung
2008-01-19Make many ethernet drivers share the common code for MII mediadyoung
2007-12-16Remove a local variable which is no longer used.he
2007-12-05lockmgr -> mutexad
2007-12-03Interrupt handling changes, in discussion since February:ad
2007-11-19- Factor out too many copies of the same bit of tty code.ad
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-17Fix a missing include noted by Gerald Lee on tech-kerngarbled
2007-10-08Use the softint API.ad
2007-09-01Change a bazillion occurrences of code resembling this,dyoung
2007-08-26Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier todyoung
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-07Cast to char* and int before doing pointer arithmetic.he
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
2007-01-29Remove more duplicate headers.hubertf
2006-10-01Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks!elad
2006-07-21- Use the LWP cached credentials where sane.ad
2006-06-26use the "i2cbus" interface attribute rather than putting a string namedrochner
2006-05-24'volatile' is not a valid return type qualifier - remove it.mrg
2006-05-16Include now needed <sys/kauth.h>, and fold a long line.he
2006-05-14integrate kauth.elad
2006-03-29Use device_private().thorpej
2006-03-29Use device_cfdata().thorpej
2006-03-28Use device_unit().thorpej
2006-03-25Use device_parent().thorpej
2006-03-08Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.lukem
2006-03-06Remove another instance of the SET/CLR/ISSET macro triplet, now foundhe
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2005-12-24bare asm -> __asmperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-09-06Change the driver open function's conditional for overriding exclusive ttykleink
2005-08-26s/locdesc_t/int/gdrochner
2005-06-03Use underscores to prefix local variables in macros.scw
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2005-02-01Add entry for gti2c.cmatt
2005-02-01Add a i2c driver for the onboard i2c/twsi controller on the GT642x0matt
2005-02-01Allow the driver to allocate needs resources on attach and not freematt
2005-02-01Add I2C child hooks.matt
2005-01-30Eliminate use of M_HASFCS.thorpej