rpaulo
b70b378d36
add missing files
2006-04-30 19:57:07 +00:00
rjs
712ccb18c3
Fix comment for cpu_switch().
2006-04-30 19:50:19 +00:00
liamjfoy
4ed54cf43d
Remove Pflag variable. its unused.
...
ok christos@
2006-04-30 19:24:50 +00:00
xtraeme
f9a0ff490e
regen
2006-04-30 18:58:19 +00:00
xtraeme
36b60342ff
PR kern/32849: pcidevs update for Intel 82801CA AC'97 Modem Controller.
...
Apply patch from Nicolas Joly.
2006-04-30 18:57:51 +00:00
xtraeme
c28f2b42a3
PR kern/32885: adt7463 i2c device does not always unlock i2c bus on error.
...
Apply patch from Nicolas Joly.
2006-04-30 18:54:20 +00:00
xtraeme
53ef4625e0
PR kern/32913: amdpm(4) smbus/i2cbus needs locking. Apply patch
...
from Nicolas Joly.
2006-04-30 18:46:18 +00:00
xtraeme
22f565fb88
Add missing 'arp' keyword for the nfe driver, reported by Murray
...
Armfield in PR kern/33384.
2006-04-30 17:56:03 +00:00
xtraeme
ef9797bf50
regen
2006-04-30 17:33:46 +00:00
xtraeme
5140e8073f
PR port-amd64/33393: viaide driver patch for VT8237R SATA.
2006-04-30 17:33:17 +00:00
wiz
d402623a86
Remove trailing space.
2006-04-30 15:37:44 +00:00
rpaulo
6074aec576
Add irdaattach and hostapd.
2006-04-30 15:28:34 +00:00
rpaulo
5346e121ae
rc.d/irdaattach
2006-04-30 15:19:18 +00:00
rpaulo
80cb906203
Add a script to start irdaattach on boot.
2006-04-30 15:18:19 +00:00
kiyohara
8e6f9eeb0a
Fix memory leak.
2006-04-30 14:18:40 +00:00
kiyohara
b6f53afe55
Use An appropriate flag in macro fw_bus_dma_*.
2006-04-30 14:14:06 +00:00
kiyohara
f4eda9f835
use fw_bus_dmamap_create().
2006-04-30 14:03:11 +00:00
rpaulo
265321a56d
./usr/share/examples/hostapd/hostapd.conf
2006-04-30 13:56:35 +00:00
kiyohara
a187d57e17
Indented.
2006-04-30 13:54:18 +00:00
rpaulo
c90cd3ee2c
./usr/share/examples/hostapd
2006-04-30 13:54:16 +00:00
rpaulo
5d222d28ff
Add a hostapd.conf example based on the one distributed with hostapd.
2006-04-30 13:52:35 +00:00
kiyohara
413954f079
Remove sync-ope for descritor of DMA, because its descriptor set
...
BUS_DMA_COHERENT flag.
2006-04-30 13:49:32 +00:00
kiyohara
4968634056
Do microtime() before return.
2006-04-30 13:25:04 +00:00
kiyohara
dd76308798
Coordination of macro fw_bus_dma_tag_create().
2006-04-30 13:15:01 +00:00
rpaulo
32cb3ed274
Remove wrong comment.
2006-04-30 13:00:04 +00:00
rpaulo
af979d425b
/etc/rc.d/hostapd
2006-04-30 12:56:22 +00:00
rpaulo
6971718ee3
rc script to control hostapd.
2006-04-30 12:54:26 +00:00
kiyohara
3575b136a0
Remove `;'.
2006-04-30 12:47:32 +00:00
kiyohara
12730f6820
No parentheses are needed around the return value.
2006-04-30 12:28:21 +00:00
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