kiyohara
2b88be7cb6
Indented.
2006-04-30 12:11:58 +00:00
simonb
5a869abd1e
Catch up and standardise pseudo-device lists - mostly add tap, bridge,
...
clockctl and ksyms.
2006-04-30 11:48:37 +00:00
uwe
ee952d9fc0
Use be64toh/htobe64 instead of upper-case versions.
...
Thanks to lint that caught this on big-endian arches. Little-endian
compiled, but I guess that converting your loop counter into
big-endian inside the loop is not exactly what you want to do.
2006-04-30 01:07:59 +00:00
rpaulo
227effc121
Add two new options from FreeBSD:
...
hidessid | -hidessid: SSID broadcast control
apbridge | -apbridge: how to pass packets between wifi clients
2006-04-29 21:32:29 +00:00
rpaulo
a1c7943ca0
Describe the capabilities supported.
2006-04-29 16:46:11 +00:00
rpaulo
3dd0f930ba
There's no power management support under ipw, so don't announce it to
...
the net80211 stack.
2006-04-29 16:43:40 +00:00
peter
2c36209bf8
Use american english and fix a typo.
2006-04-29 14:34:25 +00:00
gdamore
9859995cc0
Regen.
2006-04-29 02:10:09 +00:00
gdamore
2c111ff670
Add Audigy4 device id.
2006-04-29 02:08:47 +00:00
pavel
450a020195
The esp_input_cb function used m_copyback, which fails if the mbuf is
...
read-only. This can actually happen if the packet was received by the
xennet interface, see PR kern/33162. Change it to m_copyback_cow.
AH and IPCOMP probably need similar fixes.
Requested by Jeff Rizzo, tested on Xen with -current by him.
2006-04-28 22:39:02 +00:00
wiz
2c93523996
New sentence, new line; capitalize Ethernet.
2006-04-28 22:13:08 +00:00
christos
0f2aabcd39
Coverity CID 1858, 1857: Fix leaks. While here, pass lint use warn/warnx
...
instead of perror/fprintf. KNF.
2006-04-28 20:35:15 +00:00
christos
69f8117233
Coverity CID 873: Only align if we printed a string.
2006-04-28 20:07:57 +00:00
christos
61e04d677f
Coverity CID 874: Don't check local; it cannot be NULL.
2006-04-28 20:06:50 +00:00
christos
fc5177078a
Coverity CID 875: local is not allowed to be NULL; don't check for it.
2006-04-28 20:05:43 +00:00
christos
32d85d8f66
Coverity CID 2194: Don't forget to free port.
2006-04-28 20:02:07 +00:00
christos
5c8a52b0f1
Coverity CID 2195: Free path in all code paths, not some.
2006-04-28 19:59:44 +00:00
christos
e8877ca717
Coverity CID 1780, 1779: Fix memory leak.
2006-04-28 19:53:56 +00:00
christos
70a262c03c
Coverity CID 785: Prevent NULL pointer dereference if an appropriate group
...
is not found.
2006-04-28 19:49:13 +00:00
christos
93f1cb3704
Do the count check after we process getargs.
2006-04-28 19:17:45 +00:00
tron
597441bff7
Add sip(4) to support the network port of an Acer Aspire 1705SCi.
2006-04-28 16:24:15 +00:00
tsutsui
9c9326fb6d
Free one more resource on attach failure.
2006-04-28 15:42:18 +00:00
rpaulo
35acb56df5
bzero -> memset
...
bcopy -> memcpy
2006-04-28 14:17:13 +00:00
rpaulo
e0a9e3e48a
Print the Ethernet address on attachement.
2006-04-28 13:59:59 +00:00
rpaulo
7722935971
ANSIfy.
2006-04-28 13:47:29 +00:00
rpaulo
921f82874c
Use aprint family of functions.
2006-04-28 13:43:15 +00:00
martin
c9cf9bd396
Remove an old bug item - this is not client only anymore.
...
Add a section describing how we "violate" the standard by allowing larger
MTUs and why this is a good thing.
2006-04-28 08:15:30 +00:00
skrll
e8f1031be8
RCSId police.
2006-04-28 07:20:39 +00:00
wiz
8868e3b665
Bump date for previous.
2006-04-28 06:04:27 +00:00
thorpej
fbade90aaa
Also search for headers in common/include
2006-04-28 03:40:15 +00:00
thorpej
7906863b14
Add /usr/include/prop
2006-04-28 03:27:49 +00:00
jld
57a2f1d62a
What corresponds to the last run of hardclock(9), and thus the current
...
value of time(9), is processed_system_time and not shadow_system_time.
2006-04-28 02:30:42 +00:00
simonb
aa879cde70
sgimips uses event counters for interrupts, don't need intrcnt/intrnames
...
any more.
2006-04-28 01:12:51 +00:00
simonb
94b9f48f1d
G/c some ancient intrcnt code that isn't used anymore.
2006-04-28 00:58:19 +00:00
perseant
00d9f4be09
Avoid a core dump if ginode() returns NULL. Correct an error message
...
while we're here.
2006-04-28 00:07:54 +00:00
thorpej
66574ac8a6
Install proplib include files.
2006-04-27 23:42:08 +00:00
thorpej
90e292c96a
Back out previous incorrect change.
2006-04-27 23:41:24 +00:00
jld
7cc80f17e2
Put the "excessively fragmented I/O" warning printf under #ifdef DEBUG,
...
where it belonged in the first place.
2006-04-27 22:38:13 +00:00
perseant
ebaf398270
Be a little more careful about what we copy into the working file when;
...
this takes care of another class of false positives. Add copyright
assignments.
2006-04-27 22:37:54 +00:00
dogcow
e57582a557
Make it actually compile.
2006-04-27 22:33:01 +00:00
christos
c1bacdf420
Regen
2006-04-27 21:33:42 +00:00
christos
da964967e6
PR/33382: Jonathan A. Kollasch: add devlogic for another com(4) at isapnp(4)
2006-04-27 21:33:23 +00:00
thorpej
b69c14413b
Support for building proplib in the kernel.
2006-04-27 20:43:09 +00:00
thorpej
144348e766
Support for building proplib in userspace.
2006-04-27 20:41:57 +00:00
jonathan
e0c6a70689
Add entries for svwsata(4) to amd64 GENERIC and INSTALL kernels,
...
to support SATA ports on Serverworks HT-1000 (aka bcm5785) chips.
2006-04-27 20:16:01 +00:00
thorpej
774eb1a395
Initial commit of proplib, a library for manipulating property lists and
...
converting to/from an XML external representation (based on Apple XML
property lists). Works in the kernel and user space.
2006-04-27 20:11:27 +00:00
tron
ed14057f29
Adapt maximum MTU permitted on pppoe(4) interfaces to the MTU of the
...
connected ethernet interface.
2006-04-27 20:04:26 +00:00
jonathan
faecb6a29c
Add an default entry to bge_majorrevs[] for bge chips with the 5780
...
ASIC revision.
Add (accidentally omitted) PCI product-ID entries for the BCM5780 and
BCM5780 (Serverworks HT-2000 to bge_products[], so that bge_probe()
will attach bcm5780 variants. Tested on a bcm5780.
Handling for the bcm5780S with 1000base-X PHY almost certainly has the
wrong quirks; our quirk entries are driven off ASIC ID. However, the
5780 (usually integral copper) and 5780S (TBI?) have the same ASIC ID.
The Linux drivers ascertain whether to use integral copper phy or external
PHY via EEPROM bits.
I suspect the only way we're going to handle the 5780 vs. 5780S
properly is to add exact chip-id matches for all 5780/5780S variants
to bge_revisions[]. However, I don't know those ids until other users
with bcm5780s hardware can get this revision, try it, and report the output.
So, here goes.
2006-04-27 18:09:54 +00:00
jonathan
c18e4919a2
regen sys/dev/mii/miidevs{,_data}.h from miidevs 1.66 after addition
...
of PHY ID for BCM5780 (serverworks HT-2000) integral 1000base-T PHY.
2006-04-27 16:45:04 +00:00
jonathan
ec17638ca8
Add PHY ID for the integral 1000base-T PHY in the bcm5780 (also known
...
as Broadcom/Serverworks HT-2000). Following the Broadcom-supplied
Linux driver, update brgphy.c to treat the bcm5780 integral copper PHY
just like the 5714/5715 PHY.
For NetBSB-3 pullup purposes, this commit includes:
src/sys/dev/mii/miidevs revision: 1.65 -> 1.66
src/sys/dev/mii/brgphy.c revision: 1.26 -> 1.27
plus a regen of src/sys/dev/mii/{miidevs.h,miidevs_data.h}.
2006-04-27 16:43:14 +00:00