dyoung
8e41de9845
Always record a change of the BSS node's BSSID, even if a desired
...
BSSID is set.
In IBSS mode, if the BSS node's BSSID changes, and a desired BSSID
is *not* set, make a RUN->RUN transition to give the driver an
opportunity to reprogram its BSSID filter. This fixes a bug where
both wlanctl(8) and ifconfig(8) indicated that an interface had
joined a new BSS, but no packets would get through, except in
promiscuous mode, because the hardware still filtered packets based
on the old BSSID.
2005-12-08 20:19:49 +00:00
dyoung
da04ad7825
Add flag IEEE80211_RADIOTAP_F_BADFCS for packets whose checksum
...
doesn't match their contents. While I'm here, remove the mention
of field IEEE80211_RADIOTAP_FCS, which wasn't adopted.
2005-12-08 20:13:27 +00:00
dillo
4793781929
(pkg_do) When marking already installed package as manually installed,
...
only print message if we succeeded.
Noted by wiz.
2005-12-08 19:26:28 +00:00
tron
9ca15b486f
Fix problem in ioctl() handling in OSS audio emulation which caused
...
unintentional changes of the audio settings e.g. when running "kphone".
Patch submitted by George Michaelson on "tech-kern@NetBSD.org".
2005-12-08 19:19:14 +00:00
xtraeme
efc3770d53
Not everyone want to see debugging printf()s unless "options DEBUG"
...
is compiled in.
2005-12-08 18:06:42 +00:00
xtraeme
2c3c79e7ab
regen
2005-12-08 17:38:34 +00:00
xtraeme
d68332fa49
Add three Rhine ethernet adapters.
2005-12-08 17:38:11 +00:00
xtraeme
8db4fd7fd6
Misc grammar and typos fixes from Enrique Matias Sanchez via
...
private email.
2005-12-08 16:51:45 +00:00
he
6f95f1a14a
Once more bump SYMTAB_SPACE to make it fit again.
2005-12-08 10:08:46 +00:00
soren
1747d879bc
Regen.
2005-12-08 05:10:39 +00:00
jonathan
a92fde1678
Add PHY mii-id for the Broadcom 1000base-T PHY integral to the
...
bcm5714, added yesterday to sys/dev/pci/if_bge.c in revision 1.98,
since it appears the 5714 has a new PHY revision. Pending further
details, follow the FreeBSD code (as submitted by
John Cagle <john dot cagle at hp dot com> and committed by
ps@FreeBSD.ORG ), and treat the 5714 integral PHY the same way as we
treat the bcm5750 integral PHY.
2005-12-08 03:16:43 +00:00
thorpej
9bdc42727c
Sprinkle static.
2005-12-08 03:13:18 +00:00
thorpej
459c8f9316
Lose an __inline on a non-trivial function.
2005-12-08 03:12:31 +00:00
thorpej
b99f870719
Sprinkle static.
2005-12-08 03:11:14 +00:00
thorpej
fbd789fa2d
Use ANSI function decls in one more place.
2005-12-08 03:10:12 +00:00
thorpej
7c4d54df55
Use ANSI function decls, sprinkle static.
2005-12-08 03:09:04 +00:00
thorpej
b5d9c8bb96
Sprinkle static.
2005-12-08 03:08:12 +00:00
thorpej
59898de0b4
Use ANSI function decls.
2005-12-08 03:06:31 +00:00
thorpej
5946661246
Sprinkle static.
2005-12-08 03:05:40 +00:00
rjs
dc0571d75e
Make it compile when not using KTRACE or SYSTRACE.
2005-12-07 19:02:36 +00:00
mhitch
a45e5aa34b
Add xetc to the sets list.
2005-12-07 18:25:43 +00:00
christos
d945bb2f77
missed one unsigned long long cast.
2005-12-07 13:59:12 +00:00
tsutsui
c91f73110a
options VNODE_OP_NOINLINE is gone.
2005-12-07 12:46:32 +00:00
tsutsui
cf900d2ab9
Regen from GENERIC.in rev 1.47:
...
> Remove obsolete options VNODE_OP_NOINLINE.
2005-12-07 12:42:39 +00:00
tsutsui
2a32b6081e
Remove obsolete options VNODE_OP_NOINLINE.
2005-12-07 12:40:46 +00:00
tsutsui
ebd35749cf
Adjust comments for options FFS_NO_SNAPSHOT.
2005-12-07 12:22:29 +00:00
skrll
7044aacdd9
Don't reference stuff we don't have.
2005-12-07 12:20:49 +00:00
tsutsui
1e0ccec995
Regen from GENERIC.in rev 1.46:
...
> Adjust comments for options FFS_NO_SNAPSHOT.
2005-12-07 12:13:47 +00:00
tsutsui
e8946f3801
Mention options FFS_NO_SNAPSHOT. Maybe incomplete, but better than nothing...
2005-12-07 12:08:37 +00:00
augustss
2a86a7b8c1
Regen.
2005-12-07 10:18:10 +00:00
augustss
af55235d94
Another vendor and product.
2005-12-07 10:17:53 +00:00
tsutsui
ff9b47d69e
Adjust comments for options FFS_NO_SNAPSHOT.
...
XXX: This option should be mentioned in options(4).
2005-12-07 09:10:11 +00:00
tshiozak
bb345c8a27
add missing _citrus_MSKanji_stdenc_get_state_desc_generic() function.
...
pointed out by Patrick Welche <prlw1 _at_ newn _dot_ cam _dot_ ac _dot_ uk>
2005-12-07 06:20:20 +00:00
thorpej
218b07e98d
Use ANSI function delcs.
2005-12-07 06:14:13 +00:00
thorpej
b8352211cd
Use ANSI function decls.
2005-12-07 05:53:24 +00:00
jmc
e9d219c19e
Don't have a duplicate joystick.h. Just include sys/joystick.h like all
...
other platforms
2005-12-07 05:38:52 +00:00
jmc
75b7768eb6
pte.h isn't obsolete on bebox. it's still there
2005-12-07 05:01:21 +00:00
jonathan
bc8eddcf7a
regen from sys/dev/pci/pcidevs rev 1.742 (add bcm5714 et al.).
2005-12-07 04:44:47 +00:00
jonathan
cf16a10aad
Add PCI device-ids to sys/dev/pci/pcidevs for newer Broadcom gigabit
...
ethernet devices: bcm5714, bcm5752 (previously the 5789, but fvdl
committed that whilst I was musing).
Add definitions to sys/dev/pci/if_bgereg.h for the Broadcom 57xx-family
ASIC revisions on these newer chips.
Add entries to the PCI-device-version and bge-internal-asic-revision
tables in sys/dev/pci/if_bge.c to use these new devices. Pending
further information, follow the lead of FreeBSD's if_bge.c driver and,
pending further info, treat these new chips as we do the 5750.
2005-12-07 04:43:05 +00:00
jmc
fa63539af8
Fix acorn builds
2005-12-07 04:38:32 +00:00
grant
999434556e
add magic for rzip archives.
2005-12-07 03:20:45 +00:00
thorpej
6d942b5afc
Regen: Generate ANSI function decls.
2005-12-07 00:46:23 +00:00
thorpej
aae7b1614d
Generate ANSI function decls.
2005-12-07 00:45:57 +00:00
thorpej
3b7f7cc748
Regen: VNODE_OP_NOINLINE is gone.
2005-12-07 00:42:26 +00:00
thorpej
e3dec5c260
Remove the VNODE_OP_NOINLINE option. We now NEVER inline vnode ops.
...
Briefly discussed on tech-kern not too long ago.
2005-12-07 00:42:03 +00:00
wiz
0d0e7c8ea3
Mention TerraTec TValue cards. Bump date. Copyright maintenance.
2005-12-06 23:45:48 +00:00
wiz
483767fb43
Add support for two models of Terratec TValue cards.
...
From FreeBSD problem report 53383, submitted by Tanja Wittke,
updated by Simon Barner. Adapted for NetBSD by Alexander Becher,
via port-i386.
2005-12-06 23:43:57 +00:00
wiz
3a21a4243b
Handle MSP3435G the same as MSP3430G. From Scott Presnell in PR 28682.
2005-12-06 23:29:05 +00:00
christos
c4e3ba2371
fix the LP64 issue for real.
2005-12-06 22:48:05 +00:00
christos
4625a4e629
mention api change for openssh
2005-12-06 22:46:10 +00:00