jnemeth
83d05c6102
add some Token Ring devices
2006-08-09 05:47:08 +00:00
wiz
4a3dddea24
Bump date for previous.
2006-08-08 22:11:42 +00:00
xtraeme
423aebde2b
- Add k7_powernow_destroy() prototype into cpu.h.
...
- Call k7_powernow_destroy() unloading the module.
2006-08-08 21:04:29 +00:00
xtraeme
c822683a97
Attach the "available" node under "frequency". Thanks to Robert Swindells.
2006-08-08 20:13:27 +00:00
kardel
64e74c80df
document timecounter sysctls
2006-08-08 19:47:44 +00:00
cube
d45fad2e7e
Add support for the 631xESB/632xESB.
2006-08-08 19:38:34 +00:00
cube
8a1f50f6c7
Regen (Intel 63xxESB devices).
2006-08-08 19:37:35 +00:00
cube
46e1877148
Add device IDs for Intel's 631xESB/632xESB southbridges, and start the list
...
for the 5000X northbridge. I'll add the rest later, the spec is currently
unavailable so I'll collect them from another source.
2006-08-08 19:37:00 +00:00
wiz
78c9a76781
Add NetBSD.el containing some settings for emacs' c-mode to better
...
match NetBSD's KNF (kernel normal form).
2006-08-08 18:41:11 +00:00
wiz
ffda6b7e64
Bump date for previous.
2006-08-08 17:32:56 +00:00
wiz
e003ee3619
Add RCS Id.
2006-08-08 17:32:05 +00:00
wiz
81b12ac32b
Quote some characters for HTML output.
2006-08-08 17:31:35 +00:00
tnozaki
8d8d8b951d
- wcstombs.3
...
correct wrong prototype,
reported by OpenBSD's PR 5171/library.
- wcsrtombs.3
correct wrong prototype and misusage of the header file.
2006-08-08 17:14:05 +00:00
cube
f48480c398
files.x86 isn't included by Xen kernels, so opt_powernow_k8.h never gets
...
created by config(1), and thus it's not safe to use it in cpuvar.h.
Simply declare the prototype for k8_powernow_init in powernow.h. No need
to #ifdef protect a prototype, after all, only its users.
Un-breaks build of Xen kernels.
2006-08-08 16:34:34 +00:00
pavel
fd456db2e7
MCLAIM the correct mbuf. PR kern/34162.
2006-08-08 15:53:40 +00:00
yamt
a52757bf4c
deal with variable sized file handles.
2006-08-08 13:10:05 +00:00
yamt
56d02ae53a
vfs_copyinfh_alloc: kludge for nfsv2 file handles.
2006-08-08 13:08:08 +00:00
yamt
2253872d55
nfsm_srvfhtom: ensure that padding bytes in nfsv2 file handles are zero.
2006-08-08 13:07:32 +00:00
mrg
daf321dbca
fix a GCC uninitialised variable warning only seen at -O3.
2006-08-08 10:32:09 +00:00
tron
7595743fb0
Add NetBSD 5.0.
2006-08-08 08:30:11 +00:00
riz
bbde6246b7
Back out revision 1.109 - it's NOT silly to parse the comment when
...
there's important information there. Like, say, a _BETA extension.
2006-08-08 07:05:40 +00:00
riz
cc3412025e
Welcome to NetBSD 4.99.1
2006-08-08 05:43:00 +00:00
riz
28e4bae07d
Bump default to 4.0
2006-08-08 05:42:24 +00:00
riz
a6351afdbc
Note netbsd-4 branch, and sort the netbsd-2* branches better.
2006-08-08 05:19:20 +00:00
riz
0173570850
Roll CHANGES -> CHANGES.prev for 4.0
2006-08-08 05:12:25 +00:00
tsutsui
75c544cd93
Workaround fix for a problem caused after IPL_* macro changes.
...
Based on a patch from mrg on port-sun2.
2006-08-07 23:29:38 +00:00
tsutsui
cab7ee65e0
Remove __P().
2006-08-07 23:24:55 +00:00
tsutsui
5011ef47f2
uvm_pagealloc(9) can fail, so handle that case in pmap_enter(9).
2006-08-07 23:19:36 +00:00
xtraeme
08d26dfcb7
Enable POWERNOW_K8, now that it's working.
2006-08-07 21:33:49 +00:00
xtraeme
b34720ab68
* Create "machdep.powernow.frequency" again, it should work with estd.
...
* Remove flags member of powernow_cpu_state, we don't need it.
* Rename fsb member of powernow_cpu_state struct to pll, to use
same struct than is used in powernow_k8.c.
2006-08-07 21:16:03 +00:00
xtraeme
a4a1d218d3
* Do not change struct powernow_pst_s (I added another member in my
...
previous patch) and this MUST be of that size, otherwise the tables
won't be found.
* powernow_k8.c moved into x86/x86, it should work both i386 and amd64.
* Added more DPRINTFs needed to found the first problem.
* Create "machdep.powernow.frequency" again, I can't remember why I
removed frequency... it should work with estd now.
* Do not try to call k[78]_powernow_init() if cpu is not AMD (thanks
to christos).
And more things I can't remember, but this time it will work in
Athlon 64 cpus and it won't crash in EM64T cpus.
2006-08-07 20:58:23 +00:00
pavel
5145dd52fa
Belatedly Bump date after my not-so-recent changes.
2006-08-07 20:57:56 +00:00
pavel
a3ea6cc335
describe that hw VLAN tagging is not supported ATM.
...
(see sys/dev/ic/rtl8169.c rev. 1.23 .)
2006-08-07 20:41:16 +00:00
oster
803c52c2a4
sc_size should be a 64-bit quantity. Notice by Matthias Drochner.
2006-08-07 20:02:22 +00:00
oster
e350cc0fbe
Model 14 here is the 'Pentium-M (Yonah)', so let's use that
...
instead of the default.
2006-08-07 17:41:54 +00:00
tsutsui
8dc36c4c0f
KNF, TAB/space cosmetics
2006-08-07 17:36:53 +00:00
oster
ff30fd25f5
Fix a minor typo in a comment.
2006-08-07 17:08:18 +00:00
manu
05c8a1b827
Add a new signature test for linux probe function. We look for a .debuglink
...
section, which is specific to the Linux dynamic interpeter (yes, Linux
can execute it as a stand alone program)
2006-08-07 14:19:57 +00:00
cube
f646b59f80
Add a regression test for PR#34111.
2006-08-07 12:05:06 +00:00
cube
71af9028c9
Check that the device is not a pseudo-device in deldev(), too (as in
...
deldevi()).
PR#34111 by jmmv@.
2006-08-07 12:03:32 +00:00
cube
bb041282a1
Correctly free freq_names and cstate.
...
XXX This code is bogus anyway. Global variables vs. MP systems, anyone?
2006-08-07 11:39:30 +00:00
dyoung
08605a2dd4
Per lukem's request, revert previous change which skipped installation
...
of /etc/rc.d/ipfilter and family if MKIPFILTER=no. As lukem points
out, skipping installation of etc/rc.d/ scripts is not inconsistent
with other optional components, such as pf, x11, etc.
2006-08-07 02:08:47 +00:00
mhitch
1d4e083680
gcc4 uninitialized variable. gcc3 apparently didn't catch this one.
2006-08-07 01:31:36 +00:00
wiz
8d3619d115
Bump date for previous.
2006-08-06 23:38:13 +00:00
dyoung
9dde08c82f
Document -nocloning, -nocloned flags. Shift a couple of columns
...
right by a character width, to make room for the new flags.
2006-08-06 21:47:35 +00:00
xtraeme
421fdf2f64
Free freq_names if k[78]pnow_current_state is NULL, pointed out
...
by cube.
2006-08-06 18:21:32 +00:00
dyoung
cc94fcb6e9
Correct units on IEEE80211_RADIOTAP_DBM_ANTSIGNAL,
...
IEEE80211_RADIOTAP_DBM_ANTNOISE.
2006-08-06 17:52:17 +00:00
dyoung
2bc777d5d0
KNF err(3), errx(3) usage, indentation, braces.
2006-08-06 17:47:17 +00:00
dyoung
61dbc26298
Add route keywords -nocloned, -nocloning.
2006-08-06 17:44:56 +00:00
dyoung
0cf23243f9
Use ${SYSDIR}/arch/mips/ instead of ../mips/, which was fragile.
2006-08-06 17:22:47 +00:00