jmcneill
2003399300
Missed in previous device_t/softc split commit for esa, pointed out by
...
xtraeme@
2008-03-27 14:13:34 +00:00
ad
17ca69f070
Disable the fast tsc_get_timecount() for now. The divide can overflow
...
causing an exception.
2008-03-27 13:00:25 +00:00
jmcneill
bd7babb259
Split device_t and softc, use cfdata_t
2008-03-27 12:15:16 +00:00
jmcneill
0a866f5754
Use device_t, cfdata_t
2008-03-27 12:14:54 +00:00
lukem
3e2ac0a370
Use SCRIPTS not PROG.
...
Noted by adam@albedo.art.pl
2008-03-27 12:12:40 +00:00
jmcneill
9655a911a4
Split device_t and softc, replace malloc with kmem_alloc
2008-03-27 12:08:37 +00:00
jmcneill
289793f78f
Split device_t and softc
2008-03-27 12:04:43 +00:00
ad
eb7a4d38ae
Declare sleep_syncobj.
2008-03-27 12:01:23 +00:00
jmcneill
d7e505a90f
Split device_t and softc, aprintify
2008-03-27 11:58:18 +00:00
kiyohara
010b86ace4
Split device_t/softc.
2008-03-27 10:47:14 +00:00
xtraeme
0ab2da71ce
Split device_t/softc for mpu(4) and its attachments, plus other
...
related cosmetic changes.
Reviewed by cube@.
2008-03-27 10:22:00 +00:00
skrll
e410e26f27
Add support for the (non-pci) NCR 53c720/770 in big-endian mode.
...
From OpenBSD (Mark Kettenis)
2008-03-27 10:06:30 +00:00
lukem
4f3847e772
Reorganize USE_PAM support so that the reply(331,) from USER is
...
performed by the pam_conv (PAM conversation) callback, which then
getline()s the PASS reply internally. This involves calling
auth_pam() from user() and caching the result to use later in pass().
This allows the PAM modules to present a different password prompt
dialog if necesary. For example:
Name (localhost:lukem):
331 User lukem accepted, provide password [ otp-md4 89 xxxx12345 ].
versus
Name (localhost:lukem): root
331 User root accepted, provide password.
This is independent of (and effectively exclusive to) USE_SKEY support.
Previously ftpd with USE_SKEY=yes would provide the skey prompt
if the user had an skey configured, even if /etc/pam.d/ftpd didn't
have pam_skey in use.
I.e., ftpd shouldn't need special support for custom password prompts
(such as skey) if PAM is in use.
2008-03-27 08:12:09 +00:00
apb
a749c03e28
Use "${TOOL_SED}" instead of just "sed" in sys/arch/m68k/060sp/asm2gas.
2008-03-27 07:15:16 +00:00
lukem
4a4d3f9c31
Add a note about handling old major shlibs.
2008-03-27 06:31:21 +00:00
lukem
1c11345734
Remove obsolete entries for old major shlibs for Kerberos and pthread_dbg.
...
Noted by Greg Troxel.
2008-03-27 06:05:32 +00:00
ichiro
9aa0df1bf3
add device 'E620'on Vodafone.
...
It was tested on Vodafone by Mihai Chelaru <kefren@NetBSD.org>
and works perfectly.
2008-03-27 04:13:23 +00:00
uwe
b5ba6eeb69
Split device_t and softc.
2008-03-27 03:58:47 +00:00
uwe
63387b243b
Convert to use CFATTACH_DECL_NEW (no softc).
2008-03-27 03:35:12 +00:00
uwe
a0caab7521
Split device_t and softc.
2008-03-27 03:34:14 +00:00
uwe
178f553d3a
Use cfdata_t, aprint_*.
2008-03-27 03:16:29 +00:00
uwe
ba989a607d
Say "buttons" not "button" as there are several.
2008-03-27 03:01:05 +00:00
uwe
e65c61e272
Split device_t and softc.
2008-03-27 02:52:04 +00:00
jmcneill
fcb7a4511a
Split device_t and softc
2008-03-27 02:51:26 +00:00
uwe
44bf67fb94
Split device_t and softc.
2008-03-27 02:40:14 +00:00
uwe
907d951360
Split device_t and softc. While here, hide obio_softc - there's no
...
reason to expose it via obiovar.h
2008-03-27 02:26:34 +00:00
uwe
3d9ebca642
Split device_t and softc.
2008-03-27 02:15:29 +00:00
uwe
d767a02150
Add missing aprint_naive("\n");
2008-03-27 02:08:14 +00:00
uwe
043b797d5d
Convert to use CFATTACH_DECL_NEW (no softc).
2008-03-27 02:05:43 +00:00
uwe
3e56f06adf
Split device_t and softc.
2008-03-27 02:03:03 +00:00
uwe
94dcf58d14
Split device_t and softc.
2008-03-27 01:48:50 +00:00
uwe
aece9113ff
Fix CS_MACH definition. 0x10 is spelled 0x10, not 0x16.
2008-03-27 01:15:15 +00:00
uwe
8e76b33398
Use device_t, &c. Convert to use CFATTACH_DECL_NEW (no softc).
2008-03-27 00:42:43 +00:00
uwe
fb3a817da5
Add RCSID comment.
2008-03-27 00:32:58 +00:00
uwe
30cb91aa35
Split device_t and softc. Use aprint_*.
2008-03-27 00:31:06 +00:00
uwe
9c577c1e80
Use device_t. Convert to use CFATTACH_DECL_NEW.
2008-03-27 00:23:40 +00:00
cube
564b60af35
- Make sure we send a reasonable fragment size when IPSEC is configured.
...
Otherwise we end up sending a dubious "0" whenever we cannot find a
proper association for the packet.
- Reset sack_newdata along with snd_nxt to avoid improper integer
arithmetics that lead to sending data from an incorrect place in the
stream, making it appear as corrupted.
Patch by Michael Van Elst, based on an analysis by Michael for the IPSEC
stuff and I for the SACK issue.
2008-03-27 00:18:56 +00:00
uwe
ff0e77e824
Use device_t. Convert to use CFATTACH_DECL_NEW.
2008-03-26 23:49:16 +00:00
uwe
4ad267c0da
Fix R_SH_DIR32 calculation (XXX: some other relocs look wrong too).
...
Sync icache after module is linked.
2008-03-26 22:45:50 +00:00
xtraeme
ae33dd3e78
sme_cookie is not needed when SME_DISABLE_REFRESH is set.
2008-03-26 20:21:38 +00:00
ad
02141d72c7
- Remove uneeded splsoftnet().
...
- Use fd_getsock().
2008-03-26 20:08:22 +00:00
tnn
1a21682d68
Split device_t/softc for envctrl(4).
2008-03-26 19:15:49 +00:00
tnn
ebe7b38bb0
convert pcf8584 to device_t.
2008-03-26 19:14:24 +00:00
xtraeme
71c3052b91
Split device_t/softc and related cosmetic changes.
2008-03-26 18:35:17 +00:00
xtraeme
701c2ae0a3
Split device_t/softc for joy(4) and all its attachments. Also
...
use device_lookup_private() and related cosmetic changes.
Reviewed by cube@.
2008-03-26 18:27:07 +00:00
matt
51a43e5da8
split softc/device_t. use device_t & cfdata_t
2008-03-26 18:09:17 +00:00
matt
1338b4a803
use device_t & cfdata_t
2008-03-26 18:08:08 +00:00
matt
db44fdcd39
"split" softc/device_t. (since softc was a struct device, use a split softc
...
size of 0).
2008-03-26 18:06:34 +00:00
matt
5d109a29b5
split softc/device_t
2008-03-26 18:04:15 +00:00
matt
595211a098
split device_t/softc. Use aprint_*_dev and device_xname.
...
switch to device_lookup_private.
2008-03-26 17:50:32 +00:00