dyoung
fbc39b6d24
Briefly describe elanpex(4) and elanpar(4). Update AUTHORS section.
2008-01-21 22:00:37 +00:00
dyoung
181cb90ac3
Remove elanopt(4) cross-references.
2008-01-21 21:51:57 +00:00
ichiro
817e003a02
add full support device driver for Huawei E220 wireless modem
...
PR/37692 from Yojiro UO
---
uhmodem: device driver for huawei 3G wireless modem
* what it is?
A device driver for huawei 3G wireless modem, E220 and its valiations.
The devices are very simuler to ubsa device, but they need special care
to use as modem device.
This patch introduce "uhmodem (USB Huawei modem)" for the devices.
A uhmodem device has two com devices and one USB mass strage device.
The driver enable to use all of them.
* dmesg:
uhmodem0 at uhub0 port 1 configuration 1 interface 0
uhmodem0: HUAWEI Technologies HUAWEI Mobile, rev 1.10/0.00, addr 2
uhmodem0: mass storage only mode, reattach to enable modem
uhmodem0: at uhub0 port 1 (addr 2) disconnected
uhmodem0 detached
uhmodem0 at uhub0 port 1 configuration 1 interface 0
uhmodem0: HUAWEI Technologies HUAWEI Mobile, rev 1.10/0.00, addr 2
ucom0 at uhmodem0 portno 0: modem
ucom1 at uhmodem0 portno 1: monitor
umass0 at uhub0 port 1 configuration 1 interface 2
umass0: HUAWEI Technologies HUAWEI Mobile, rev 1.10/0.00, addr 2
umass0: using SCSI over Bulk-Only
scsibus0 at umass0: 2 targets, 1 lun per target
cd0 at scsibus0 target 0 lun 0: <HUAWEI, Mass Storage, 2.31> cdrom removable
2008-01-21 11:36:46 +00:00
dyoung
934ea5e80a
Install elanpar(4), elanpex(4) manual pages. Update distribution
...
set lists.
2008-01-21 08:13:55 +00:00
dyoung
88b0f67d74
Add elanpar(4) and elanpex(4) manual pages. Cross-reference from
...
elansc(4). Updates to the Makefile and the distribution set lists
are coming.
2008-01-21 08:07:20 +00:00
dsl
76952d779a
Describe mbr_com0 and mbr_com0_9600
...
Include the filenames in the descriptive table entry.
2008-01-20 15:05:15 +00:00
pooka
13e4604edb
improve readdir, abortop and bmap description
...
PR kern/15062 by Love
2008-01-19 19:56:47 +00:00
skrll
2e64c5fc7e
Typo in uai_interface_index.
...
PR/37792 from Yojiro UO.
2008-01-19 09:58:38 +00:00
ad
bbc79e58a6
Pull in my modules code for review/test/hacking.
2008-01-16 12:34:50 +00:00
xtraeme
2f5c51ed31
Bump date now that MATH_EMULATE has been removed.
2008-01-16 09:57:41 +00:00
ad
dfe83e08ca
Remove options MATH_EMULATE.
2008-01-16 09:37:04 +00:00
wiz
38febee9fd
Add NIFOC, from Philippe Audéoud in PR 37291.
2008-01-12 11:47:13 +00:00
skrll
21f4fe85eb
Enable gdb on hppa.
2008-01-10 22:21:43 +00:00
simonb
ccab3b34ce
Remove support for NetBSD/pc532.
2008-01-10 13:40:36 +00:00
xtraeme
5ff8000aa3
transferlockers() is gone. ok ad
2008-01-09 22:06:00 +00:00
wiz
ccb4a914d3
Add RFE (request for enhancements).
2008-01-09 20:41:10 +00:00
xtraeme
02a6d9a9bb
Mention GPIO_PIN_PULLDOWN, GPIO_PIN_INVIN and GPIO_PIN_INVOUT; from OpenBSD.
2008-01-09 16:15:41 +00:00
xtraeme
b62fe25e9c
<wizd> bump date!
2008-01-09 15:52:20 +00:00
xtraeme
1801f3d206
Mention gcscpcib(4), reorder entries, just mention gpioctl(8) and
...
not all drivers again.
2008-01-09 15:51:47 +00:00
xtraeme
8783714443
Fix up .Nm.
2008-01-09 14:56:38 +00:00
xtraeme
810aa8579e
Add gcscpcib(4): a driver for the AMD CS5535 and CS5536 Companion Device
...
that acts as PCI-ISA bridge and supports a Timecounter, Watchdog Timer
and GPIO.
Adapted by Yojiro UO and minor tweaks by me from OpenBSD. Tested on
CS5535 and CS5536. This closes PR kern/37577.
2008-01-09 14:23:46 +00:00
simonb
d8de5b102b
Remove support for NetBSD/pc532.
2008-01-09 11:25:58 +00:00
simonb
2a6f9ca0a9
Remove some old sh5 references.
2008-01-09 07:55:18 +00:00
elad
964f16c2b9
Make fork use kauth.
...
Been running in my tree for over a month at least.
Reviewed and okay yamt@, and special thanks to him as well as rittera@
for making this possible through fixing NDIS to not call fork1() with
l1 != curlwp.
2008-01-07 23:51:06 +00:00
jdc
20409ec3a8
Mention SX fibre card support.
...
Mention Sun GEM documentation.
2008-01-05 20:31:18 +00:00
apb
4ee202cfe2
If a menu line in boot.cfg has an empty description, then re-use the
...
command as the description. For example,
menu=:boot netbsd -s
now works like
menu=boot netbsd -s:boot netbsd -s
2008-01-05 19:29:16 +00:00
mjf
c4a57c66e1
Duh, it's 2008 now, not 2007.
2008-01-04 23:43:56 +00:00
mjf
3e08395424
Rephrase the explanation of when "func" is called.
2008-01-04 23:42:39 +00:00
xtraeme
1332a3c58b
Typo: muliprocessor -> multiprocessor
2008-01-04 18:13:37 +00:00
ad
0e3fd5532f
Record LKM entry point in the ELF file header.
2008-01-04 14:54:29 +00:00
xtraeme
453083d9f3
Typo
2008-01-03 21:16:53 +00:00
yamt
1f7bd3c331
note about 0 and NULL.
2008-01-03 15:59:57 +00:00
jnemeth
025a13a57f
note support for the 53c1020 from Dave Huang on current-users@
2008-01-03 01:51:58 +00:00
xtraeme
8c3f9bc015
Sync with reality, we have 85% of management stuff with native applications.
...
No CLI binary required to manage the Areca RAID controllers.
2008-01-02 23:50:52 +00:00
xtraeme
ea4b854aaf
Mention new features and sync with reality.
2008-01-02 23:49:31 +00:00
pooka
b5071eca2f
mtx is not an interlock here, merely convenience.
2008-01-02 16:51:32 +00:00
sketch
9e7635573e
Seasonal addition, HNY: Happy New Year!
2008-01-02 09:14:17 +00:00
ad
2ecdf58c2c
Remove systrace. Ok core@.
2007-12-31 15:31:24 +00:00
ad
19d27a5813
-compat_hpux
2007-12-31 13:33:37 +00:00
ad
39d27b340e
- Remove reference to COMPAT_HPUX.
...
- i386 cpu options are gone.
2007-12-31 13:30:14 +00:00
plunky
aeab3db895
request and keep a mask of supported commands per unit in order
...
to block unsupported HCI commands sent by unprivileged users
reaching the device.
2007-12-30 18:26:42 +00:00
adrianp
5b238e83d5
Appeared in NetBSD 4 not 5
2007-12-29 16:21:16 +00:00
adrianp
142757459c
Appeared in NetBSD 4 not 5
2007-12-29 16:12:29 +00:00
dholland
f1165c2fa9
This file's rcsid apparently got mangled at some point.
...
Noted by Chavdar Ivanov.
2007-12-29 15:12:05 +00:00
wiz
41fff49aa3
Document CALLOUT_MPSAFE. Bump date.
2007-12-29 09:41:10 +00:00
xtraeme
7abc984e72
Added support for the Watchdog Timer built in the IT871[268] Super I/Os.
...
The WDT supports any value between 1 and 65535 seconds (or minutes, but
but the driver only uses seconds).
2007-12-29 06:05:06 +00:00
christos
7af2df4395
add MKPIE
2007-12-28 21:35:45 +00:00
dholland
8e861287d3
Still more stuff: AST, PAE, RAS.
...
(I guess this is what happens when I catch up on old mail)
2007-12-28 19:27:06 +00:00
pooka
844fb47f15
The leprechaun is dead, update interfaces.
2007-12-28 18:05:22 +00:00
dholland
ca5bc82dc2
Add some more stuff:
...
ADB, AFS, BAR, HA, OS, RPC, TCB, LOC, KLOC, LSI, VLSI, VA, PA
ICE as in-circuit emulator
KVM as kernel virtual memory
2007-12-28 15:19:14 +00:00