summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/gsc
AgeCommit message (Collapse)Author
2006-12-17Sync with pckbc.c r1.12:Miod Vallat
silence a debug message; from kili@outback.escape.de
2006-12-17sync with pckbd.c r1.8:Miod Vallat
go via pckbc_enqeue_cmd() in pckbd_enable() if on; fixes PR 4615
2006-12-05regenOtto Moerbeek
2006-07-20regenMichael Shalayeff
2006-07-20regenMichael Shalayeff
2006-05-29Regen (although this does not change anything for these keyboards).Miod Vallat
2006-05-20do not even match on unsupported hw (instead of return from attach); from 710Michael Shalayeff
2005-12-22Postpone 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-13remove ad clause that got copied from older versions of the files; pto by jsg@Michael Shalayeff
2005-06-09it appears asp occupies more space than intially thought andMichael 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-12RegenMiod Vallat
2005-05-12Populate \t better in the output, for human readability; no change in theMiod Vallat
map themselves.
2005-05-09RegenMiod Vallat
2005-05-09Sort the output tables, and mention the rcsid of the converter script inMiod Vallat
the output as well.
2005-05-06regenMichael Shalayeff
2005-05-06s/pckbd_keydesc_precisionbook/gsckbd_keydesc_precisionbook/gMichael Shalayeff
2005-05-06regenMichael Shalayeff
2005-05-06regenMichael Shalayeff
2005-05-04RegenMiod Vallat
2005-05-04Skip the DECLK layout when generating the GSC maps.Miod Vallat
ok mickey@
2005-05-04RegenMiod Vallat
2005-04-16round -- not truncate the buffer sizeMichael Shalayeff
2005-02-22regenMichael Shalayeff
2005-02-22sync to pckbd.c change: send enable after resetMichael Shalayeff
2004-10-30Oops, forgot to cvs add this file in previous commit (mongoos@gsc attachment).Miod Vallat
2004-10-28need to map the regs though lasi used to save us beforeMichael Shalayeff
2004-09-19do not blindly assume console has been mappedMichael Shalayeff
2004-09-15scan cpu bus manually for some machines do not support that in promMichael Shalayeff
2004-09-14always map the io spaceMichael Shalayeff
2004-07-26RegenMiod Vallat
2004-07-21regenMichael Shalayeff
2004-04-07update copyright; miod@ is fine w/ files where he holds it tooMichael Shalayeff
2004-03-16Regen.Miod Vallat
2004-03-12Preliminary port of NetBSD oosiop driver, for NCR53C700 chips, as commonlyMiod 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-13order irq,pri args to gsc_intr_establish() the way less confusing compared ↵Michael Shalayeff
to other trolley busses around ...
2004-02-13as i continuously fail to make osiop drive 700 chip disable it for nowMichael Shalayeff
2003-12-20Pass -Wformat, fix a few uninitialized variables as well.Miod Vallat
2003-10-31ifdef USELEDS on ledctl(); from hellmuth.michaelis@t-online.deMichael Shalayeff
2003-10-30typos and grammer from Bruno Rohee <bruno@rohee.com>Michael Shalayeff
2003-10-27typos; fom bruno@rohee.comMichael Shalayeff
2003-09-26regenMichael Shalayeff
2003-08-15bitneaks anonymous randomisationMichael Shalayeff
2003-08-14attach at teleshare serial ports as well. need dsp microcode for a ↵Michael Shalayeff
functional mudem now
2003-08-07missed one wrt intr_establishMichael Shalayeff
2003-08-07make all intr_establish take the same last arg for nameMichael Shalayeff
2003-08-05support for shared interrupts as required by isa/eisa/pci. remove a gsckbc ↵Michael Shalayeff
kludge; miod@ testing
2003-08-03oopsMichael Shalayeff
2003-08-03prefer fdc to fdce for cache flushing hereMichael Shalayeff
2003-07-30kill sample device mappings as not really usefulMichael Shalayeff
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.