summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev
AgeCommit message (Expand)Author
2004-12-25Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-11-29Move the struct wsscreen_descr from a per-driver global to a per-instanceMiod Vallat
2004-11-29Spell precede correctly.Jonathan Gray
2004-11-02KNF, constify structures, do not wrap the contents under #if NMAGMA > 0 asMiod Vallat
2004-09-29Switch sparc to evcount; ok deraadt@Miod Vallat
2004-09-28- Use ETHER_MAX_LEN + ETHER_VLAN_ENCAP_LEN instead of HME_MTUBrad Smith
2004-09-22Bring some enhancements and fixes to fdc(4) from NetBSD:Miod Vallat
2004-08-08do not reset the chip (and subsequently the phy) when unnecessary; that is,Brad Smith
2004-07-26Remove orphaned prototypes.Miod Vallat
2004-06-20zx(4) support for sparc64, tested on an Ultra 2.Miod Vallat
2004-05-12if tctrl not there, still let this compile; miod okTheo de Raadt
2004-05-10When external power is not available, the tadpole video hardware getsMiod Vallat
2004-05-09Replace the event queue with a bit mask of slots needing attention, asMiod Vallat
2004-05-04Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.Alexander Yurchenko
2004-04-12removeable -> removable;Jason McIntyre
2004-04-02remove pk from copyright, seen in netbsdTheo de Raadt
2004-03-09Real, inverted, cursor.Miod Vallat
2004-03-02Rework the card insertion/removal detection logic:Miod Vallat
2004-03-01Initialize the frame buffer when the PROM did not do this on our behalf.Miod Vallat
2004-03-01More readable DAC programming.Miod Vallat
2004-03-01Define a wsdisplay type for rfx; ok deraadt@Miod Vallat
2004-02-29Enter rfx, driver for the SBus RasterFlex frame buffer family.Miod Vallat
2004-02-29More colormap games for 8-bit framebuffers to enjoy the inverted cursor too.Miod Vallat
2004-02-27TyposMiod Vallat
2004-02-15new arg to disk_unbusy, to record separate read/write statistics.Ted Unangst
2004-02-01Trivial touches to compile with gcc 3.Miod Vallat
2004-01-12typos from Jared Yanovich;Jason McIntyre
2003-12-20Pass -Wformat.Miod Vallat
2003-11-14the the; rohee@Miod Vallat
2003-11-07adress -> address, and a few more; all from Jonathon Gray;Jason McIntyre
2003-11-03spelling fixes (in the comments)David Krause
2003-10-05If attaching a wsdisplay console causes a font switch, do not update the PROMMiod Vallat
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
2003-09-29avaliable -> availableMiod Vallat
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-08-01The Vigra VS10-EK is recognized as a cgthree clone, but due to its utterlyMiod Vallat
2003-07-02fix tslot issues (need level-triggered interrupts); from miodTodd T. Fries
2003-06-28back out that which does not compileTheo de Raadt
2003-06-28grr... committed previous from the wrong tree... fixed version, which alsoJason Wright
2003-06-28add emulations for slinear:8 and ulinear:8; ok miodJason Wright
2003-06-28Sync sparc fb API with the sparc64 changes (fbwscons_init takes flags, andMiod Vallat
2003-06-28Be more careful when processing interrupts - the TS102 queues them, and weMiod Vallat
2003-06-28Be prepared to the fact that the user may unplug a card before it wasMiod Vallat
2003-06-28Add a macro to encode (x,y) coordinates.Miod Vallat
2003-06-28Add RI_FULLCLEAR to the rasops flags. Accelerated drivers (cgsix, creator,Miod Vallat
2003-06-28Clear screen after smitching to the wsfont, on low-resolution cgsix.Miod Vallat
2003-06-28A better reset sequence; also, probe slots immediately rather than waitingMiod Vallat
2003-06-25We want address incrementation disabled, so correctly ask for it...Miod Vallat
2003-06-25Oops, put back iot/memt affectations in io_alloc/mem_alloc; spotted by todd@Miod Vallat