summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/tctrl.c
AgeCommit message (Expand)Author
2011-07-02kqueue attach functions should return an errno or 0, not a plain 1. FixNicholas Marriott
2009-02-26Add a two new ioctls to the apm(4) interface.Owain Ainsworth
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2006-10-27If the lid is closed during boot, blank screen immediately.Miod Vallat
2006-09-17No need to check for both cd_devs != NULL && cd_ndevs != 0, since the latterMiod Vallat
2005-07-19On the SPARCbooks, allow tctrl(4) to control the external video output,Miod Vallat
2005-07-17If the internal battery is missing, report it as absent rather than in anMiod Vallat
2005-07-17Always turn off video when the lid is closed; this behaviour was lost in r1.8.Miod Vallat
2005-07-08The Tadpole SPARCbook S3000XT apparently needs auxio bit frobbing, in additionMiod Vallat
2005-07-08Do not report the battery status as critical but absent, when the batteryMiod Vallat
2005-04-11Handle commands failure correctly.Miod Vallat
2005-03-29Add an apm interface to the tctrl(4) device found on SPARCbooks; currentlyMiod Vallat
2005-03-29If a tctrl device is attached, run the keyboard bell through it, since theMiod Vallat
2005-03-29A few tctrl improvements, mostly adapted from NetBSD:Miod Vallat
2004-09-29Switch sparc to evcount; ok deraadt@Miod Vallat
2004-05-10When external power is not available, the tadpole video hardware getsMiod Vallat
2003-05-16Let the user control the brightness of the tadpole built-in display viaMiod Vallat
2002-04-30Fix an ancient problem in how sparc interrupts are handled.Artur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
1999-09-07print priJason Wright
1999-09-07add tadpole microcontroller device driver; from NetBSDJason Wright