Commit Graph

20710 Commits

Author SHA1 Message Date
peter
ca8f53d113 Unused include: #include "sl.h" - NSL is no longer used. 2000-06-10 11:21:30 +00:00
peter
40481bc4d4 Unused include: #include "pps.h" 2000-06-10 11:14:19 +00:00
peter
4c6ce84a31 Unused includes: #include "pci.h" and #include "lnc.h" 2000-06-10 11:13:39 +00:00
peter
f69440e4d1 Unused include: #include "ex.h" 2000-06-10 11:09:03 +00:00
peter
c8554e83df Unused include: #include "bt.h" 2000-06-10 11:08:34 +00:00
peter
bbb0c3729f Unused include: #include "ahc.h" 2000-06-10 11:07:54 +00:00
peter
6845c7ee4c Unused include: #include "aic.h" 2000-06-10 11:06:51 +00:00
peter
df8ebd441c Unused include: #include "adw.h" 2000-06-10 11:06:16 +00:00
peter
679b2d1dab Unused include: #include "fla.h" 2000-06-10 11:05:17 +00:00
peter
2927906041 No-op change. Remove #if NVT > 0 in files that are 'optional vt' and
therefore can never be compiled if NVT == 0. config(8) guarantees this.
2000-06-10 11:03:31 +00:00
peter
a3314d0615 Argh. This is what I get for trying to do too many things at once.
Revert last commit. sc.h/NSC is used.
2000-06-10 10:32:43 +00:00
peter
a5bbb455e4 Untangle some #include between gusc.c/mss.c - gusc.c could create
an attachment node for something that may not have been compiled in.
2000-06-10 07:20:54 +00:00
peter
2f206a5f3f Unused include: #include "sbc.h" 2000-06-10 07:17:29 +00:00
peter
796b889d3d We always provide the bpf hooks. Remove #include "bpf.h"/NBPF. 2000-06-10 07:16:14 +00:00
peter
0b882e8a0e Unused includes: #include "pci.h", #include "pcm.h" 2000-06-10 07:15:15 +00:00
peter
57024a5fdd Unused include: #include "scbus.h" 2000-06-10 07:14:10 +00:00
peter
ae5513244e Unused include: #include "ether.h" 2000-06-10 07:13:26 +00:00
peter
4f06847f9f Unused include: #include "pty.h" 2000-06-10 07:12:40 +00:00
peter
a85578cb28 Unused include: #include "sc.h" 2000-06-10 06:42:13 +00:00
peter
7d51c9df5d Unused include: #include "fb.h" 2000-06-10 06:41:11 +00:00
peter
6ff8fe25e3 Add ISP_COMPILE_12160_FW and ISP_COMPILE_12160_FW options to opt_isp.h 2000-06-10 02:09:50 +00:00
peter
867cbba1a2 Add option BROKEN_KEYBOARD_RESET to an opt_*.h file 2000-06-10 02:05:57 +00:00
jlemon
783c4c8f49 malloc(..., M_WAITOK) will not return NULL, so remove the error
handling for this case (which was slightly broken anyway)

Fix up some whitespace problems while I'm here too.

Submitted by:  alfred   (in a slightly different form)
2000-06-10 01:51:18 +00:00
jhb
d444a4bbfe Document flags 0x100 in syscons.4, and document syscons' flags in LINT.
Reviewed by:	yokota, obrien
2000-06-09 23:47:30 +00:00
msmith
0bda0fc67f taskqueue_swi is a pointer, not a struct. Fix a comment that misleadingly
suggests you pass its address to taskqueue_enqueue, which leads to various
kinds of unpleasant mischief.
2000-06-09 22:32:36 +00:00
brian
07c2b69b6d Dynamically allocate softc structures
Reviewed by: Mark Knight <mkn@uk.FreeBSD.org>
2000-06-09 17:03:29 +00:00
dan
2e042d3bef Increase delay from 10mu to 1000mu when reading play control size. This
allows the YMF744 to initialize properly.
2000-06-09 16:44:30 +00:00
dfr
6cf25b726f Add agp. 2000-06-09 16:07:32 +00:00
dfr
61f9244376 Add module for agp driver. 2000-06-09 16:07:04 +00:00
dfr
2e93b089fc Add files for agp driver. 2000-06-09 16:05:39 +00:00
dfr
4d2e6ac7a5 A driver for programming the AGP hardware. This is only very lightly
tested on Intel BX chipsets only. The other agp minidrivers are totally
untested.

The programming api is a subset of the Linux api and is only intended to
be enough for the X server to use. There is also an in-kernel api for the
use of other kernel modules such as the 3D DRI.
2000-06-09 16:04:30 +00:00
dfr
55a6fd6ede Nuke the useless chip driver. It gets in the way when you want to load
a functional driver for the device.
2000-06-09 16:00:29 +00:00
dfr
4b28d0d87e Claim major 148 for agp. 2000-06-09 15:48:01 +00:00
alex
432219fe3a Since many people use LINT as "supported hardware" list, add
all supported cards to the description of the ep-driver.

Reviewed by:	asmodai
2000-06-09 13:09:50 +00:00
groudier
ae1eac73b4 - Use `bus space' primitives for IO and MMIO instead
of IO/MMIO legacy methods.
- Prepare the driver for big endian CPU support.
- Clarify memory and IO barriers needed by the driver.
2000-06-08 19:48:16 +00:00
n_hibma
6e28a79d31 Add the ID of the InSystem USB Cable (not really supported yet). 2000-06-08 19:27:21 +00:00
n_hibma
f7d30340f8 Regen. 2000-06-08 19:26:35 +00:00
n_hibma
ace1a02eb3 InSystem USB Cable (IDE adapter)
Submitted by:	"Sean O'Connell" <sean@stat.duke.edu>
2000-06-08 19:26:16 +00:00
bde
873796b4f3 Always include the full symbol table (as specified by its start and
end values in bootinfo) in kernel space if it is loaded (i.e., if its
specified end address is nonzero), not just if it is loaded and DDB
is configured.  This may be used to fix kldsym(2) for booting without
/dev/loader; currently, in this case, it just fixes unused pointers
and wastes space consistently.  For booting in the normal way with
/boot/loader, the table is included and pointed to in a different way
and kldsym(2) works.
2000-06-08 17:53:43 +00:00
dan
9214e704a3 Add tcpoptions to ipfw. This works much in the same way as ipoptions do.
It also squashes 99% of packet kiddie synflood orgies.  For example, to
rate syn packets without MSS,

ipfw pipe 10 config 56Kbit/s queue 10Packets
ipfw add pipe 10 tcp from any to any in setup tcpoptions !mss

Submitted by:  Richard A. Steenbergen <ras@e-gerbil.net>
2000-06-08 15:34:51 +00:00
luigi
f8b1590104 Implement WF2Q+ in dummynet. 2000-06-08 09:45:23 +00:00
jhb
44ff32eddf Enable USB in GENERIC on the Alpha.
Reviewed by:	deathly silence on -alpha
2000-06-08 01:17:51 +00:00
dcs
960e3736f7 Put some version checking. 2000-06-07 22:19:49 +00:00
dcs
e0a13c3db6 Bump loader version due to FICL (duh!) and copyin, copyout, setenv&cia. 2000-06-07 22:14:09 +00:00
dcs
b7e294d3d7 Bump loader version due to copyin, copyout, setenv&cia. 2000-06-07 22:12:21 +00:00
dcs
c59a0f04e8 Modify boot-conf so it can take a kernel or directory name as
a parameter and dtrt.

Also, make boot-conf always unload first. There wasn't really any
point in not doing this, as the kernel _has_ to be loaded before
any other modules.

Tested by: dwhite
2000-06-07 22:10:05 +00:00
dcs
3bb6c3500d Add setenv, getenv, setenv?, unsetenv, copyin and copyout to FICL. 2000-06-07 22:07:01 +00:00
dcs
1feeb6c84f Remove AGAIN definition, as FICL 2.04 provides it.
Add strlen, to help handling data generated by C code.

Add 2>r 2r>, because OO programming without them sucks.
2000-06-07 22:03:37 +00:00
dcs
79159a25e9 Remove a bug that caused local variables declarations in the format
{ | internal -- } to be rejected.
2000-06-07 22:00:10 +00:00
dcs
890b457137 Place original builtins in a vocabulary called "builtins". This
is intended mainly for debuging purposes, but it can be used by
other words if done carefully.
2000-06-07 21:57:23 +00:00