Commit Graph

141954 Commits

Author SHA1 Message Date
dyoung
9c76f36a30 Fix ieee80211_media2rate to suit the funny order of NetBSD's DSSS
media flags: DS2, DS5, DS11, DS1.
2005-12-13 09:28:31 +00:00
yamt
6b6b3253b2 fix a compilation problem after ktrace-lwp merge. 2005-12-13 08:24:30 +00:00
jmc
37b9f7a1b0 Note needed hack for gcc/vax and using abort in a function pointer.
From Johnny Billquist
2005-12-13 05:56:23 +00:00
jmc
4c00a49dad XXXGCC: Make a local extern for abort and the vax compiler is happy again. 2005-12-13 05:54:50 +00:00
dyoung
47b698d0b8 Fix comments and debug printfs: Tx FIFOs underflow, they don't
overflow.
2005-12-13 05:10:55 +00:00
dyoung
830e4be4c8 On a transmit FIFO overflow (err, actually an underflow...) reset
both the transmit & receive sections of the MAC.
2005-12-13 05:07:14 +00:00
christos
ce34305905 A bit more verbiage. 2005-12-13 01:02:23 +00:00
jld
341dd78856 Make xenevt.c compile after lwp changes; not tested yet. 2005-12-12 22:56:50 +00:00
wiz
dbaaaf27a8 Sort options. 2005-12-12 22:49:37 +00:00
wiz
4da531101e Bump date for previous. 2005-12-12 22:47:36 +00:00
wiz
34c28a6af4 Bump date for more hardware, remove extra whitespace. 2005-12-12 22:46:49 +00:00
dsl
04e3bf3418 If we are going to run mkdep separately for each file, we might as well
get this makefile to execute the mkdep commands - no need for a submake
and xargs at that point.
However we do need to do something to stop the 'mkdep -d' and CLEANDEPEND
command lines being to long.
Note that 'echo ${xxx} | cmd' is ok because echo is a shell builtin, and
isn't (usually) subject to the kernel's command line limits.
2005-12-12 22:44:04 +00:00
wiz
54282824e9 Sync usage with man page. 2005-12-12 22:42:34 +00:00
wiz
c64e5a3705 Improve -v description slightly. 2005-12-12 22:38:28 +00:00
wiz
fe79b0c9bd Grammar improvement. 2005-12-12 22:29:37 +00:00
wiz
828a822d64 Add nologin(5). 2005-12-12 22:27:05 +00:00
wiz
da4df4f01d Install nologin(5). 2005-12-12 22:26:53 +00:00
wiz
086e1cafc6 Comment out paragraphs/half sentences referring to wlan(4)
and devd(8), which we do not have.
2005-12-12 22:23:22 +00:00
dsl
0f4ad533d7 Add a -D option that acts like -d, but reads the filenames (whitespace
separated) from stdin.
Useful (eg in Makefile.kern.inc) to avoid breaking the systems command
line limit.
2005-12-12 22:05:28 +00:00
elad
a9505be892 Add and document a "query" keyword to veriexecctl. Usage:
/sbin/veriexecctl query /path/to/file

will print out filename, device, inode, evaluation status, entry flags,
fingerprint, and fingerprinting algorithm.
2005-12-12 21:47:58 +00:00
hubertf
aa2ac86c1f Fix old name in .Dt tag (CLCONFIG -> VNDCOMPRESS) 2005-12-12 21:04:31 +00:00
christos
24ecd917a6 change a_p -> a_l->l_proc [untested] 2005-12-12 20:06:22 +00:00
jonathan
e66e62e9be Fix silly cut-and-paste typo (CSR_READ(sc, BGE_MARBMODE_ENABLE),
should obviously have been CSR_READ(sc, BGE_MARB_MODE) incurred during
my backport of 5714/5715 support from my netbsd-3 development branch,
back into -current.
2005-12-12 19:58:11 +00:00
martin
3804e42335 Back out bn/bn.h rev. 1.9:
> use explicitly sized types for U_LLONG U_LONG and LONG; otherwise bn
> breaks on 64 bit platforms. The "LONG" openssl wants is really a 32 bit int.

Instead define SIXTY_FOUR_BIT_LONG where apropriate.
Regression tests still pass on sparc64 and i386. Furthermore this allows
us to finaly close PR 28935 (thanks to christos for removing the local
hacks on last import).
2005-12-12 19:50:26 +00:00
elad
6590e0e201 Catch up with ktrace-lwp merge.
While I'm here, stop using cur{lwp,proc}.
2005-12-12 16:26:33 +00:00
cube
3de4cab6f7 Move the (one liner) logic of AcpiOsGetRootPointer() out of acpica/Osd to
acpi.c and take the opportunity to create a sysctl node that contains the
address of the main ACPI table.

The name of the node, "machdep.acpi_root", is questionable but matches the
one FreeBSD has, which will make it easier to port their acpidump(8)
program.
2005-12-12 15:04:50 +00:00
elad
5e90e0f641 Remove struct that was accidently added in previous commit. 2005-12-12 15:00:51 +00:00
tron
6dabed7d5a Add a huge number of missing airports taken from a list provided
by Bernhard Moellemann.
2005-12-12 11:40:04 +00:00
dyoung
398ad9e78a Correct manual section in cross-reference to if_nametoindex. 2005-12-12 07:22:17 +00:00
dyoung
a012374f4d Document alternative calling convention for IP_MULTICAST_IF. 2005-12-12 07:20:38 +00:00
jmc
ad14f15c1d Nuke LESSCHARSET as well since it affects the output character set of groff 2005-12-12 04:51:55 +00:00
christos
fa7190ea1a more proc to lwp problems. 2005-12-12 02:51:07 +00:00
christos
948731b924 more proc -> lwp conversions. 2005-12-12 02:44:31 +00:00
christos
5ecdc5e2d0 welcome to the new lwp world. 2005-12-12 02:44:09 +00:00
christos
dac64af055 more proc -> lwp 2005-12-12 01:18:29 +00:00
christos
d014803b83 more proc->lwp changes. 2005-12-12 01:14:22 +00:00
jonathan
cc474061e1 Add support for bcm5714 and (possibly incorrect) support for the
bcm5715 PCI-Express dual-port NICs. Taken from the Broadcom-supplied
Linux driver, bcm-8.3.13a.

Add nascent support for the bcm5780, but (since I have no bcm5780 to
test), don't yet add an entry which allows us to match or attach to a
5780.

Change 5752 support: Follow the lead of the Broadcom-supplied Linux
driver (bcm) and the Linux tg3 driver, and treat the 5752 like a 5750.
2005-12-12 00:40:44 +00:00
rpaulo
3b3e91ace3 More ktrace-lwp merge. 2005-12-11 23:42:33 +00:00
simonb
ae278e7e7d Remove blank line added to end of file by previous change. 2005-12-11 23:34:27 +00:00
reinoud
700d0843b3 Add SCSI calls for read discinfo and read trackinfo. Also add the various
read toc formats returned.
2005-12-11 23:26:31 +00:00
christos
4040537d5e make this compile again (from Johnny Billquist) 2005-12-11 23:17:10 +00:00
thorpej
63eac52bac ANSI function decls and application of static. 2005-12-11 23:05:24 +00:00
christos
2fb8046d6d meet Mr. Webster. 2005-12-11 20:07:30 +00:00
christos
1e672b58da Add SA_UPCALL_STRINGS used by kdump. 2005-12-11 20:06:57 +00:00
jonathan
291fa16d03 Regen after pcidevs rev 1.746, 1.747 (Add device IDs for LSI Megaraid,
and Intel IDs for  software-compatible Intel RAID products).
2005-12-11 20:01:48 +00:00
jonathan
86cd178b0d Remove extraneous //// markers of potential conflict in last commit. 2005-12-11 19:59:06 +00:00
jonathan
7871d4095b Add pcidevs entries and support to amr(4) for newer LSI MegaRAID devices,
including the LSI MegaRAID SCSI 320-0x, 320-2x, 320-4x, 320-1E, 320-2E,
the LSI MegaRAID SATA 300-6x and 300-8x.

Tested on an LSI MegaRAID SATA 300-8x, which confirms private advice
that after PCI-IDs to our amr(4) driver, the newer LSI MegaRAID cards
will Just Work

The Linux megaraid2 driver accepts various Intel cards with the same
pci-device IDs as the LSI MegaRAID cards, treating them exaclty as the
above-listed LSI cards. Rework our amr(4) driver to also match and
attach those device-ID if seen with an Intel vendor-ID. Add the
Intel-vendor PCI decice-ids to pcidevs, so that PCI_VERBOSE will
correctly identify the Intel cards.

Update src/share/man/man4/amr.4 to list the newly-supported cards.

(NB: I don't have the LSI SCSI or any Intel cards to test, just the
LSI SATA, which works fine for me.)
2005-12-11 19:34:47 +00:00
christos
74757293f7 add a trace facility for upcalls. 2005-12-11 19:29:27 +00:00
christos
b41db3f2c3 Protect zlib.h with the same symbol as userland.
XXX: We should either not install this, or have only one copy.
2005-12-11 19:15:38 +00:00
rpaulo
c747cf7094 Add NSC (NSC6001) IRDA device. 2005-12-11 18:48:51 +00:00