tsutsui
c56045bf1a
Regen: Added Fujitsu FMV-183/184, MB86964 based ISA-PnP Ethernet adapters.
2002-10-05 14:59:36 +00:00
tsutsui
0c3944d3c4
Add Fujitsu FMV-183/184, MB86964 based ISA-PnP Ethernet adapters.
2002-10-05 14:57:15 +00:00
christos
4b7d7adde4
strstr() is part of libkern now. don't supply another.
2002-10-05 01:21:40 +00:00
gehenna
3d14337121
g/c unused function.
2002-10-05 01:11:47 +00:00
oster
150a2e7941
Minor cleanup. No functional changes.
2002-10-04 23:49:35 +00:00
oster
40e0eab4fd
Clean up #includes. Group function prototypes. Fix more 80-column lossage
...
that was missed before. Cleanup a printf.
2002-10-04 22:56:54 +00:00
oster
ad11d11dc2
Undo the change from 1.16->1.17, and 1.19->1.20. The ltsleep and locking
...
that was there before before is just fine, and plays nicely with LOCKDEBUG
now that we've added the raidio thread.
2002-10-04 22:50:26 +00:00
oster
dfd9bc2a73
Tidy up comments and do some 80-column fixing. No functional changes.
2002-10-04 22:35:08 +00:00
tsutsui
510762487a
Allied-Telesyn AT-1700xT and Allied-Telesis RE200x are actually identical,
...
so show both names in attachment. (From FreeBSD's if_fe_isa.c)
2002-10-04 21:19:34 +00:00
oster
8bdc70d040
As part of the effort to get RAIDframe playing nicely with LOCKDEBUG,
...
rework how completed requests are handled. In particular, instead of
doing all sorts of work and locking in interrupt context, completed
requests are now queued. A new kernel thread (rf_RaidIOThread) now
handles calling rf_DiskIOComplete() and (req->CompleteFunc)() for each
completed request. There is still work to be done to make RAIDframe
LOCKDEBUG friendly, but this change is a huge step forward.
Reviewed by (and many thanks to): thorpej
2002-10-04 20:05:14 +00:00
joda
65e92349c7
more device names
2002-10-04 19:22:40 +00:00
soren
98ec436df3
As in scsiconf.c, don't print the numberic device type in the attach message.
2002-10-04 18:58:45 +00:00
elric
5013e7bd46
Add cgdvar.h to the list of files installed.
2002-10-04 18:33:03 +00:00
elric
4366a007ff
The CryptoGraphic Disk Driver.
2002-10-04 18:22:35 +00:00
elric
017f74d210
A slight abstraction for disks. This is mainly [right now] in
...
support of the cryptographic disk which I'll be checking in shortly.
2002-10-04 18:02:00 +00:00
soren
3a89aff59e
Slightly simplicy the SCSI device attachment message:
...
- Use the plain words 'disk' and 'tape' instead of 'direct' and 'sequential'.
- Media status will be printed in the frontend, so don't bother with it.
- Don't bother printing the SCSI version, which is fixed these days, or the
numberic device type.
2002-10-04 17:53:33 +00:00
tsutsui
af5d007ede
- Merge if_levar.h into if_le_isapnp.c since it is included only by
...
if_le_isapnp.c.
- Rename struct le_softc -> le_isapnp_softc
- Fix some messages on attachment.
2002-10-04 16:16:32 +00:00
tsutsui
b449802f93
Regen: Added Melco Inc. LGY-VI, Am79c961 (PCnet-ISA) based network interface.
2002-10-04 15:43:37 +00:00
tsutsui
5d7ea80531
Add Melco Inc. LGY-VI, Am79c961 (PCnet-ISA) based network interface.
2002-10-04 15:42:17 +00:00
tsutsui
fdedb8dbd6
- Merge dev/ic/ate_subr.c into dev/ic/mb86960.c since it only has EEPROM
...
read function which can also be used for other MB86965 based boards.
- Rewrite EEPROM read function as per 93C06 EEPROM datasheet.
- Misc cleanup.
2002-10-04 15:22:27 +00:00
kent
839ec5d8cb
Improve nForce MCP support.
...
Submitted by: FUKAUMI Naoki <naoki at fukaumi dot org>
PR: kern/18524
2002-10-04 14:33:30 +00:00
gehenna
bbe393f930
Alphabetical sort.
2002-10-04 08:31:57 +00:00
gehenna
78112440cc
Remove 'any match' entry from quirks table.
...
This entry detects all unknown SONY USB devices as USB storage device.
2002-10-04 08:16:00 +00:00
onoe
d131e2b1a8
Handle of AP_IN_RANGE/AP_OUT_RANGE, to fix a problem once the station
...
is out of ragen, it never comes up again.
For HostAP, prohibit sending DATA frame to an unassociated but authenticated
station.
2002-10-04 04:23:20 +00:00
soren
af7ec6d1b2
Pass on indication of absent media in the general case as in the optical
...
device case.
2002-10-04 03:43:06 +00:00
soren
25674469e6
Leave error printing to the callers of scsipi_size().
2002-10-04 03:41:50 +00:00
soren
97a91a0443
PQI Travel Flash likes PQUIRK_NODOORLOCK too.
2002-10-04 03:40:57 +00:00
soren
fc9a318a07
Avoid noise on kbd-less machines.
2002-10-04 03:40:29 +00:00
onoe
f383b2e780
Set IEEE80211_F_IBSSON before test in wi_init() to set CREATE_IBSS
...
correctly for Lucent firmware to work with IBSS mode.
PR 18520
2002-10-03 22:32:37 +00:00
uwe
191626f788
Refactor kbd and mouse drivers so that they can use different middle
...
layers. Common middle layer shared by kbd_zs and sunkbd is moved into
the new file. Move shared config directives to files.sun and adjust
ports' files.* accordingly.
Need this to support console/Xsun on Mr.Coffee JavaStation.
Tested on sparc, sparc64 (by martin) and sun3 (by jdc).
2002-10-03 16:13:24 +00:00
oster
9fbf5b5d27
Create a thread creation macro that make it easier to name the DAG process.
...
Use it to have the DAGExecutionThread have a better name for each RAID
process ('raid0', 'raid1', etc., vs. just 'raid', 'raid', etc.)
2002-10-02 21:48:00 +00:00
onoe
031d8de6cf
Fix NIC-memory leak for symbol firmware at reinitialization. After 4-5
...
times changing of 802.11 parameters, such as nwid, the error
"tx buffer allocation failed" occured unless ifconfig down up.
Pass signal streangth and timestamp to ieee80211_input, though it is not
useful for wi driver for now.
2002-10-02 17:11:34 +00:00
kent
c51dca5ba6
Remove a line added accidentally(?) at revision 1.21.
2002-10-02 17:08:10 +00:00
thorpej
b75a007d9f
Add trailing ; to CFATTACH_DECL.
2002-10-02 16:51:16 +00:00
thorpej
9b2c2ec24d
Add trailing ; to CFATTACH_DECL.
2002-10-02 16:50:59 +00:00
thorpej
c9b3657ce9
Add trailing ; to CFATTACH_DECL.
2002-10-02 16:33:28 +00:00
thorpej
8043c2cbd9
Use CFDRIVER_DECL(). PR #18500 .
2002-10-02 15:29:35 +00:00
oster
1ebb206e58
We're going to need rf_lkmgr_mutex_destroy() sooner than I thought.
2002-10-02 15:18:12 +00:00
oster
0e45bff1d4
Since we are unlocking the lock before sleeping, there is no need
...
to use ltsleep() when a tsleep() will suffice. Makes RAIDframe+LOCKDEBUG
play together much better.
2002-10-02 14:38:53 +00:00
reinoud
e46f039e1a
G/c static pow() function that was used to calculate (2^x) only; replaced
...
the two instances with equivalent (1<<x).
2002-10-02 10:43:06 +00:00
itojun
30f6bff0ac
copyright clarification, from openbsd
2002-10-02 06:51:59 +00:00
thorpej
60530be43c
Fix sizeof and whitespace bug from the script I'm using to do the
...
CFATTACH_DECL conversion. (Grumble.)
2002-10-02 03:10:45 +00:00
thorpej
434631fe62
Remove unnecessary extern decl of fpa_ca.
2002-10-02 02:16:36 +00:00
thorpej
674c37a017
Use CFATTACH_DECL().
2002-10-02 02:16:10 +00:00
thorpej
c8f74e725f
Remove unnecessary extern decl of iframe_ca.
2002-10-02 02:15:32 +00:00
thorpej
66db35f9ab
Use CFATTACH_DECL().
2002-10-02 02:14:45 +00:00
thorpej
0dac35b547
Use CFATTACH_DECL().
2002-10-02 02:00:07 +00:00
uwe
909a73ae25
Add missing args to CFATTACH_DECL.
2002-10-01 19:15:45 +00:00
thorpej
2b99f7cc34
Add a generic config finalization hook, to be called once all real
...
devices have been discovered. All finalizer routines are iteratively
invoked until all of them report that they have done no work.
Use this hook to fix a latent bug in RAIDframe autoconfiguration of
RAID sets exposed by the rework of SCSI device discovery.
2002-10-01 18:11:57 +00:00
soren
45dfd29508
Regen.
2002-10-01 17:13:45 +00:00