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
rearnsha
16930e9cb8
Hmm, fix some bogosity in my previous attempt to fix some bogosity:-)
...
Keep SYMTAB_SPACE (but clean it up).
Restore iophy PHYs.
2002-10-04 17:14:48 +00:00
matt
2f1192b327
CFATTACH mem_sbi, not sbi
2002-10-04 17:09:51 +00:00
tsutsui
714e6adf24
Add le* at isapnp?
2002-10-04 16:24:47 +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
9dd05d2197
Mention nForce MCP support.
2002-10-04 15:16:21 +00:00
jwise
c33cdb26b3
Fix paste-o which put `kdump' in wrong syspkg. Pointed out by nick.
2002-10-04 14:57:11 +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
simonb
d9e49feb59
White space nit.
2002-10-04 13:19:05 +00:00
christos
b9d3050e20
Rename ALIGN to SHELL_ALIGN and simplify macro so that it does not have side
...
effects, and add double to it, so that it aligns doubles correctly too. This
is just a workaround to fix the sparc64 problem where ALIGN() is now defined
in some include file to be 16 instead of 8. Thanks to martin for debugging this.
2002-10-04 13:15:51 +00:00
christos
dfbaa22bd7
Assign to TNF.
2002-10-04 11:42:38 +00:00
scw
4c6f867793
s/COPTS/DEFCOPTS/
2002-10-04 10:24:05 +00:00
scw
26ebb442bf
- Hook the PCI arbiter and error interrupts, and print something
...
useful should one occur.
- Manually poke some config values into the sh5pci host bridge's
config registers since it doesn't appear in config. space.
- Reserve the first 256 bytes of i/o space to avoid assigning i/o
address 0 to any cards.
- Slight tweak to the initialisation code after consultation with
SuperH and the linux driver.
2002-10-04 10:22:24 +00:00
chris
5dded94793
Fixup IPL_LEVELS to be correct. This matches the change I did to footbridge
...
based systems. Untested on shark, but is the right thing to do. I suspect
the original arm32 intr.h had the bug, and when the ports split we just took
the bug.
2002-10-04 10:21:33 +00:00
scw
a520b3b2c8
Convert to new devsw world order.
2002-10-04 10:16:56 +00:00
scw
db80ebe781
Add needs-flag to sysfpga, and check it before calling sysfpga_nmi_clear().
2002-10-04 09:24:52 +00:00
scw
d4c3160197
pmap_bootstrap() needs to know the physical address of KSEG0.
2002-10-04 09:23:27 +00:00
scw
f7f3db86ff
When loading a DMA map, make sure the BUS_DMA_COHERENT flag in the
...
map accurately tracks the same flag in the segments belonging to it.
The map's copy can be set only if all the segments are coherent.
This finally gets NFS writes fully working on my PCI ex(4) card.
2002-10-04 09:20:20 +00:00
scw
99fec1b346
Minor pmap rototil:
...
- Track unmanaged mappings of RAM more closely by allocating a pvo
for them. This allows us to check more accurately for multiple
cache-mode-incompatible mappings.
- As part of the above, implement pmap_steal_memory(). This has the
beneficial side-effect of moving a fair chunk of kernel data
structures into KSEG0.
2002-10-04 09:17:57 +00:00
simonb
a66f0d74ef
This file hasn't been used in a long time.
2002-10-04 08:48:35 +00:00
simonb
dcd65411b2
Only declare and set the "step" variable in identifycpu() ifdef CPUDEBUG.
2002-10-04 08:44:08 +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
itojun
df6ef6d0d3
include rnd.h only under kernel build.
...
caveat: arc4random() will not get stirred in bootstrap code.
2002-10-04 07:33:26 +00:00
junyoung
acd50bf487
Back out pushl/popl -> movl change. copy_fault is also used by kcopy(9).
2002-10-04 06:43:40 +00:00
explorer
3a856ad198
use config_match()
2002-10-04 06:02:38 +00:00
itojun
61da54e3c0
port spec is not permitted to tunnel mode policy, as we don't reassemble
...
fragments. perform more strict check against af match for tunnels. sync w/kame
2002-10-04 05:45:22 +00:00
junyoung
f9939562a1
Fix a mistake in previous commit.
2002-10-04 04:40:12 +00:00
thorpej
6ac57eb6c3
Note that a new config is needed after the autoconfiguration overhaul.
2002-10-04 04:37:06 +00:00
onoe
5a2d7e0875
Perform as a bridge within the AP for HostAP mode, to allow communication
...
between a wireless station and another wireless station.
2002-10-04 04:25:05 +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
mycroft
0a519951b5
Pull out some objlist functions in ldd.
2002-10-04 04:04:26 +00:00
mycroft
3c57a33db5
Don't actually bother maintaining _rtld_list_main and _rtld_list_global in
...
ldd.
2002-10-04 04:01:13 +00:00
mycroft
dfaba15604
Move the definition of _rtld_list_main so ldd builds again.
2002-10-04 03:59:40 +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
junyoung
8ab9e2ef57
Use single movl instruction rather than pushl/popl pair.
2002-10-04 03:20:59 +00:00
junyoung
8b656df79c
Remove unnecessary code.
2002-10-04 03:17:37 +00:00
itojun
8f0eabf697
whitespace
2002-10-04 03:17:00 +00:00
itojun
dfea6e4344
add missing "rnd.h" include - noted by simonb
2002-10-04 02:37:23 +00:00
itojun
173446ddd0
use cast to unsigned long long, instead of PRIu64
...
(to make it easier to move the change back to main openssh distribution)
2002-10-04 02:22:05 +00:00
thorpej
24e419709e
Note cfattach changes.
2002-10-04 01:54:47 +00:00
thorpej
d90d300b7b
Overhaul the way cfattach structures are looked up. The cfdata entry
...
now carries the name of the attachment (e.g. "tlp_pci" or "audio"),
and cfattach structures are registered at boot time on a per-driver
basis. The cfdriver and cfattach pointers are cached in the device
structure when attached.
2002-10-04 01:50:53 +00:00
matt
44bc4ef4a9
Ansify's (use prototypes).
2002-10-04 00:50:15 +00:00