mycroft
f2a492ff6b
Eliminate the separate ATAPI and SCSI attachments for "cd".
2003-09-08 01:56:33 +00:00
itojun
bc1d89af4f
splsoftnet in key_setspi
2003-09-08 01:55:09 +00:00
mycroft
5dd4bdd14c
Use the const shaker.
2003-09-08 01:27:08 +00:00
mycroft
9203f63f67
We only need a single attachment for uk at scsibus and atapibus.
2003-09-08 01:26:41 +00:00
mycroft
cd456a7097
Nuke some printf()s.
2003-09-08 01:13:04 +00:00
kleink
a4909cd01e
g/c byte-reversing bus_space_set_region_1() entries.
2003-09-07 22:12:05 +00:00
mycroft
b6e043eed2
Set PQUIRK_ONLYBIG in the wdc-atapi frontend, obviating the need to ever test
...
the "bus type" for this.
Merge all the code in the SCSI and ATAPI backends for "cd" devices. All of
the mode page handling and whatnot is general to SCSI MMC devices, and should
never have been separated to begin with. This fixes a variety of problems,
and adds load/unload support for SCSI-attached devices.
2003-09-07 22:11:22 +00:00
itojun
ce112dfc4f
add -t option for gmt time offset (normally MS-DOS filesystem has timestamp
...
in localtime, not GMT). PR kern/22717
2003-09-07 22:09:11 +00:00
rafal
ece5b8e67d
Catch up to Christos' SIGINFO changes.
2003-09-07 21:37:19 +00:00
scw
20fb5a9f59
Cast from pointer type to db_addr_t via intptr_t.
2003-09-07 21:28:16 +00:00
yamt
753a6151b9
comments on lfs_issequential_hole.
2003-09-07 21:00:36 +00:00
itojun
fdbe07d467
revisit spihash logic
2003-09-07 20:41:27 +00:00
uwe
9f598eb5ba
DOH, sparc was not doing p_userret processing in userret()!
...
Adding it helps SA a great deal. E.g. ogg123 actually works now.
2003-09-07 20:41:05 +00:00
itojun
800fe5d178
- prepare for RFC2401bis 64bit sequence number (no behavior change yet)
...
- use hash for SPI-based SAD entry lookup (should be faster, i hope)
- cleanup keydb.c and key.c. key.c is responsible for refcounting secasvar,
keydb.c is responsible for alloc/free.
2003-09-07 15:59:36 +00:00
itojun
bfa3dccfd7
prototype should have no variable name
2003-09-07 15:50:43 +00:00
tron
b0594a9271
Compile in the i845/i865 fallback attachment code only if generic AGP Intel
...
support is enabled.
2003-09-07 15:40:57 +00:00
tron
3c33a1ee2d
If we fail to find the Integrated Graphics Device of an Intel i840 or
...
i865 chipset try the generic Intel AGP code because it is probably
a motherboard without onboard graphics.
2003-09-07 15:25:28 +00:00
uwe
ca90f34170
Widen FLAGS column for ps/l so that all defined l_flag flags fit.
2003-09-07 14:14:36 +00:00
ragge
bfd142bfad
Remove next_instr_address(), it's a macro.
2003-09-07 13:33:38 +00:00
tron
fadd4495f2
Adding "${.CURDIR}/../coda" to the path causes build failures if object
...
files exist in that directory. Simply creating a symbolic link to the file
"${.CURDIR}/../coda/lkminit_vfs.c" via "LNFILES" fixes that problem.
2003-09-07 12:25:54 +00:00
yamt
02b67863b8
assert mbuf chains m_cat'ed are of the same type.
2003-09-07 12:04:13 +00:00
yamt
1c9095a5b6
buffer with B_CALL shouldn't be brelse'ed. assert it.
2003-09-07 11:59:40 +00:00
kent
d10ee65a85
Codec id ADS 0x70 is AD1980, not AD1981.
...
http://mail-index.netbsd.org/tech-kern/2003/09/03/0005.html
2003-09-07 11:59:39 +00:00
yamt
059404deaf
bremfree needs bqueue_slock held. assert it.
2003-09-07 11:57:43 +00:00
yamt
4868f89aae
buffer cache mp locks.
2003-09-07 11:55:43 +00:00
yamt
d20e923a9c
- raise spl to bio in lfs_countlocked() rather than having callers to do so.
...
- buffer cache MP locks.
- assert B_CALL buffers are not on the free queue.
2003-09-07 11:53:57 +00:00
yamt
4a78faea0f
- buffer cache MP locks.
...
- avoid changing buffer state on the free queue.
2003-09-07 11:47:07 +00:00
yamt
3ed90e8152
use LFS_DEBUG_COUNTLOCKED macro.
2003-09-07 11:44:22 +00:00
yamt
1d335cd660
remove variable names from prototype for consistency.
2003-09-07 11:37:13 +00:00
kent
98f4ce5fd6
Use bitmask_snprintf() for printing ext id features.
2003-09-07 11:27:32 +00:00
manu
83798d2727
Correctly check Mach-O fat header so that fat binaries get launched.
2003-09-07 11:16:59 +00:00
tsutsui
71427b1eb1
Handle SROM quirk of tulip on Cobalt RAQ2. Fixes kern/20702.
2003-09-07 10:45:11 +00:00
tron
8cfe1dc600
Add "COMPAT_16" option.
2003-09-07 09:33:56 +00:00
jdolecek
671a5964fa
one more sc_pgid change
2003-09-07 09:31:47 +00:00
jdolecek
0eb65eb6f2
for logsoftc.sc_pgid, use negative value for process group and positive
...
for process ID, to match e.g. how socket code sets things up
2003-09-07 09:30:20 +00:00
manu
606e47547a
Typo
2003-09-07 09:07:19 +00:00
manu
8e53685a40
Fix the build by removing machine dependent stuff from darwin_sysctl.h (it
...
is included by userland build, and it included darwin_machdep.h, which is
unavaillable for most arches)
2003-09-07 08:05:47 +00:00
manu
d13828a7dd
forgotten commit for KERN_PROCARGS sysctl in COMPAT_DARWIN
2003-09-07 07:50:31 +00:00
tsutsui
8a3f779eab
Fix typo.
2003-09-07 05:49:57 +00:00
isaki
515af69254
Delete strange ifdef x68k.
...
Requested by tsutsui@
2003-09-07 05:26:30 +00:00
isaki
bd7195dece
Remove an advertising clause.
2003-09-07 04:24:05 +00:00
dyoung
50fa2c1f44
Complete merge.
2003-09-07 04:10:39 +00:00
dyoung
76b1cd5bf9
Bring net80211/ sources up-to-date with FreeBSD.
...
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
2003-09-07 04:05:33 +00:00
dyoung
cf8438b460
First stab at producing a unified NetBSD/FreeBSD 802.11 layer,
...
striving to keep the diffs short and simple.
* Replace FreeBSDisms (e.g. struct arpcom) with conditionally-compiled
NetBSDism (struct ethercom).
* Add compatibility shims in ieee80211_compat.*: provide NetBSD with
if_printf, for example.
* Convert FreeBSD node mutex uses to generic node critical-section
protection (ieee80211_node_critsect_begin, _end), replace
FreeBSD atomic arithmetic with generic alternative, and implement
generics in NetBSD
* Provide NetBSD-style 802.11 ioctls
* Style nits
2003-09-07 01:22:19 +00:00
uwe
edee4547b6
Define 'nil' as long and remove the cast in the *only* place it's used.
...
Makes gcc3 happy as well.
2003-09-07 00:52:01 +00:00
uwe
f8a341efaa
Drop bogus ## to make gcc3 happy.
2003-09-07 00:30:40 +00:00
itojun
dca8daa76d
remove meaningless line (variable overwritten 2 lines below)
2003-09-07 00:25:04 +00:00
christos
51a4dadbfe
adjust for SA_SIGINFO changes
2003-09-06 23:56:27 +00:00
manu
7dda8d2416
KERN_PROC and KERN_PROCARGS sysctl. This helps ps working (it's not
...
yet perfect)
2003-09-06 23:54:47 +00:00
manu
4de9ba3f19
Added vm_region_64 and thread_info
2003-09-06 23:52:25 +00:00