summaryrefslogtreecommitdiffstats
path: root/sys/arch/hppa/gsc
AgeCommit message (Expand)AuthorFilesLines
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt1-2/+1
2019-10-12hppa: gsckbc(4), power(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@cheloha1-2/+2
2018-05-14Relax the way irqs are assigned. This diff does:kettenis2-13/+41
2018-04-28replace add_*_randomness with enqueue_randomness()jasper1-2/+2
2016-09-19Remove unused getdev() audio driver functions.ratchov2-22/+2
2016-09-14Remove drain(), query_encoding(), mappage() and get_default_params()ratchov1-49/+2
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi1-2/+1
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi1-2/+1
2015-09-14Fix more ifmedia64 fallout in the kernel. It's hiding everywhere...stsp1-2/+2
2015-09-08sizes for free(), when known; ok semariederaadt1-3/+3
2015-05-24Follow the recent pckbc@isa changes and always establish all the necessarymiod1-18/+9
2015-05-11Remove all audio format conversion code from the kernel (btw holdingratchov1-82/+7
2014-10-31remove a duplicate pckbdvar.h include under NGSCKBD > 0jsg1-6/+3
2014-07-12add a size argument to free. will be used soon, but for now default to 0.tedu1-3/+3
2014-03-29It's been a quarter century: we can assume volatile is present with that name.guenther1-5/+5
2013-05-23Revert Active PS/2 support for now, until we find a solution suitabletobias1-7/+7
2013-05-15Introduce a global interrupt-aware mutex protecting dataratchov1-4/+10
2013-04-20more pckbd fallout, sighderaadt1-3/+3
2013-04-20Enable active PS/2 multiplexing if available.tobias1-6/+6
2012-08-10simplify pckbc_xt_translation()shadchin1-5/+4
2011-12-21Work-in-progress driver for the HP ``Audio1'' device found on the HP 9000/425emiod1-0/+87
2011-09-16Fix a bunch of typos: manaul, monnitor, machiune, autload.miod1-2/+2
2010-12-03removed slot argument of function pckbd_cnattachshadchin1-2/+2
2010-11-28Remove unused gscbus bus_dma_tag_t.miod2-180/+2
2010-07-15add two new members to structs audio_encoding and audio_prinfo.jakemsr1-2/+8
2010-04-29Currently pdc_scanbus() scans in reverse, which results in physical CPU0jsing1-2/+2
2010-04-20more misuse of user.h and sysctl.hderaadt1-2/+1
2010-04-20Allow MD oosiop(4) attachment to override default values for a few of themiod1-1/+7
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsblambert1-2/+2
2008-07-16Implement pckbc_xt_translation() in gsckbc. Thus, we can attach pckbd instead ofmiod7-2070/+14
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.ray2-16/+2
2008-04-21allow low level audio drivers to specify a default sample format,jakemsr1-1/+2
2008-03-21regenmiod1-2/+2
2008-03-21Add option WSKBD_NO_INTL_LAYOUTS to prevent inclusion of internationalmiod1-5/+5
2007-10-01More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' wherekrw1-3/+2
2007-08-23First stab at a driver for the onboard Fast-Wide SCSI on the 735 and 755.kettenis1-0/+162
2007-07-15Delay switching to the real serial console until we attach the serial device.kettenis1-13/+10
2006-12-17Sync with pckbc.c r1.12:miod1-4/+5
2006-12-17sync with pckbd.c r1.8:miod1-3/+3
2006-12-05regenotto1-2/+44
2006-07-20regenmickey1-15/+15
2006-07-20regenmickey1-2/+20
2006-05-29Regen (although this does not change anything for these keyboards).miod1-2/+5
2006-05-20do not even match on unsupported hw (instead of return from attach); from 710mickey1-14/+14
2005-12-22Postpone the hil console detection logic to the first detection of a keyboard.miod1-6/+11
2005-12-13remove ad clause that got copied from older versions of the files; pto by jsg@mickey2-10/+4
2005-06-09it appears asp occupies more space than intially thought andmickey1-2/+1
2005-05-12Regenmiod1-303/+303
2005-05-12Populate \t better in the output, for human readability; no change in themiod1-8/+15
2005-05-09Regenmiod1-384/+389