Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions | Bret Lambert | |
This should take care of the simpler ones (i.e., timeout values of integer multiples of hz). ok krw@, art@ | |||
2008-07-16 | Implement pckbc_xt_translation() in gsckbc. Thus, we can attach pckbd instead of | Miod Vallat | |
gsckbd; the former will cause a proper translation page to be selected by the keyboard. Because of this, we no longer depend on the page the keyboard is left in by the PDC (page 2 for all machines but the PrecisionBook, which is in page 3), and there is no longer any need to use separate keyboard maps. | |||
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
2008-04-21 | allow low level audio drivers to specify a default sample format, | Jacob Meuser | |
instead of 8-bit mono mulaw @ 8kHz. this is just the infrastructure; no drivers are specifying a default yet. ok ratchov@, deanna@ | |||
2008-03-21 | regen | Miod Vallat | |
2008-03-21 | Add option WSKBD_NO_INTL_LAYOUTS to prevent inclusion of international | Miod Vallat | |
keyboard layouts, instead of having SMALL_KERNEL imply this on alpha. No functional change. ok deraadt@ | |||
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where | Kenneth R Westerback | |
obvious. | |||
2007-08-23 | First stab at a driver for the onboard Fast-Wide SCSI on the 735 and 755. | Mark Kettenis | |
Only partly tested; works fine if there are no devices on the SCSI bus. | |||
2007-07-15 | Delay switching to the real serial console until we attach the serial device. | Mark Kettenis | |
The variety of different serial devices is just too big to make a decision up front. This should make the second serial port on four-digit B/C/J-class workstation work as a serial console too. ok miod@ | |||
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 | |