summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2003-02-25move NULLification to end so it's useful.Ted Unangst
2003-02-25Correct the size of __reserved9 field in struct ataparams;Alexander Yurchenko
2003-02-25remove redundant check.Ted Unangst
2003-02-25remove useless check.Ted Unangst
2003-02-25correct bounds check. yichen xie's bounds checker catch.Ted Unangst
2003-02-25fix two off by onesTed Unangst
2003-02-24correct check for the size of semitonesTed Unangst
2003-02-24Detypoing; henric@ and meAlexander Yurchenko
2003-02-24Add support for LZS compression (only usable by ipcomp at the moment)Jason Wright
2003-02-24For CMD chips call pciide_chan_candisable() for both channels to preventAlexander Yurchenko
2003-02-24Various typos.Miod Vallat
2003-02-23initialize errorTed Unangst
2003-02-21Fix Manuel Bouyer's copyright, from NetBSDAlexander Yurchenko
2003-02-21remove unused variableTed Unangst
2003-02-20Fix a crash in the systrace found by form@Artur Grabowski
2003-02-20no trailing newline in panic(); PR 3103Henning Brauer
2003-02-20In typical linux style, set a magic bit that makes the floppy work onJason Wright
2003-02-19- Bump size of MAX_RESULT by 4 to include compression resultJason Wright
2003-02-19Sync if_vr code with FreeBSD. This makes the driver much better when it comesMiod Vallat
2003-02-19RegenMiod Vallat
2003-02-19Recognize ICS1893; from NetBSDMiod Vallat
2003-02-19use a nop with I bit set at the end of the tx chain. This avoids a raceJason Wright
2003-02-19Leaving console polling mode works now, and workaround boot -a slow responseMiod Vallat
2003-02-18Oops, remove debug code that was not supposed to be left hereMiod Vallat
2003-02-18convert to new registration schemeJason Wright
2003-02-18intial -> initialJason McIntyre
2003-02-18intial -> initial;Jason McIntyre
2003-02-18Whenever possible, store the prom font data in off-screen frame bufferMiod Vallat
2003-02-18Real polled mode console support, enough to play hangman in ddb.Miod Vallat
2003-02-18syncTheo de Raadt
2003-02-18new fxp; cube@cubidou.netTheo de Raadt
2003-02-18Track enable state and behave appropriately.Miod Vallat
2003-02-17Allow the generic ps/2 mouse driver, pms, to attach to gsckbc as well.Miod Vallat
2003-02-17can use the same bus_space_read_region_4() to copy both type1 and type4 prom;...Michael Shalayeff
2003-02-17whitespace, typos, and compression structure defnsJason Wright
2003-02-17oopsMichael Shalayeff
2003-02-17Add support for the Sun Enterprise 450Henric Jungheim
2003-02-16Provide a wskbd type for gsc keyboards, make gsckbd use it, and take advantageMiod Vallat
2003-02-15A simple and crude driver to play with the hil so-called ``ID module''Miod Vallat
2003-02-15Provide a "code" locator for hil devices. This will let people ask theirMiod Vallat
2003-02-15Rework the console management on hppa:Miod Vallat
2003-02-15kill the remaining typedefs (These are about the last trace of InvertexJason Wright
2003-02-15- Better type usage in the various hil code: prefer u_int8_t to u_char, butMiod Vallat
2003-02-15Increase xfer rates buffer from 8 to 12 bytes. This allows 802.11gTodd C. Miller
2003-02-15Remove misleading (and incorrect) HIL_STATMASK definition.Miod Vallat
2003-02-14always need softintr after rxexception (avoids uninitialized variable); point...Jason Wright
2003-02-14Do not do arithmetic on bus_space_handle_t.Henric Jungheim
2003-02-14Let UBSEC_DEBUG compile; based on diff from sam at errno dot comJason Wright
2003-02-13Don't force all ATAPI devices to PIO mode 3, there areAlexander Yurchenko
2003-02-13Plug mbuf leak when there is an IV mismatch during software decrypt.Todd C. Miller