yamt
995e6c528b
nfsrv_zapsock: remove slp from nfssvc_sockpending before zapping.
2004-03-17 10:42:37 +00:00
yamt
ec3b565db1
nfs_sndlock: fix nfsd null dereference.
2004-03-17 10:40:34 +00:00
yamt
fd4b77d30f
SHUT_RDWR rather than bare 2.
2004-03-17 10:37:02 +00:00
yamt
639cdf812b
sokvaalloc: unreserve kva if uvm_km_valloc_wait failed.
2004-03-17 10:30:18 +00:00
yamt
82b343cc81
- move kern.somaxkva sysctl stuff from init_sysctl.c to uipc_socket.c.
...
- when changing its value, wakeup sokva waiters.
2004-03-17 10:21:59 +00:00
yamt
097a3aea2e
- fix locking of sosend kva allocation.
...
- some comments.
2004-03-17 10:03:26 +00:00
yamt
2429c10607
remove per-socket pendfree list.
2004-03-17 09:58:15 +00:00
martin
ac3bee274a
Fix hme for pci based sparcs (krups).
2004-03-17 08:58:23 +00:00
martin
c19b13c71b
Adapt to pckbc -> pckbport changes
2004-03-17 08:48:58 +00:00
uwe
dd45c4817c
Comment change only. Add a reminder that if you add new entry to
...
hpckbd_keymap_table, you must make sure that pckbd_keydesctab[] in
sys/dev/pckbport/wskbdmap_mfii.c has a placeholder KB_MACHDEP entry
for the base ht_layout that you refer.
I've stepped on this rakes two times already, with DE and FR keymaps,
so I gather, I'd better add this reminder, if only for myself. :)
2004-03-17 04:34:25 +00:00
uwe
5b0626de75
The platid for Jornada 680/690 with European English (ABB) keyboard is
...
now properly renamed to have the EU suffix.
Enable Jornada 680/690 French (ABF) keymap now that we have a platid
for it (requires updated hpcboot.exe to use).
2004-03-17 04:24:16 +00:00
uwe
853017ec09
Regenerate after platid.def changes:
...
Rename 680HU (Hungarian) to 680EU (European).
Add entries for French and Scandinavian 680/690.
Spell "HP 620LX" with a space, like HP does.
2004-03-17 04:18:38 +00:00
uwe
f11168a748
Rename 680HU (Hungarian) to 680EU (European).
...
Add entries for French and Scandinavian 680/690.
Spell "HP 620LX" with a space, like HP does.
2004-03-17 04:14:08 +00:00
uwe
050ecd0171
Add KB_FR | KB_MACHDEP placeholder. Need it for the Jornada 680/690
...
French (ABF) keyboard layout (to be enabled soon).
2004-03-17 04:09:57 +00:00
jonathan
60f87b2f99
sys/netinet6/ip6_ecn.h is reportedly a FreeBSD-ism; NetBSD has
...
prototypes for the IPv6 ECN ingress/egress functions in sys/netinet/ip_ecn.h,
inside an #ifdef INET6 wrapper. So, wrap sys/netipsec ocurrences of
#include <netinet6/ip6_ecn.h>
in #ifdef __FreeBSD__/#endif, until both camps can agree on this
teensy little piece of namespace. Affects:
ipsec_output.c xform_ah.c xform_esp.c xform_ipip.c
2004-03-17 00:21:43 +00:00
jonathan
c3b09e1e59
Fix key_ismyaddr6() multicast test, as per sys/netkey/key.c NetBSD rev 1.112.
2004-03-17 00:17:45 +00:00
scw
8f5fbb07af
Make this compile again.
2004-03-16 23:58:18 +00:00
pk
aafd051f4f
For now, implement prom_getoption() in autoconf.c.
2004-03-16 23:05:45 +00:00
jonathan
dc6a77862b
Delint ntohl() as argument to a "%lx" format in a log message.
2004-03-16 22:58:54 +00:00
pk
d5ae67c446
Encapsulate retrieval of properties from the global `options' prom node.
2004-03-16 22:55:47 +00:00
jonathan
046d8e371f
#include <net/net_osdep.h>: if INET6 is configured,
...
ipsec_encapsulate() calls ovbcopy(), which is otherwise deprecated.
2004-03-16 22:48:29 +00:00
pk
9166dfe50b
Use prom_getoption() and drop home-grown string-to-integer conversion code.
2004-03-16 22:47:10 +00:00
pk
7489a68403
Encapsulate retrieval of properties from the global `options' prom node.
2004-03-16 22:45:18 +00:00
jonathan
2061ef0c38
Remove the old, inet4-specific versions of PCB_T, PCB_FAMILY, and PCB_SOCKET,
...
and the surrounding #ifndef notyet/#else/#endif which had the removed lines
in the #else branch. The inpcb_hdr versions have been in use for
some time now.
2004-03-16 22:37:46 +00:00
uwe
8c941b849f
Add a few calls to UpdateWindow.
2004-03-16 22:30:36 +00:00
nathanw
263f910569
Do set up the auxpll to the right value (8, to generate 96MHz),
...
because the Au1500 and/or this board's firmware don't have it to the
right value at bootup, as was previously assumed. Makes USB-host work
on the Au1500, and should cause no change on other boards where it
previously "just worked".
Remove some #if 0'd out setting of FREQ0, since it's not currently
used.
2004-03-16 21:20:06 +00:00
bouyer
751597cddb
cbd -> cdb
...
Command Block Descriptor -> Command Descriptor Block
Pointed out by Allen Briggs.
2004-03-16 19:10:43 +00:00
nathanw
6b89d04a4a
The Au1500 doesn't have an i2s interface.
2004-03-16 18:13:45 +00:00
pk
9c0a7ff277
For now, implement prom_getidprom() and prom_getether() in autoconf.c
2004-03-16 13:14:34 +00:00
simonb
98cd2fe77e
Fix an assigned-to-but-not-used variable in the non AHC_ALLOW_MEMIO case.
2004-03-16 05:32:09 +00:00
uwe
501860614d
Add j6x0lcd.
2004-03-16 00:23:31 +00:00
pk
0c91b926ac
Replace myetheraddr() by prom_getether(). Convert the file descriptor to
...
deivce tree node (if possible) to support the "local-mac-address' property.
2004-03-15 23:57:27 +00:00
pk
967492ee53
Replace myetheraddr() by prom_getether().
2004-03-15 23:51:11 +00:00
pk
058057533c
prom_getether() now takes a `node' argument in order to support the
...
"local-mac-address" property.
2004-03-15 23:48:21 +00:00
pk
4bd9e9bb70
prom_getether: support the "local-mac-address" property on network nodes.
2004-03-15 23:46:40 +00:00
uwe
9d8bb20eb3
Use CONFIG_HOOK_POWERCONTROL_LCD to control turning the LCD on/off
...
(the _LCDLIGHT hook is apparently meant to control the LCD backlight).
2004-03-15 23:38:16 +00:00
uwe
e9612620ef
Now that we can control contrast and brightness of the Jornada 680 LCD
...
add KS_Cmd_{Contrast,Brightness}{Up,Down} to default keymaps.
2004-03-15 23:25:09 +00:00
uwe
4b44d3c34a
Change #if 0 protecting the lines with KS_euro to #ifdef KS_euro, so
...
that the keymap definitions are forward-compatible.
2004-03-15 22:49:07 +00:00
bouyer
542c876565
Extract the code printing the CBD from scsipi_print_sense(), so that it's
...
usable in other context.
Use the new scsipi_print_cbd() to dump the command in case of timeout
in siop/esiop.
2004-03-15 22:43:43 +00:00
bouyer
285ce8d78e
Indent.
2004-03-15 22:28:30 +00:00
rafal
7dc96fa92f
Remove references to no-longer-existing options (MIPS3_L2CACHE_PRESENT and
...
MIPS3_5200).
2004-03-15 16:56:55 +00:00
yamt
c12b63c2e0
some comments on cryptic nfsm_ macros.
2004-03-15 11:47:52 +00:00
augustss
26b7762c08
Regen.
2004-03-15 11:16:43 +00:00
augustss
ae2960eaf0
Add some devices. From FreeBSD.
2004-03-15 11:16:23 +00:00
augustss
92bc86cdb6
Add Epson Perfection 1670 scanner
2004-03-15 11:09:23 +00:00
augustss
eaf85ed85e
Regen.
2004-03-15 11:08:53 +00:00
augustss
fd28ddd148
Add Epson Perfection 1670 scanner
2004-03-15 11:08:34 +00:00
augustss
da2d21f6ee
Set the device address before reading the device descriptor.
...
This makes certain non-conforming devices work.
Suggested by Peter Burnett in kern/24716.
2004-03-15 10:35:04 +00:00
minoura
88f55c570c
Fix typo.
2004-03-15 05:31:46 +00:00
uwe
c900434559
Add j6x0lcd(4).
2004-03-15 03:49:14 +00:00