mrg
70ee3f68e3
merge binutils 2.15 cornflakes.
...
XXX: some info files are not yet totally fixed up..will fix.
2004-12-08 13:38:07 +00:00
reinoud
a80eefb9fc
Accidently added SMBfs support as default wich is still declared as
...
expirimental to my knowledge.
2004-12-08 13:30:10 +00:00
reinoud
4dddbc1c21
Add IPv6 support like all other architectures do and add NetBSD 2.0
...
binary compatibility
2004-12-08 13:28:27 +00:00
reinoud
ce52f6650b
Add NetBSD 2.0 compatibility setting
2004-12-08 13:24:49 +00:00
reinoud
fc45116dff
Add IPv6 support as default since all ports now have it as default; no use
...
to delay NC's since it doesn't that much memory too.
2004-12-08 13:23:45 +00:00
reinoud
0abd1fb564
Commit some cosmetic changes to the no longer used bootloader... they were
...
lurking her and it could be used for reference one day.
2004-12-08 13:19:00 +00:00
mrg
e88da0ac40
initial import of binutils 2.15 branch (20041204)
2004-12-08 09:52:50 +00:00
mrg
0b0695816f
these files are created at build time
2004-12-08 09:47:04 +00:00
mrg
ddc1ca5b37
these files are created at build time
2004-12-08 09:08:53 +00:00
mrg
3fa5a086b0
these files are created at build time
2004-12-08 08:49:27 +00:00
martin
0a72984c77
Factor out softc cleanup after loss of session into pppoe_clear_softc.
...
Use this when loosing the ethernet interface (when it deataches).
Fixes PR kern/28375.
2004-12-08 07:43:29 +00:00
jmc
40c0737463
Fixed for PR#28581. If stdin is the input stream, fstat it and check if it's
...
file. If so, use it's mtime for the mtime in the header. Otherwise use
time(2)'s result instead. Lines up with GNU gzip and RFC 1952 now as well.
2004-12-08 06:38:40 +00:00
jmc
a9a7fc8f81
Always set -DXFREE86 since all it does is add XFree86 as a possible X server to
...
the stderr list if exec fails for X. This allows xinit to be shared
across MACHINE_ARCH for mipseb and powerpc now
2004-12-08 05:34:50 +00:00
briggs
710cfd7aef
Add MPC7400 to the list of CPUs for which we try to measure the speed.
...
Noticed missing by Tim Kelly.
2004-12-08 03:07:03 +00:00
chs
bc7f8afb31
use the m68k-common procfs_machdep.c on all m68k platforms.
2004-12-08 02:32:33 +00:00
snj
654ad24a7f
New sentence, new line, Xref fsck(8), use Dq.
2004-12-08 01:22:00 +00:00
thorpej
4127c59173
Define SYNCHRONIZE CACHE (16).
2004-12-07 23:21:06 +00:00
thorpej
6ad79ad747
SYNCHRONIZE_CACHE -> SYNCHRONIZE_CACHE_10
2004-12-07 23:16:40 +00:00
thorpej
dffe7d8e8d
READ_CAPACITY -> READ_CAPACITY_10
2004-12-07 23:14:03 +00:00
thorpej
ce91ac7d6b
USe more appropriate macro/struct names for READ/WRITE (6) and
...
READ/WRITE (10).
2004-12-07 23:07:31 +00:00
thorpej
78e83f262c
Nothing references "struct scsi_generic" anymore; delete it.
2004-12-07 22:27:17 +00:00
thorpej
d5083f78be
Use "struct scsipi_command" in internal command structures so that
...
we have enough space for 16-byte CDBs.
2004-12-07 22:23:45 +00:00
jdolecek
19d91c00f9
document reload option, description shamelessly stolen off ffs_reload()
...
comment
2004-12-07 21:38:58 +00:00
thorpej
a974bfe8ce
- Use the cmdlen specified in the scsipi_xfer structure. Keying off
...
the command group ID won't necessarily work for vendor-specific commands.
- Expand the storage in the SC_REQ structure to account for 16-byte commands.
2004-12-07 21:12:42 +00:00
thorpej
31dc1f0cd3
Move a comment to indicate the true "end of hardware supported fields".
2004-12-07 19:14:57 +00:00
kleink
c17d5db72f
Add the `shutdown' keyword, giving racoon a chance to flush the SAD
...
upon termination.
2004-12-07 17:37:15 +00:00
jwise
8e40de5fcb
Since we fall back to /etc/calendar now (if present), put that path properly
...
in pathnames.h.
2004-12-07 16:47:32 +00:00
briggs
f06d48126e
Bring in some code to deal with devices in the lower slots of a UMAX S900
...
and perhaps PowerMac 9500. These slots sit behind a PCI-PCI bridge, and
devices in those slots inherit the PCI-PCI bridge interrupt. Derived from
a patch submitted in PR port-macppc/26341 by Michael Loreny, who was also
diligent in prodding me to look at it.
2004-12-07 15:42:08 +00:00
kent
08de937c1c
start kent-audio1 branch
2004-12-07 15:01:46 +00:00
thorpej
98e4397919
Fix a straggling reference to "struct scsi_generic" in some debug-only
...
code.
2004-12-07 14:57:19 +00:00
thorpej
d41e8f00bf
Don't use "struct scsi_generic" in a hardware-defined structure. Instead,
...
use an array of 12 bytes. Check the incoming CDB to see that it will fit,
and print and error and fail the command if it won't.
2004-12-07 14:50:56 +00:00
thorpej
3e22338d60
When checking the CDB length, check against the field in the SCB
...
that we're actually storing it to.
XXX Should be re-examined; this is not actually a hardware-constrained
size with this driver.
2004-12-07 14:48:58 +00:00
yamt
e745dd4766
remove TCPOPT_MD5SIGNATURE because no one in our tree uses it
...
and it's duplicated with TCPOPT_SIGNATURE.
i preferred TCPOPT_SIGNATURE because it's used by FreeBSD and OpenBSD.
2004-12-07 14:24:04 +00:00
briggs
6fec1d4f73
OpenFirmware on machines with the "Grackle" bridge assign an 'AAPL,interrupts'
...
property instead of 'interrupt-map' and 'interrupt-map-mask' properties.
Adjust for this by checking for the latter, and if they're not present
(and the parent isn't 'pci-bridge'), then look for 'AAPL,interrupts'.
Problem analyzed and patched by Tim Kelly on port-macppc. I modified the
patch to move the fallback into find_node_intr(), tweaking some previously-
disabled code.
2004-12-07 13:22:51 +00:00
rtr
540bb5dcef
update branch status for rtr-xorg-branch
2004-12-07 11:06:02 +00:00
martin
528e949b20
Replace the stack unwinding by a much simpler solution taken from
...
../../arch/sparc/gen/_setjmp.S rev. 1.6. This ended up to be ~identical
to the OpenBSD change triggered by the same sparc change.
Thanks to Stoned Elipot for pointing out the problem.
2004-12-07 08:20:07 +00:00
jdarrow
50cbf9d575
Add the Belkin F5D6020v3 to the match array for rtw.
...
My card now probes as:
rtw0 at cardbus1 dev 0 function 0: Belkin F5D5020v3 802.11b (RTL8180 MAC/BBP)
rtw0: rtw_cardbus_attach mapped 512 bytes mem space
rtw0: interrupting at 10
rtw0: hardware version D
rtw0: SROM version 1.2
rtw0: RF: Philips SA2400A, PA: Philips SA2411
rtw0: Geographic Location USA
rtw0: 802.11 address 00:30:bd:4d:ed:de
rtw0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mb
XXX The driver still doesn't actually _work_...
2004-12-07 04:36:06 +00:00
chs
cf58c69b3e
use the m68k-common procfs_machdep.c on all m68k platforms.
2004-12-07 04:33:24 +00:00
jdarrow
90ceccfb90
Regen from pcidevs 1.672:
...
Add a new vendor and product ID for a cardbus NIC I've got
Belkin 0x1799
F5D6020v3 0x6020
2004-12-07 04:30:59 +00:00
jdarrow
75f0c06d8a
Add a new vendor and product ID for a cardbus NIC I've got
...
Belkin 0x1799
F5D6020v3 0x6020
2004-12-07 04:28:07 +00:00
jwise
4f1d9bdb73
Play with calendar syntax a little, allowing both of month and day
...
to be wildcarded.
As a side effect, this allows '**' in the date field to match every
day of the year, which is very useful for TODO items.
It's important to note that the syntax has a lot of hardcoded (and
undocumented) ambiguity resolution stuff, and is crying out for a
simplification, and maybe some use of yacc and lex.
When this is done, a minor flag day (and probably a compatibility
flag :-( ) should be included, for current users who are making
use of some of the corner cases. I'll raise this on tech-userlevel
before going there. CVS:
----------------------------------------------------------------------
2004-12-06 20:38:43 +00:00
jmc
568c053401
Add amd64 support
2004-12-06 20:05:10 +00:00
cube
57d7489f05
Note ixpide(4) addition.
2004-12-06 19:38:25 +00:00
cube
c002a66744
Add a manual page for ixpide(4).
2004-12-06 19:34:01 +00:00
cube
99b014db5e
Add ixpide(4).
2004-12-06 19:28:12 +00:00
cube
eac73e5ce7
Add config wires for ixpide(4).
2004-12-06 19:23:09 +00:00
cube
7164a75552
Add ixpide(4), a driver for the IDE controller found in the ATI IXP series
...
of integrated chipsets.
Documented from the Linux driver. Tested by reinoud@, ok'd by bouyer@.
2004-12-06 19:22:24 +00:00
nathanw
08c663a3c0
Implement __libc_thr_sigsetmask_stub() in terms of sigprocmask(),
...
instead of having a dummy function.
2004-12-06 18:58:12 +00:00
yamt
165c905934
add links for uvm_unmap(9)
2004-12-06 17:35:53 +00:00
yamt
ccd887a498
document uvm_unmap.
2004-12-06 17:34:07 +00:00