bjh21
b6228a7d06
New, improved version of copyin(), copyout(), and kcopy() by Allen Briggs.
...
This version works on both 26-bit and 32-bit machines. For large copies,
it's up to three times as fast as the old arm32 version and five times as
fast as the old arm26 version. For small copies it seems to be even faster
(getrusage() is apparently over ten times faster on an ARM610).
Hooray for Allen!
2002-08-11 21:19:12 +00:00
bjh21
cf963eaeb7
Add a curpcb variable, since the new bcopyinout.S will need one.
2002-08-11 20:50:39 +00:00
bjh21
947a208541
Disable IRQs and FIQs when rebooting.
2002-08-11 20:45:10 +00:00
bjh21
bd0fd7fdb4
BUFPAGES=2 seems to be the practical minimum.
2002-08-11 20:43:51 +00:00
fredette
2e5e562514
Add better support for controlling the LEDs, and use it. Now the
...
LEDs blink on network receive, network send, and disk interrupt,
and the high LEDs display the current load average (up to 15).
2002-08-11 19:53:41 +00:00
fredette
960ef7a15a
Made changes to how bus_dmamap_sync() and the if_ie_gsc driver work
...
when it comes to flushing the cache. These changes should eliminate
the "ie0: receive descriptors out of sync" and "ie0: reset" messages.
2002-08-11 19:39:37 +00:00
augustss
93b57947fa
Add another line about slhci.
2002-08-11 19:28:05 +00:00
fredette
68e5ca694d
Undo the previous change. Polling the console any slower makes
...
the console unusable.
2002-08-11 19:17:45 +00:00
thorpej
5f93930cc5
While the "wi" is a wlan device, it does not currently use any code
...
from if_ieee80211subr.c, since "wi" devices implement the 802.11
protocol in firmware (for the most part). So, remove the wlan attribute,
which saves a fair bit of kernel text.
2002-08-11 17:00:04 +00:00
itojun
951e585780
probe/attach Dell TrueMobile 1150 MiniPCI 802.11b card - not very useful
...
without external antenna...
cbb0: interruptingaat irq 10
cardslot0 at cbb0 slot 0 flags 0
cardbus0 at cardslot0: bus 1 device 0
pcmcia0 at cardslot0
wi0 at pcmcia0 function 0: Dell, TrueMobile 1150 Series PC Card, Version 01.01
wi0: 802.11 address 00:02:2d:6c:db:f6
wi0: using Lucent Embedded WaveLAN/IEEE
wi0: Lucent Firmware: Station (8.10.1)
wi0: supported rates: 1Mbps, 2Mbps, 5.5Mbps, 11Mbps
2002-08-11 16:22:09 +00:00
soren
7c512daf55
slhci(4)
2002-08-11 15:37:06 +00:00
soren
88eb6092d3
Install slhci(4).
2002-08-11 15:35:09 +00:00
yamt
d536e5ccae
add RETURN VALUES section.
...
from OpenBSD.
2002-08-11 14:44:33 +00:00
yamt
e8cb4f166c
bump .Dd .
2002-08-11 14:43:52 +00:00
yamt
03664cd132
- detail protections.
...
- add RETURN VALUES section.
from OpenBSD.
2002-08-11 14:36:33 +00:00
isaki
b9015555de
Commented out slhci. it's experimental yet.
2002-08-11 13:50:45 +00:00
isaki
0f6d6286d9
add Nereid USB (SL811HS/T)
2002-08-11 13:42:27 +00:00
blymn
56c64e7f71
Add linked man pages for libform and resort the file.
2002-08-11 13:35:37 +00:00
simonb
95319edf4a
Add some IBM 4xx CPU PVR values; sort PVRs numerically.
...
White space nits.
2002-08-11 13:33:00 +00:00
simonb
ef1df3654e
Define the 4xx PVR values in one place only.
2002-08-11 13:32:20 +00:00
isaki
8bf06813d7
Add slhci0, ScanLogic SL811HS/T USB Host Contoller.
2002-08-11 13:26:28 +00:00
isaki
b919446c40
Add manual page of slhci(4)
2002-08-11 13:24:55 +00:00
isaki
822f002f64
regen; add usb*, ugen*
2002-08-11 13:23:07 +00:00
isaki
6746f40ce5
Add usb*, ugen*
2002-08-11 13:21:07 +00:00
isaki
0b6db80ce5
Add ScanLogic SL811HS/T USB Host Controller and USB stuff.
2002-08-11 13:19:35 +00:00
isaki
b553867e0d
Add (commented) ScanLogic SL811HS/T USB Host Controller
...
and USB stuff.
2002-08-11 13:18:57 +00:00
isaki
dd0e0396bc
Add driver for ScanLogic SL811HS/T USB Host Controller.
...
XXX It's experimental code yet.
For x68k: USB part of Nereid USB/Ethernet/memory board
For ISA: ISA USB Host board from Morphy planning
2002-08-11 13:17:52 +00:00
yamt
1c708a4b08
bring in RETURN VALUES from openbsd.
2002-08-11 13:17:35 +00:00
drochner
29c16c72fb
-avoid lock leak in error case
...
-Free AGP memory on close, to avoid a memory leak in case
the X server doesn't free it explicitely.
(It appears that the X server never calls AGPIOC_DEALLOCATE.)
Fixes PR kern/17869 by Emmanuel Dreyfus.
2002-08-11 12:40:47 +00:00
yamt
e52744d883
- document generic ioctls.
...
- mention EFAULT.
from OpenBSD.
2002-08-11 12:40:46 +00:00
drochner
ce5452e87b
update the is_bound flag for local memory too
2002-08-11 12:36:21 +00:00
yamt
a63161243b
more description from openbsd.
2002-08-11 12:22:48 +00:00
tron
92cd63769f
Make this build after "wi_ieee.h" has been changed.
2002-08-11 12:16:27 +00:00
yamt
eaf49dbcad
backout previous partly:
...
we don't check if processes are in the same session or not.
2002-08-11 12:12:54 +00:00
soren
756b85e71a
Sync with reality.
2002-08-11 12:12:23 +00:00
drochner
66c65513fc
pull in wi_hostap.c to make the kernel link again
2002-08-11 12:09:44 +00:00
yamt
74b1a91d8e
bring in ERRORS from openbsd.
2002-08-11 12:09:11 +00:00
drochner
5f33ace021
rename WI_ ioctl to make it compile again
2002-08-11 12:08:55 +00:00
yamt
906f41fac5
- include typical uses.
...
from openbsd.
2002-08-11 12:04:25 +00:00
blymn
67d86161c7
Added MLINK entries to link all function names to their respective
...
man page.
2002-08-11 11:57:44 +00:00
yamt
731cbc6eb3
bring in warnings from freebsd via openbsd.
2002-08-11 11:46:21 +00:00
soren
6c2f3b0542
POOL_STORAGE_SIZE no longer exists.
2002-08-11 11:20:48 +00:00
lukem
06b665d30c
vers.o should also depend upon $S/conf/newvers.sh and $S/conf/osrelease.sh
2002-08-11 10:47:24 +00:00
yamt
a86e2e3273
note that child should use _exit instead of exit.
...
from OpenBSD.
2002-08-11 10:35:48 +00:00
yamt
b09419c060
bump .Dd .
2002-08-11 10:28:23 +00:00
yamt
740bfa56b7
document a hack about setuid programs and fd 0, 1 and 2.
...
from OpenBSD.
2002-08-11 10:27:49 +00:00
yamt
0997545d18
bring in EXAMPLES from openbsd.
2002-08-11 09:39:10 +00:00
yamt
0da40e1ed0
- correct how to check empty field.
...
- improve examples.
from OpenBSD.
2002-08-11 09:36:15 +00:00
yamt
10a7dd0256
bring in EXAMPLES from openbsd.
2002-08-11 08:22:30 +00:00
yamt
cdac947b04
bring in EXAMPLES and ERRORS from openbsd.
2002-08-11 07:53:06 +00:00