Commit Graph

114720 Commits

Author SHA1 Message Date
maxim
1b78e30805 o Document net.inet.ip.maxfragpackets and maxfragsperpacket sysctls.
Reviewed by:	ru, silby
MFC after:	1 week
2005-04-09 08:44:57 +00:00
delphij
ae38b04dc2 MFen to 1.17
Obtained from:	The FreeBSD Simplified Chinese Project CVS
2005-04-09 06:22:32 +00:00
delphij
7a3c4866f4 MFen to 1.10
Obtained from: The FreeBSD Simplified Chinese Project
2005-04-09 03:09:06 +00:00
scottl
cda6c264b0 Explicity make atapi-cam depend on CAM.
Submitted by: Michal Mertl
2005-04-08 22:51:50 +00:00
stefanf
53bc7dae65 ISO C does not allow unnamed union members. 2005-04-08 21:37:41 +00:00
stefanf
f952930851 Fix typo in comment. 2005-04-08 21:31:20 +00:00
stefanf
4bb1e32851 Remove unused variables and assignments. 2005-04-08 21:24:23 +00:00
stefanf
087a85c41b Use prototypes in the function definitions. 2005-04-08 21:15:38 +00:00
stefanf
4ab1822ce9 Remove unused variable. 2005-04-08 20:58:47 +00:00
obrien
ec725a84bf 'apic' isn't optional on amd64, so don't speak as if it is. 2005-04-08 20:24:45 +00:00
brueffer
b187761554 Document FTDI FT2232C support. 2005-04-08 18:12:07 +00:00
obrien
a0781cb48d Add nForce3-250. 2005-04-08 18:04:39 +00:00
sos
f9fd7ba6d3 Add support for the PHY on nVidia, SiS and VIA chips
This code is done blindfolded as I dont have such HW here, so reports
of success/failure are most welcome.

More SATA PHY cleanups.
2005-04-08 15:33:04 +00:00
jhb
783db18059 Change an instance of md_savecrit to md_saved_msr that I missed. 2005-04-08 14:26:55 +00:00
glebius
390151e78a Add additional newline to debug.mutex.prof.stats header, so that
column names are printed exactly above the columns.
2005-04-08 14:14:09 +00:00
le
a4914f9b44 Add support for Sitecom USB to serial cable (v2)
PR:            usb/79230
Submitted by:  Rick van der Zwet <rick@wzoeterwoude.net>
2005-04-08 12:48:05 +00:00
sos
29b8f3d11a Put the BUS_DMASYNC_PREWRITE in the rigth position. 2005-04-08 12:16:51 +00:00
des
60545900ac Revert parts of previous commits and use a temporary variable to avoid
an invalid type pun.
2005-04-08 11:19:50 +00:00
joel
5150d3db5f Expand contractions.
Approved by:	brueffer (mentor)
2005-04-08 10:38:12 +00:00
ceri
653df60481 Grammatical improvement. 2005-04-08 10:32:22 +00:00
maxim
06fdc745b4 o Nano optimize ip_reass() code path for the first fragment: do not
try to reasseble the packet from the fragments queue with the only
fragment, finish with the first fragment as soon as we create a queue.

Spotted by:	Vijay Singh

o Drop the fragment if maxfragsperpacket == 0, no chances we
will be able to reassemble the packet in future.

Reviewed by:	silby
2005-04-08 10:25:13 +00:00
murray
03a843118e Commodore Perry was not 4 years old when he sailed to Japan. Correct
birth year.
2005-04-08 09:50:30 +00:00
sos
c4dba639d5 Generalise the SATA PHY handling code so it wont be duplicated for
each SATA chip.
Promise and Silicon Image are the current candidates for this.
2005-04-08 09:37:47 +00:00
pjd
bb6185e155 Fix a long-standing bug. Error string has to be copyied from the user
process context.

Approved by:	phk
MFC after:	3 days
2005-04-08 09:28:08 +00:00
joel
8479d7ff08 Add myself (and decrease the average age).
Approved by:	brueffer (mentor)
2005-04-08 09:04:29 +00:00
harti
c1b16db069 Move the code for parsing .for and .if statements to the place where the
other directives are handled.
2005-04-08 09:03:40 +00:00
maxim
7481c52399 o Tweak the comment a bit. 2005-04-08 08:43:21 +00:00
maxim
062c651951 o Disable random port allocation when ip.portrange.first ==
ip.portrange.last and there is the only port for that because:
a) it is not wise; b) it leads to a panic in the random ip port
allocation code.  In general we need to disable ip port allocation
randomization if the last - first delta is ridiculous small.

PR:		kern/79342
Spotted by:	Anjali Kulkarni
Glanced at by:	silby
MFC after:	2 weeks
2005-04-08 08:42:10 +00:00
silby
d4665b92c7 A simple regression test for msdosfs. Not the best, but it would have caught
the recent trouble msdosfs had.
2005-04-08 07:21:07 +00:00
imp
3ddc60e842 Minor style(9) changes
o use prototype definition
o use mse_{isa,cbus}_{probe,attach,detach} in preference to
  mse_{probe,attach,detach}.
2005-04-08 05:22:58 +00:00
alc
795592cb95 Add machine-specific, optimized implementations of bcmp and memcmp.
PR: 73111
Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD)
MFC after: 3 weeks
2005-04-08 05:15:55 +00:00
peter
507f9dad0f Change the embedded module name from "bluetooth" to "ng_bluetooth" to match
the rest of the names assigned to this object.
2005-04-08 05:13:53 +00:00
alc
5382a820b8 Eliminate unneeded instructions that are a vestige of mechanical
translation from i386.
2005-04-08 05:10:18 +00:00
nyan
7d0c60fb8c Fix pc98 includes. 2005-04-08 03:38:13 +00:00
ups
5057a8f224 Sprinkle some volatile magic and rearrange things a bit to avoid race
conditions in critical_exit now that it no longer blocks interrupts.

Reviewed by:	jhb
2005-04-08 03:37:53 +00:00
nyan
a2a1ac91e0 Don't use 'i386/include' directly. 2005-04-08 03:37:20 +00:00
nyan
4a86aaf26a Remove the wl driver. The devices don't work on pc98. 2005-04-08 03:36:32 +00:00
das
9e535d4519 Add roundl(), lroundl(), and llroundl(). 2005-04-08 01:24:08 +00:00
das
f6ba87d746 These files should include s_lround.c instead of s_lrint.c.
This only matters for efficiency, not for correctness.
2005-04-08 00:52:27 +00:00
das
0e893416ea Fix a (coincidentally harmless) bug. 2005-04-08 00:52:16 +00:00
sobomax
ffccab6cf0 Backout previous diffs - this functionality is already provided by the
hints to the atkbd(4).

Submitted by:   jhb
2005-04-07 23:59:38 +00:00
sobomax
f9a9a318c1 Backout previous diffs - this functionality is already provided by the
hints to the atkbd(4).

PR:
Submitted by:   jhb
2005-04-07 23:59:37 +00:00
cognet
af797f5e45 Treat arm as i386. 2005-04-07 22:09:02 +00:00
cognet
54e3c328b3 Get more love from GEOM on arm. 2005-04-07 22:06:56 +00:00
cognet
e8d51f9d09 Use the new atomic_cmpset_32(). 2005-04-07 22:06:05 +00:00
cognet
e5793c22b5 No need to provide atomic_cmpset_32() anymore. 2005-04-07 22:04:49 +00:00
cognet
e1cd030061 Don't announce the range SDRAM_START-freemempos until I figure out what's
going on, it produces random memory corruption.
2005-04-07 22:04:18 +00:00
cognet
42d91d88c7 pmap_update() is gone. 2005-04-07 22:03:34 +00:00
cognet
36756c5ce0 Import a basic implementation of the restartable atomic sequences to provide
atomic operations to userland (this is OK for UP only, but SMP is still so
far away).
2005-04-07 22:03:04 +00:00
cognet
d50f4f728e - Try harder to report dirty page.
- Garbage-collect pmap_update(), it became quite useless.
2005-04-07 22:01:53 +00:00