mjl
e959b27d7f
Typo in comment. From OpenBSD.
2003-10-22 09:04:39 +00:00
agc
f3d647fc2c
Don't use NULL for integer values.
2003-10-22 09:03:40 +00:00
mjl
088da88a56
Typos in comments. From OpenBSD.
2003-10-22 09:02:49 +00:00
agc
df214f1879
Don't use NULL when an integer is needed.
2003-10-22 08:58:38 +00:00
mbw
02cccbc650
spelling nit -- AFAICT, it's officially "hyperSPARC" not HyperSPARC
2003-10-22 07:59:44 +00:00
briggs
1e810e3178
Since we enable the pcmcia function on attach, disable it on the detach.
2003-10-22 07:48:25 +00:00
briggs
40823fb6bb
Maintain reference count properly for nested enables/disables.
2003-10-22 07:46:48 +00:00
skrll
6cbe1f3d8f
gdb 5.3 for arm is in progress
2003-10-22 07:43:59 +00:00
hannken
c6d83326cb
Forgot to update the .Dd line. From Thomas Klausner <wiz@netbsd.org>.
2003-10-22 07:12:43 +00:00
agc
1b4475af8f
Add catman pages for
...
vfs_write_resume(9)
vfs_write_suspend(9)
vn_finished_write(9)
vn_start_write(9)
2003-10-22 07:04:32 +00:00
lukem
5f259b477b
add MAKEVERBOSE messages
2003-10-22 06:04:03 +00:00
lukem
f6ed8b6422
add MAKEVERBOSE message
2003-10-22 05:58:31 +00:00
itojun
29d9058dc7
remove BIND crypto portion, as the license doesn't fit our policy and we do not
...
import those sources.
2003-10-22 05:56:36 +00:00
thorpej
9e4220c00a
Oops, a little to aggressive in the previous patch; TCP_TIMER_INIT()
...
still needs to be in tcp_newtcpcb(), for now. Pointed out by enami.
2003-10-22 05:55:54 +00:00
augustss
6d60d8ab89
Re-add the quirks that force certain In-System Design adapters to appear
...
as (non-standard) ATA over BBB adapters. Without these quirks they are
not regocnized by the umass driver.
2003-10-22 05:38:16 +00:00
briggs
33a79483d0
Fix a panic that occurred when trying to traverse a corrupt msdosfs
...
filesystem. With this particular corruption, the code in pcbmap()
would compute an offset into an array that was way out of bounds,
so check the bounds before trying to access and return an error if
the offset would be out of bounds.
2003-10-22 03:51:12 +00:00
thorpej
31923baa46
Rather than zeroing a tcpcb structure and filling in all the fields
...
individually, create a tcpcb template pre-initialized (and pre-zero'd)
with the static and mostly-static tcpcb parameters. The template is
now copied into the new tcpcb, which zeros and initializes most of the
tcpcb in one pass. The template is kept up-to-date as TCP sysctl
variables are changed.
Combined with the previous sb_max change, TCP socket creation is now
25% faster.
2003-10-22 02:45:57 +00:00
fvdl
eee926f0a9
Only declare intr_scan_bus if NIOAPIC > 0.
2003-10-22 01:53:49 +00:00
mycroft
98fb62de25
Add a code that appeared in a PR recently.
2003-10-22 00:35:41 +00:00
christos
55222ec4a6
Regen
2003-10-22 00:18:32 +00:00
christos
c1ce37728d
Remove backslash for new gawk
2003-10-22 00:17:39 +00:00
christos
ddccf85c50
support for NE2000_TYPE_AX88790 from
...
Yong-Jhen Hong yongjhen at alqualonde dot org
2003-10-22 00:12:36 +00:00
christos
58507d43c3
PR/23219: Dan McMahill: Make this compile on system that don't have MAP_ANON.
...
Centralize the mmap allocations in a new function, xmapalloc() that handles
this.
2003-10-21 23:58:53 +00:00
fvdl
e74e8c0c71
Correctly walk up the PCI bus tree to find an interrupt match with
...
a swizzled pin.
2003-10-21 23:25:48 +00:00
fvdl
80cec054e5
If a bus has not been configured by MPBIOS/ACPI, and the attach hook
...
for it is called, mark it as configured.
2003-10-21 23:22:52 +00:00
thorpej
4011fcfefd
Cache the "adjusted" value of sb_max when sb_max is changed, in order
...
to avoid doing quad math in sbreserve().
Change suggested by Simon Burge, and code inspired by a similar change
in FreeBSD.
2003-10-21 22:55:47 +00:00
hannken
9dec5da8e8
Add section 9 man pages for:
...
vfs_write_suspend, vfs_write_resume, vn_start_write and vn_finished_write.
2003-10-21 22:01:24 +00:00
thorpej
861856caa0
Add event counters that measure FAST_MBSEARCH.
2003-10-21 21:17:20 +00:00
kleink
7d9835b758
Don't use NULL in integer-type assignments/comparisons.
2003-10-21 20:59:31 +00:00
skrll
a69cb4cc55
ARM thread support.
...
- add or expose {supply,fill}_{fp,g}regset functions
- add lwpid to ptrace calls
2003-10-21 19:07:36 +00:00
matt
e3e6938d92
Move bus.h to obsolete.
2003-10-21 17:32:35 +00:00
wiz
5dfa2a0877
There is also a 1.12 branch of cvs; note it. Mentioned by perry.
2003-10-21 17:19:13 +00:00
thorpej
3267ff8288
Add i82545GM and i82546GB controllers.
2003-10-21 17:10:00 +00:00
wiz
f503e9a96b
file-4.06 is out too.
2003-10-21 17:09:49 +00:00
wiz
583c3a6965
cvs-1.11.9 out.
2003-10-21 17:08:08 +00:00
tsutsui
4ec21ca21e
Use proper macro instead of NULL.
2003-10-21 17:07:20 +00:00
tsutsui
680fc37c3b
Remove declarations of constab[] and *cn_tab. They are in <dev/cons.h>.
2003-10-21 17:03:52 +00:00
thorpej
3e560e2b48
Add a TODO list item.
2003-10-21 16:52:08 +00:00
thorpej
c50f2ac573
- Move the i82540EM (LOM) along with the other i82540 product IDs.
...
- Match the i82545GM (1000BASE-T and 1000BASE-X) and i82546GB
(1000BASE-T and 1000BASE-X) product IDs.
2003-10-21 16:51:17 +00:00
thorpej
a866babe44
If we're on PCI-X, look up the PCI-X capability. Verify that the
...
max memory read byte count in the command register is <= the max designed
memory read byte count in the status register. If not, reset it to the
status register's value. This is necessary because some BIOSes configure
the wrong value, and the wrong value confused some versions of the PCI-X
capable chips.
2003-10-21 16:41:51 +00:00
lukem
7675cc90f4
Move the MAKEVERBOSE setup from <bsd.sys.mk> to <bsd.own.mk>, and
...
change all the variable assignments from = to ?=
2003-10-21 16:36:58 +00:00
tsutsui
564931c4a5
- Use scsibus* at scsi?
...
- Use atabus* at ata?
- Use atapibus* atapi?
- Sort ATA/ATAPI device entries.
- Comment out aceride, piixide, siside, and viaide.
2003-10-21 16:28:20 +00:00
thorpej
fa32a2cf94
- Since we access PCI config space as 32-bit words, redefine the PCI-X
...
command register bits offset and shifted appropriatly (PCI-X command
makes up the upper 16 bits of the register that holds the PCI-X cap ID
and next-cap-pointer).
- Define shift counts for max memory read byte count in the command
and status registers.
2003-10-21 16:22:48 +00:00
wiz
4452a32353
Talk about LKMs instead of klds. /sys symlink is dead, so
...
use longer path for source files. Remove an unnecessary dot.
2003-10-21 16:21:55 +00:00
tsutsui
e6a659ad96
The 6th argument to extent_create() is size_t, don't pass NULL in it.
2003-10-21 16:19:04 +00:00
tsutsui
281b9dfec6
vaddr_t is not pointer, so don't compare it against NULL.
2003-10-21 16:17:18 +00:00
tsutsui
62486dcbeb
- Use one 'atabus* at ata?' instead of multiple 'atabus* at XXXide? channel ?'
...
- Comment out piixide. (can it be attached on cobalt?)
2003-10-21 15:09:19 +00:00
tsutsui
bf4d10546f
vaddr_t is not pointer, so don't compare it against NULL.
...
(BTW, should we also fix "NULL" in following printf messages?)
2003-10-21 15:05:56 +00:00
tsutsui
fa49899d30
Add bswap64.c, required by options FFS_EI.
2003-10-21 14:49:00 +00:00
drochner
e342c5fcb3
Explain the font loading example a bit better, to avoid a misunderstanding
...
which caused PR misc/21069.
2003-10-21 14:43:23 +00:00