Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-17 | Sync with pckbc.c r1.12: | Miod Vallat | |
silence a debug message; from kili@outback.escape.de | |||
2006-12-17 | sync with pckbd.c r1.8: | Miod Vallat | |
go via pckbc_enqeue_cmd() in pckbd_enable() if on; fixes PR 4615 | |||
2006-12-05 | regen | Otto Moerbeek | |
2006-07-20 | regen | Michael Shalayeff | |
2006-07-20 | regen | Michael Shalayeff | |
2006-05-29 | Regen (although this does not change anything for these keyboards). | Miod Vallat | |
2006-05-20 | do not even match on unsupported hw (instead of return from attach); from 710 | Michael Shalayeff | |
2005-12-22 | Postpone the hil console detection logic to the first detection of a keyboard. | Miod Vallat | |
On hp300, hil would claim console against dnkbd if no dnkbd was found at the time the loop is probed, even if the loop is empty. Because of this, plugging dnkbd later would not select it as console keyboard, which is really annoying on kernels without wsmux, such as hp300 RAMDISK. Now the first keyboard plugged will become the console keyboard, whatever its type. No functional change on hppa, since the console path gives a definite console device setting. | |||
2005-12-13 | remove ad clause that got copied from older versions of the files; pto by jsg@ | Michael Shalayeff | |
2005-06-09 | it appears asp occupies more space than intially thought and | Michael Shalayeff | |
audio wraps off the edge making troubles. make sure gsc attachment follows the amsk from the parents and also extend the asp's range to a full 512m. found by Graham Gower <graham.gower@gmail.com> on 735 testing by miod@ on 715 | |||
2005-05-12 | Regen | Miod Vallat | |
2005-05-12 | Populate \t better in the output, for human readability; no change in the | Miod Vallat | |
map themselves. | |||
2005-05-09 | Regen | Miod Vallat | |
2005-05-09 | Sort the output tables, and mention the rcsid of the converter script in | Miod Vallat | |
the output as well. | |||
2005-05-06 | regen | Michael Shalayeff | |
2005-05-06 | s/pckbd_keydesc_precisionbook/gsckbd_keydesc_precisionbook/g | Michael Shalayeff | |
2005-05-06 | regen | Michael Shalayeff | |
2005-05-06 | regen | Michael Shalayeff | |
2005-05-04 | Regen | Miod Vallat | |
2005-05-04 | Skip the DECLK layout when generating the GSC maps. | Miod Vallat | |
ok mickey@ | |||
2005-05-04 | Regen | Miod Vallat | |
2005-04-16 | round -- not truncate the buffer size | Michael Shalayeff | |
2005-02-22 | regen | Michael Shalayeff | |
2005-02-22 | sync to pckbd.c change: send enable after reset | Michael Shalayeff | |
2004-10-30 | Oops, forgot to cvs add this file in previous commit (mongoos@gsc attachment). | Miod Vallat | |
2004-10-28 | need to map the regs though lasi used to save us before | Michael Shalayeff | |
2004-09-19 | do not blindly assume console has been mapped | Michael Shalayeff | |
2004-09-15 | scan cpu bus manually for some machines do not support that in prom | Michael Shalayeff | |
2004-09-14 | always map the io space | Michael Shalayeff | |
2004-07-26 | Regen | Miod Vallat | |
2004-07-21 | regen | Michael Shalayeff | |
2004-04-07 | update copyright; miod@ is fine w/ files where he holds it too | Michael Shalayeff | |
2004-03-16 | Regen. | Miod Vallat | |
2004-03-12 | Preliminary port of NetBSD oosiop driver, for NCR53C700 chips, as commonly | Miod Vallat | |
encountered on the oldest hppa machines. Currently compiled in, but disabled, in the kernel, until it is stable enough - right now read access are fine, but writes eventually time out and do not complete. ok deraadt@ | |||
2004-02-13 | order irq,pri args to gsc_intr_establish() the way less confusing compared ↵ | Michael Shalayeff | |
to other trolley busses around ... | |||
2004-02-13 | as i continuously fail to make osiop drive 700 chip disable it for now | Michael Shalayeff | |
2003-12-20 | Pass -Wformat, fix a few uninitialized variables as well. | Miod Vallat | |
2003-10-31 | ifdef USELEDS on ledctl(); from hellmuth.michaelis@t-online.de | Michael Shalayeff | |
2003-10-30 | typos and grammer from Bruno Rohee <bruno@rohee.com> | Michael Shalayeff | |
2003-10-27 | typos; fom bruno@rohee.com | Michael Shalayeff | |
2003-09-26 | regen | Michael Shalayeff | |
2003-08-15 | bitneaks anonymous randomisation | Michael Shalayeff | |
2003-08-14 | attach at teleshare serial ports as well. need dsp microcode for a ↵ | Michael Shalayeff | |
functional mudem now | |||
2003-08-07 | missed one wrt intr_establish | Michael Shalayeff | |
2003-08-07 | make all intr_establish take the same last arg for name | Michael Shalayeff | |
2003-08-05 | support for shared interrupts as required by isa/eisa/pci. remove a gsckbc ↵ | Michael Shalayeff | |
kludge; miod@ testing | |||
2003-08-03 | oops | Michael Shalayeff | |
2003-08-03 | prefer fdc to fdce for cache flushing here | Michael Shalayeff | |
2003-07-30 | kill sample device mappings as not really useful | Michael Shalayeff | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. |