summaryrefslogtreecommitdiff
path: root/sys/dev/sbus
AgeCommit message (Expand)Author
2007-05-24Major update to isp(4) driver to bring it in line with external sources.mjacob
2007-04-11return 100 in match() so we beat genfbmacallan
2007-04-11add an sbus frontend fro genfbmacallan
2007-03-14- add dummy input methods so we don't panic if someone tries to readmacallan
2007-03-11whitespace police, some cleanup - no functional changesmacallan
2007-03-11some more overhaul:macallan
2007-03-11don't pull in stuff we don't actually use:macallan
2007-03-10adjust some debug output verbosity and use aprint_*()macallan
2007-03-08make the dbri driver work againmacallan
2007-03-04fix fall out from caddr_t changes.mrg
2007-03-04fix fallout from caddr_t changes.christos
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2007-01-07Allow this to compile with -DDEBUG: convert proc to lwp->l_proc.jdc
2007-01-07Allow this to compile with -DDEBUG: convert proc to lwp->l_proc.jdc
2006-12-11Add an explicit NULL for the card_detect function (that we don't have/need)jdc
2006-11-24fix spelling of accommodate; from Zapher.christos
2006-11-24Snapshot of work in progress gem @ sbus attachement. Don't use at homemartin
2006-10-15Missing initializersmartin
2006-10-15Add missing initializermartin
2006-10-15Add missing initializermartin
2006-10-01More from Matt Fleming:elad
2006-10-01Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks!elad
2006-09-24Add "name" parameter to powerhook_establish, to aid debugging. No objectionsjmcneill
2006-09-23PR# 29516: magma.c comments are wrong, also splhigh is excessivejmcneill
2006-09-07remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP.dogcow
2006-07-21- Use the LWP cached credentials where sane.ad
2006-05-28Clean up bogus whitespaceblymn
2006-05-15include kauth.h for kauth_authorize_generic.yamt
2006-05-14integrate kauth.elad
2006-04-15Remove the getwschar and putwschar accessops from wsdisplay drivers asjmmv
2006-04-12Add an extra cookie to the ioctl and mmap wsdisplay accessops that pointsjmmv
2006-04-06kill NULL initialisation of get/setborderdrochner
2006-03-29Use device_cfdata().thorpej
2006-03-28Use device_unit().thorpej
2006-03-25Use device_parent().thorpej
2006-03-09keep the chip powered down when not in use on machines that support itmacallan
2006-03-09this should have been committed with p9100.*macallan
2006-03-08sprinkle #if NWSDISPLAY > 0 to make this compile cleanly without wscons againmacallan
2006-03-06- use vconsmacallan
2006-02-28Fix inverted device_is_a() logic in previous conversion.kleink
2006-02-27Use device_is_a().thorpej
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2005-12-24__inline__ -> inlineperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-14proc -> lwpchristos
2005-12-11merge ktrace-lwp.christos
2005-11-12Add hardware cursor support, needs testing.macallan
2005-11-10Use mstohz() for timeout calculations.martin
2005-11-05ETHERCAP_VLAN_MTU is a flag for ec_capabilities, the size of the 802.1qbouyer