Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-16 | Enable the traditional Stop-A handling | Jason Wright | |
Prepare for being able to set the LED's Clean some of the tty cruft (more of this to come) | |||
2002-01-16 | Send input to wskbd_input() instead of line discipline and make sure RIE is set. | Jason Wright | |
2002-01-16 | Initialize the rest of the wskbd_mapdata structure. | Jason Wright | |
Clean up and remove alot of debugging crap Fix the initialization state machine. [State: works as console keyboard in polled mode... interrupt mode to go...] | |||
2002-01-16 | Add a sun keyboard type | Jason Wright | |
2002-01-15 | add spif* at sbus? | Jason Wright | |
2002-01-15 | allow zskbd* at zs? | Jason Wright | |
2002-01-15 | Frontend driver for keyboards attached to zs's (instead of zstty's). | Jason Wright | |
Doesn't really work yet, but it's not terribly far off. This is a work in progress.. | |||
2002-01-15 | A fix to amap_wiperange from Chuck Cranor that has been in my tree for | Artur Grabowski | |
a while. With his words: " here is a fix for a bug in amap_wiperange (was posted on netbsd's tech-kern list). i screwed up the loop control :(" | |||
2002-01-15 | allocate sackholes with pool | Niels Provos | |
2002-01-15 | change tcpcb allocation to pool | Niels Provos | |
2002-01-14 | volatile police. | Miod Vallat | |
2002-01-14 | knf | Niels Provos | |
2002-01-14 | knf | Niels Provos | |
2002-01-14 | knf | Niels Provos | |
2002-01-14 | typo | Niels Provos | |
2002-01-14 | use macros to manage tcp timers; based on netbsd | Niels Provos | |
2002-01-14 | The return value of lcsplx is used in locore. however at some point | Dale Rahn | |
the function was changed to be void. return the cpl value at the time the function is called as locore.S expects. | |||
2002-01-13 | better accounting for 'soft' interrupts, before all exceptions were | Dale Rahn | |
counted as soft interrupts. | |||
2002-01-13 | Regress this one additional change, with this change more systems | Dale Rahn | |
successfully ran 'make build'. | |||
2002-01-13 | Better error handling: unmap registers on failure and better checking on | Jason Wright | |
whether the spif is found at open(2) time. | |||
2002-01-13 | 108 and 109 should point to stty/sbpp not mtty/mbpp | Jason Wright | |
2002-01-13 | Port of my spif driver to sparc64 (untested) | Jason Wright | |
2002-01-13 | comment typos | Jason Wright | |
2002-01-12 | Don't cast return value from splx to (void) because splx doesn't return ↵ | Artur Grabowski | |
anything. | |||
2002-01-12 | the 1190 and 1400 register maps aren't the same size don't treat them so | Jason Wright | |
(basically this was a cut and pasto). | |||
2002-01-12 | House cleaning: removing some leftover sparc bits and such | Jason Wright | |
2002-01-12 | Port of Iain Hibbert's magma driver to sparc64 | Jason Wright | |
2002-01-12 | Not used. | Miod Vallat | |
2002-01-12 | Don't try UDMA modes if they aren't supported by the controller | Jason Wright | |
even if the flags enable it. chris@ ok | |||
2002-01-12 | - Only apply fastroute and route-to if we are going in the same | jasoni | |
direction as the rule. - ok dhartmei@ | |||
2002-01-12 | add rediraccept and redirtimeout sysctl's. | Eric Jackson | |
rediraccept allows one to ignore ICMP_REDIRECT redirtimeout sets a timeout on the routing entries pretaining to ICMP_REDIRECT, this timeout is defaulted to 10 minutes. (same as ipv6) From NetBSD. millert@ ok | |||
2002-01-11 | Get all of the bit definitions from ad1848reg, apcdmareg, and cs4231reg | Jason Wright | |
headers. | |||
2002-01-11 | pad the pf_state_{host,peer} to a 32bit quantity; dhartmei@ frantzen@ ok | Michael Shalayeff | |
2002-01-11 | enable/disable IEN in cs4231 pin control register | Jason Wright | |
2002-01-11 | Roughly same diff as sparc, better interrupt handling: | Jason Wright | |
* check use IE bits to qualify I bits * move cs4231 chip interrupts to APC GI handling * enable/disable cs4231 IEN in pin control register | |||
2002-01-11 | Oops, that's -disable- interrupt enable in cs4231_close()... | Jason Wright | |
2002-01-11 | Remove last nights interrupt handling hack and do it right: | Jason Wright | |
* check the qualify the intr pending bits with the enable bits * enable/disable the cs4231 IEN bit in the pin control register * move the cs4231 (not dma) interrupt handling to the general interrupt processing [This properly allows for sharing with, eg. magma] | |||
2002-01-11 | for the "Magma LC 2+1 Sp", we have to check the 'clock' property (it's | Jason Wright | |
64Mhz vs. the "normal" 25Mhz). This (with the cs4231 patch) makes this board work. | |||
2002-01-11 | Get order of operations correct so that we clear the wsmux array and | Jason Wright | |
initialize it correctly. | |||
2002-01-11 | Check result from malloc(9) when using M_NOWAIT. fgsch@ ok | Thomas Nordin | |
2002-01-11 | Add a new sysctl that removes the requirement for reserved ports to be | Nathan Binkert | |
used by the nfs server. | |||
2002-01-11 | Only check for playback interrupts if we're actually expecting them. | Jason Wright | |
(This fixes the crash in pr2212, but the magma still doesn't want to talk to the world... looks like oscillator problems). [Many thanks to John Baker <jdbaker@blkbox.com> for donating a MAGMA board for testing] | |||
2002-01-10 | Bring back pmap_motorola for mac68k. | Miod Vallat | |
2002-01-10 | Replace asm statements with stuff from asm*.h, or even simple equivalent | Miod Vallat | |
C statements. As a bonus this gets rid of the incorrect gcc 2.95 warnings in machdep.c | |||
2002-01-10 | Switch m68k arches that do not exist in 68060 models back to pmap_motorola. | Miod Vallat | |
Others will be switched after more 060 tests. This time: hp300 | |||
2002-01-10 | Reintroduce the pmap_motorola framework. | Miod Vallat | |
2002-01-10 | Fix a locking error in pool_drain. Misc cleanup. | Artur Grabowski | |
From NetBSD. | |||
2002-01-10 | return ENOTTY not EINVAL in default: in *ioctl() | Michael Shalayeff | |
2002-01-10 | check if device was opened for writing for modifying ops, also it's enotty ↵ | Michael Shalayeff | |
not einval; from Vladimir Popov <jumbo@narod.ru> and me | |||
2002-01-10 | - unbreak POOL_DIAGNOSTIC. | Artur Grabowski | |
- use ltsleep instead of simple_unlock ; tsleep |