kleink
8a98994beb
Get rid of the silly CPU601 hooks and move BAT register restoration and
...
obliteration to RESTORE_{KERN,USER}_SRS, respectively; have oea_init()
patch these sequences to be skipped on non-MPC601s. The code sequence
matching heuristic isn't as pretty as the one for VRSAVE and MQ but works
well enough with the current structure of the trap code, and can be easily
updated when necessary.
2004-06-09 23:24:51 +00:00
rumble
533084bbc7
Refactor consinit() for readability by pulling out mach_type
...
specific code into their own functions. No functional change is
intended.
ok'd by pooka and sekiya
2004-06-09 23:01:01 +00:00
martin
86494c7fd4
Add pseudo-device ptm.
2004-06-09 20:25:54 +00:00
kleink
15764c5ab2
pmap_extract(): consider the MPC601's different battable layout, and its
...
use of I/O segments.
2004-06-09 19:30:57 +00:00
kleink
00fcabcfc9
Print SPR 0x100 as VRSAVE on non-4xx.
2004-06-09 19:19:05 +00:00
he
b22e6a658e
Bump size of ramdisk image from 3148KB to 3200KB so that the contents
...
fits again.
2004-06-09 19:04:38 +00:00
kochi
d639792bc2
The "implicit return" problem is already fixed since when I imported
...
ACPICA_PEDANTIC changes from FreeBSD.
Added one item (processor driver).
2004-06-09 16:48:49 +00:00
chs
5183104959
redo rev. 1.13, handle curlwp being NULL correctly.
2004-06-09 16:06:56 +00:00
rumble
df731a5f0f
Use global static prom vectors within the module instead of
...
creating them on the fly. Simplify arcemu_ip12_putc() since the
printf vector behaves as expected.
2004-06-08 22:51:21 +00:00
he
32381a5299
PAGE_SIZE is apparently not a constant on the sparc port, so don't
...
use it in a static initializer. Instead, initialize in signal_init().
2004-06-08 19:35:30 +00:00
kleink
b7ca652249
Add MPC601 support.
2004-06-08 19:29:53 +00:00
kleink
1e669a49c6
Repair a comment misplaced in rev. 1.43.
2004-06-08 19:07:00 +00:00
kochi
d29c4e62c3
Fix typo:
...
ACPI = Advanced *Configuration* and Power Interface
2004-06-08 12:46:11 +00:00
nathanw
23ac7ba060
pxa2x0_bs_unmap(): KVA allocated in pxa2x0_bs_map() needs to be freed.
2004-06-07 19:45:22 +00:00
drochner
4e2399e344
analogous to cfefs_elf.h, use __used for link set entries (untested)
2004-06-07 18:42:18 +00:00
drochner
3a3f462dc7
use the __used attribute for link set entries to avoid them being
...
optimized out (by gcc-3.4)
2004-06-07 18:41:38 +00:00
drochner
dd8c99b244
define a __used attribute (empty for gcc<2.7)
2004-06-07 18:36:24 +00:00
yamt
656e74e298
do a LAYERFS_REMOVED hack for vop_rename as well.
2004-06-07 17:36:38 +00:00
kochi
7322c3b561
Add code for replacing DSDT. See comments in the file.
...
Ideas from T.Shiozaki.
2004-06-07 17:35:14 +00:00
kochi
96f8bc3637
Add ACPICA_PEDANTIC/ACPI_DISABLE_ON_POWEROFF options; follow the i386
...
changes.
2004-06-07 15:36:22 +00:00
kochi
7e55bddc3a
Add ACPI_DISABLE_ON_POWEROFF option.
2004-06-07 15:33:52 +00:00
kochi
71dc5a9687
Add ACPI_DISABLE_ON_POWEROFF option.
...
Note: the default behavior is changed. Now we don't disable the ACPI
subsystem on power off (halt -p) by default.
'options ACPI_DISABLE_ON_POWEROFF' in a kernel config file makes the kernel
behave the way we used to be.
2004-06-07 15:33:17 +00:00
kochi
248f79eb70
Remove the first one (split _REG initialization path into two phases;
...
which has been done since post-20031203 version of ACPI-CA).
Pointed out by mycroft.
2004-06-07 15:30:03 +00:00
christos
f6a0807a9e
make the scroll lines ioctl struct take u_int's again. The wsconsctl
...
command does not deal with shorts well.
2004-06-07 01:13:40 +00:00
kleink
d92e6963e4
Add some BAT-style predicate macros.
2004-06-06 21:23:53 +00:00
martin
0db10bbadb
In acpitz_get_zone only print verbose temperature thresholds when called
...
from acpitz_attach. This removes strange (and possibly scaring) messages
described in PR kern/25747.
2004-06-06 17:27:05 +00:00
he
4d1d8d6c84
Remove spurious second argument to sizeof().
2004-06-06 13:34:36 +00:00
kleink
7498ed2ff7
Mark cr0 as clobbered in mfrtc().
2004-06-06 10:45:06 +00:00
christos
ff64927ee9
Don't include the rnd device; it makes us too big.
2004-06-06 07:04:27 +00:00
dyoung
b0ce431f32
Add sysctl(9) descriptions for net.link and net.link.ieee80211.
2004-06-06 05:45:29 +00:00
dyoung
390d3859bf
Fix a typo in some #ifdef notdef code.
2004-06-06 05:44:25 +00:00
dyoung
7b92b29893
Improve argument checking. Convert from seconds to some number of
...
inactivity countdown intervals (currently these are 5 seconds).
2004-06-06 05:43:17 +00:00
dyoung
43dcf72c5f
Finally, refactor wi_media_change and ieee80211_media_change.
...
ieee80211_media_change handles a lot more conditions than
wi_media_change did.
This helps with the second bug mentioned in kern/25604, which causes
"SIOCSIFMEDIA: Invalid argument."
2004-06-06 05:32:17 +00:00
dyoung
e071e08cc6
Fix for kern/25604: ifconfig wi0 media DS11 panics system.
...
In ieee80211_chan2mode, do not dereference the marker for "any
channel," IEEE80211_CHAN_ANYC.
2004-06-06 05:28:58 +00:00
dyoung
8c3cb8f859
Resolve kern/25721 by detaching ethernet(-like) devices from a
...
bridge in ether_ifdetach.
2004-06-06 04:44:05 +00:00
dyoung
86fed42ae8
In ad hoc mode, ignore the MAC's link up/down indication, since it
...
does not appear to be reliable.
2004-06-06 04:38:33 +00:00
dyoung
eaa20d476a
Use bpf_mtap2 in tun(4).
2004-06-06 04:36:29 +00:00
dyoung
e80559eec4
Per Matt Thomas' and Darren Reed's suggestions:
...
Add bpf_deliver prototype.
Rename bpf_measure to m_length and move it to sys/sys/mbuf.h. I
make m_length an inline function in the header file to preserve
its performance characteristics, for better or for worse.
Optimize m_length: use the length in m_pkthdr.len, if M_PKTHDR.
In bpf_deliver, zero the on-stack mbuf before we do anything else
with it.
2004-06-06 04:35:53 +00:00
dyoung
50c193fc53
Define IEEE80211_RADIOTAP_HDRLEN, the length of a radiotap header.
2004-06-06 04:13:28 +00:00
dyoung
bcc2926388
Name some constants. Perhaps this deserves the cardbus_setpowerstate
...
treatment?
2004-06-06 04:10:49 +00:00
christos
6671f6dc9e
make copyright comments go to the ".copyright" section so that they
...
don't end up in the data segment and eat space.
2004-06-06 01:36:25 +00:00
lha
a9970d44c9
Return directly when pty_alloc_master failes in ptmioctl,
...
bug-report on current users from Denis Lagno dlagno at smtp dot ru.
Make debug message in pty_alloc_master to match the code.
2004-06-05 11:23:15 +00:00
jdolecek
849c8f1904
attach to Sitecom USB to serial cable
...
patch submitted in PR kern/25510
2004-06-05 08:41:43 +00:00
jdolecek
3173ee1a05
regen:
...
add Sitecom USB to serial cable
info submitted in PR kern/25510
2004-06-05 08:40:10 +00:00
jdolecek
80ce2a5588
add Sitecom USB to serial cable
...
info submitted in PR kern/25510
2004-06-05 08:39:31 +00:00
jdolecek
aaba5c2cd4
unify the statvfs-reporting related code to single smbfs_smb_statvfs routine
...
for easier maintenance; the decision to use either
SMB_TRANS2_QUERY_FS_INFORMATION or SMB_COM_QUERY_INFORMATION_DISK
is done inside it, the code for populating struct statvfs with values
is shared
2004-06-05 07:36:25 +00:00
yamt
cc5720dc40
unexport following x86 bus_dma internal functions.
...
_bus_dma_alloc_bouncebuf
_bus_dma_free_bouncebuf
_bus_dmamap_load_buffer
2004-06-05 07:31:31 +00:00
yamt
1b31a2b6a0
- introduce a function, i82489_icr_wait, which waits for
...
LAPIC_DLSTAT_BUSY cleared, and use it where appropriate.
- panic if lapic's busy too long and DIAGNOSTIC.
2004-06-05 07:15:57 +00:00
yamt
26239e60ec
a comment about SBLASTRECORDCHK and SBLASTMBUFCHK.
2004-06-05 07:14:05 +00:00
dyoung
9494e60fdb
No need to detect and exit on short 802.11 packets, since
...
ieee80211_input will do that (and tap the packet).
2004-06-05 07:12:45 +00:00