summaryrefslogtreecommitdiff
path: root/sys/dev/ppbus
AgeCommit message (Expand)Author
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-11-11Make this actually build, as part of the sgimips GENERIC32_IP2x kernel.he
2009-11-07Don't deactivate a child before detaching it, that's not necessary.dyoung
2009-04-05buildfix: include <sys/device.h> for device_tcegger
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-11-07*** Summary ***dyoung
2008-06-11use device_lookup_private to get softccegger
2008-04-29gpio(4): Extend with open/close to request/release the ppbus(4) on open/close.cegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-21Make ntp, pmc, reboot, sysarch, time syscalls MPSAFE.ad
2008-04-18Fix panics at boot and some other misc bugs. From Hans Rosenfeld.cegger
2008-04-16device_t / softc split. From Hans Rosenfeld.cegger
2008-04-15Use %zu format specifier for size_t. Fixes build error on shark.cegger
2008-04-15Make this build without options LPT_VERBOSE and LPT_DEBUG. From Hans Rosenfeld.cegger
2008-04-15Make this build. From Hans Rosenfeld.cegger
2008-04-15device_t / softc split. From Hans Rosenfeldcegger
2008-04-08use aprint_*_dev and device_xnamecegger
2008-02-27struct lpt_softc doesn't have sc_dev in it. Use ppbus_dev.sc_dev.tsutsui
2008-02-22Use device_t and accessors. Use &sc->sc_dev instead of cast todyoung
2008-02-07Start patching up the kernel so that a network driver always hasdyoung
2008-01-20Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,joerg
2008-01-04Start detangling lock.h from intr.h. This is likely to cause short termad
2007-12-15__FUNCTION__ -> __func__perry
2007-12-05lockmgr -> mutexad
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-01Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), anddyoung
2007-04-04catch up with recent constification in struct ifnetdrochner
2007-03-08Convert sc_inbuf and sc_outbuf from char* to void* to avoid introducinghe
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-10-24add zero initializers to make that compile againdrochner
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-10Disable "1284" device recognition early to work arounddrochner
2006-03-29Use device_pprivate().thorpej
2006-03-25Use device_parent().thorpej
2005-12-25PR/32381: Paul Shupak. Convert to ktrace-lwp.rpaulo
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-08-26s/locdesc_t/int/gdrochner
2005-06-01more cast-qual and shadow falloutdrochner
2005-02-27nuke trailing whitespaceperry
2005-02-11White space nit- don't put a space before/after increment/decrementsimonb
2004-09-13remove the ppbus_print_child() function which is pointless as used heredrochner
2004-09-08use interface attribute / locator passing versionsdrochner
2004-02-24occured -> occurred. From Peter Postma.wiz
2004-02-10add Gary Thorpe copyright noticejdolecek
2004-02-10inform better of what exactly is printed in ppbus_scan_bus(), and onlyjdolecek
2004-02-03allow setting of interrupt usage, priming and auto LF behaviourjdolecek
2004-02-03overhaul the ioctl interface to be better suited for extensions and tojdolecek
2004-02-03g/c some unused/write-only/redundant lpt_softc stuffjdolecek