lukem
bc3a6f3810
Refer to the pkgsrc/sysutils/ipw-firmware package.
2004-08-27 06:01:28 +00:00
itojun
8ba8c58e74
remove net.key.random_int
2004-08-27 04:58:10 +00:00
itojun
3b68465490
as we use arc4random(9) for random number, we no longer need to reseed random
...
number. noted by rwatson@freebsd
2004-08-27 04:56:16 +00:00
thorpej
523f87a2ce
PTDpaddr -> PDPpaddr
2004-08-27 03:51:34 +00:00
thorpej
cf21167821
pdtpaddr -> pdppaddr
2004-08-27 01:13:31 +00:00
lukem
89e309674d
Improve statistics display. Consistency tweaks. From Damien Bergamini.
2004-08-27 00:05:37 +00:00
lukem
777a16793a
Fix description of firmware. From Damien Bergamini.
2004-08-27 00:05:04 +00:00
lukem
ce0391e266
Minor cosmetic consistency tweaks, from Damien.
2004-08-27 00:02:02 +00:00
thorpej
08456b0802
Use ANSI function decls.
2004-08-26 21:23:06 +00:00
thorpej
5c50ce218e
Remove the "allows linking without crtbegin / crtend" hack.
2004-08-26 21:21:33 +00:00
thorpej
b979dc154e
Use ANSI function decls.
2004-08-26 21:21:05 +00:00
thorpej
54fe33a634
Use ANSI function decls.
2004-08-26 21:09:52 +00:00
thorpej
a41fd2dbc8
- Use ANSI function decls.
...
- Use __used__, not __unused__ attribute for ___start().
2004-08-26 21:07:14 +00:00
thorpej
68e26dcdb6
_strrchr()'s second argument is actually an int.
2004-08-26 21:01:12 +00:00
thorpej
352bb3a6aa
Use ANSI function decls.
2004-08-26 20:57:47 +00:00
thorpej
11b5ec27b8
Remove sysident.h-related comment; that stuff is handled by crti.c these
...
days.
2004-08-26 20:51:27 +00:00
thorpej
a80d65bdf1
sparc64 configuration for GCC "crtstuff".
2004-08-26 20:33:47 +00:00
wiz
6045854359
Remove duplicate include. Noted by Jeff Ito.
2004-08-26 20:26:08 +00:00
thorpej
3b3467be81
Only do the crtstuff dance if OBJECT_FMT is ELF.
2004-08-26 19:08:10 +00:00
thorpej
62ca5968b5
sparc configuration for GCC "crtstuff".
2004-08-26 19:05:04 +00:00
thorpej
35bdb62895
Don't protect the inclusion of ${MACHINE_ARCH}.mk; it is required.
2004-08-26 19:01:20 +00:00
thorpej
c64c94ac78
m68000 configuration for GCC "crtstuff".
2004-08-26 18:59:53 +00:00
thorpej
96663f19df
Use ANSI function decls, more static.
2004-08-26 18:38:19 +00:00
drochner
5b0932cc68
kick out the ioasic offset check which happens in submatch() now
2004-08-26 18:07:12 +00:00
drochner
131be74c33
turn the (unused) ioasic_submatch() function into something useful, use
...
the locator passing variant of config_found(), get rid of the macros
hiding cfdata accesses and include "locators.h" from the .c file only
2004-08-26 18:06:20 +00:00
drochner
73286594a1
some cleanup: use the locator-passing variant of config_found(), get
...
the macros just hiding cfdata members out of tcvar.h and include
"locators.h" only in the .c file
2004-08-26 17:57:00 +00:00
oster
da1725a116
rf_CheckLabels() needs to die, but for now, we patch it by setting
...
fatal_error when too_fatal is set, and by setting fatal_error in a
couple other critical cases.
2004-08-26 17:09:18 +00:00
jkunz
6c6c2be95f
Remove race conditions caused by the CPU cache of PA7100 CPUs.
2004-08-26 16:56:07 +00:00
jkunz
70b14a8138
Add support for shareing PCI interrupts and PCI-PCI bridges.
2004-08-26 16:52:27 +00:00
jkunz
1035c6af08
Import STI wscons(4) driver from OpenBSD and add new driver for PS/2
...
keyboard / mouse pots of LASI.
2004-08-26 16:48:06 +00:00
itohy
318777e22f
Add njs to some generic config files (I tested on i386 and sparc64).
2004-08-26 14:33:01 +00:00
wiz
4e1a2fa773
Remove a superfluous .Pp.
2004-08-26 14:25:55 +00:00
itohy
bb5bb52e57
Add njs.4
2004-08-26 14:19:55 +00:00
itohy
1d4f1abb08
Workbit NinjaSCSI-32 PCI/CardBus SCSI driver (njs)
2004-08-26 14:13:46 +00:00
yamt
d25d8e4dbe
in "summary" output (-w),
...
- print setattr instead of readlink as the former is more freqently used.
- add "Others" column to print the total number of other rpcs.
2004-08-26 13:29:05 +00:00
itohy
d1112abfcc
Regen from pcidevs rev 1.647.
2004-08-26 13:16:08 +00:00
itohy
2e477d0c91
Add Workbit NinjaSCSI-32 PCI/CardBus products.
2004-08-26 13:14:59 +00:00
wiz
9029210e32
Avoid printing a useless \0. From SHIMIZU Ryo in PR 26766.
2004-08-26 13:05:14 +00:00
junyoung
581cbf8089
As suggested on tech-kern@ days ago:
...
* Get rid of PTmap, PTD, PTDpde, APTmap, APTD, and APTDpde from locore.S.
* Rename PTDpaddr to PDPpaddr, ptdpaddr in struct cpu_kcore_hdr to pdppaddr for consistency.
2004-08-26 10:12:33 +00:00
thorpej
fb21d92089
x86_64 configuration for GCC "crtstuff".
2004-08-26 07:09:22 +00:00
thorpej
84b60dd908
sh5el configuration for GCC "crtstuff".
2004-08-26 06:59:38 +00:00
thorpej
ed5931a192
sh3eb configuration for GCC "crtstuff".
2004-08-26 06:57:35 +00:00
thorpej
c2b11b356c
sh3el configuration for GCC "crtstuff".
2004-08-26 06:57:07 +00:00
thorpej
432118c9ee
powerpc configuration for GCC "crtstuff".
2004-08-26 06:54:37 +00:00
thorpej
bb158d9e58
mipseb configuration for GCC "crtstuff".
2004-08-26 06:32:53 +00:00
thorpej
d6398ba73b
mipsel configuration for GCC "crtstuff".
2004-08-26 06:32:19 +00:00
thorpej
d6d6853f9b
m68k configuration for GCC "crtstuff".
2004-08-26 06:23:00 +00:00
thorpej
ddc0eb63c5
hppa configuration for GCC "crtstuff".
2004-08-26 06:12:07 +00:00
thorpej
c9bd4f9af6
armeb configuration for GCC "crtstuff".
2004-08-26 06:09:56 +00:00
thorpej
c913ba605e
arm configuration for GCC "crtstuff".
2004-08-26 06:08:43 +00:00