Age | Commit message (Expand) | Author |
2003-03-03 | march through the trapframes on the stack trace until the very last | Michael Shalayeff |
2003-02-28 | fix comments, from weissmanndude. | Michael Shalayeff |
2003-02-26 | minor fix in a debug printf | Michael Shalayeff |
2003-02-25 | In trap(), always initialize tts, even if TRAPDEBUG is not defined, as it | Miod Vallat |
2003-02-18 | gsc_intr is a leaf | Michael Shalayeff |
2003-02-18 | knf; mickey ok | Theo de Raadt |
2003-02-18 | nicer | Theo de Raadt |
2003-02-18 | Let kernels compile without DDB, USELEDS, and DIAGNOSTIC. | Miod Vallat |
2003-02-18 | copyrights added; | Jason McIntyre |
2003-02-18 | The previous boot device detection code would not work on old pdc machines | Miod Vallat |
2003-02-17 | Allow the generic ps/2 mouse driver, pms, to attach to gsckbc as well. | Miod Vallat |
2003-02-17 | Since the ps/2 input ports show up as two different devices, with the same | Miod Vallat |
2003-02-16 | Provide a wskbd type for gsc keyboards, make gsckbd use it, and take advantage | Miod Vallat |
2003-02-16 | Regen | Miod Vallat |
2003-02-16 | Although some hppa models, such as the 715, will require specific keyboards, | Miod Vallat |
2003-02-15 | A simple and crude driver to play with the hil so-called ``ID module'' | Miod Vallat |
2003-02-15 | Provide a "code" locator for hil devices. This will let people ask their | Miod Vallat |
2003-02-15 | Rework the console management on hppa: | Miod Vallat |
2003-02-15 | Disable sti1, yes, but correctly... | Miod Vallat |
2003-02-15 | gsckbc is more sensitive than pckbc; always allow the enable() accessop | Miod Vallat |
2003-02-15 | The current hppa code would always ask for the root device, when running | Miod Vallat |
2003-02-14 | Do not allow sti1 to attach at the moment, as it will not work correctly; | Miod Vallat |
2003-02-14 | this is a bsd material | Michael Shalayeff |
2003-02-14 | put a copyright | Michael Shalayeff |
2003-02-12 | some comments on the pci bridges and dino is at phantomas not mainbus | Michael Shalayeff |
2003-02-12 | Put a pckbc-like "slot" locator for gsckbc children. Even if this has no | Miod Vallat |
2003-02-12 | How uncommon... hppa only has one common: msgbufmapped (decl'd in /sys/kern) | Jason Wright |
2003-02-12 | only align the first stack frame onto the minimal required alignment | Michael Shalayeff |
2003-02-12 | Add hilms and wsmouse at hilms. | Miod Vallat |
2003-02-12 | do not filter the coprocessor uid on the fpu context switch. | Michael Shalayeff |
2003-02-11 | Add wsmux for multiple keyboard configurations. | Miod Vallat |
2003-02-11 | Add hil devices, and enable wsdisplay at sti and wskbd at gsc and hil. | Miod Vallat |
2003-02-11 | hil at gsc attachment glue. | Miod Vallat |
2003-02-11 | hppa-specific hil definitions. | Miod Vallat |
2003-02-10 | fix pcs and pcxt recognition. from weissmanndude | Michael Shalayeff |
2003-02-08 | allow for xfs; ok miod | Todd T. Fries |
2003-02-05 | Add knob for getting at the "output level bit", supposedly changes the | Jason Wright |
2003-02-05 | in clearbits only flush the pte if it has changed. bits/bit in testbit | Michael Shalayeff |
2003-02-05 | Get rid of the pops: | Jason Wright |
2003-02-01 | More leftovers from when we thought we could attach a pckbc to gsc | Miod Vallat |
2003-02-01 | typos; | Jason McIntyre |
2003-02-01 | Regen | Miod Vallat |
2003-02-01 | Correct 715/100XC machine name, per openpa.net. mickey@ ok | Miod Vallat |
2003-01-31 | do not merge the rodata sections into the .text . they could be moved above 4... | Michael Shalayeff |
2003-01-31 | sync w/ generic and correct minirotsize | Michael Shalayeff |
2003-01-31 | Enter gsckbc, a driver for the ps/2-like input device ports found on many | Miod Vallat |
2003-01-30 | there is no need for a MCOUNT, gcc prepares everything and calls _mcount() al... | Michael Shalayeff |
2003-01-30 | no need to force cflags here | Michael Shalayeff |
2003-01-30 | reread the dma status reg after playing part of the dma got programmed. | Michael Shalayeff |
2003-01-30 | real meat in audio_device; discussed w/ jason@ | Michael Shalayeff |