Peter Wemm
4e64b0d320
Document and supply COMPAT_OLDPCI and COMPAT_OLDISA so 'make release'
...
still works.
2000-03-19 13:33:26 +00:00
Peter Wemm
80060e8897
Connect the ISA and PCI compatability shims to an option. In this case
...
it's options COMPAT_OLDISA and COMPAT_OLDPCI. This is meant to be a
fairly strong incentive to update the older drivers to newbus, but doesn't
(quite) leave anybody hanging with no hardware support. I was talking with
a few folks and I was encouraged to simply break or disable the shims but
that was a bit too drastic for my liking.
2000-03-19 13:07:12 +00:00
Jeroen Ruigrok van der Werven
cb2116539c
Add device isic to the ASUSCOM_IPAC entry.
...
Remove quotes around some i4b options to be consistent with the rest.
2000-03-19 10:19:23 +00:00
Jeroen Ruigrok van der Werven
1eeb917c9c
Put ASUSCOM_IPAC in the section where it belongs, namely i4b.
2000-03-18 19:30:58 +00:00
Jeroen Ruigrok van der Werven
bc0e3a03b5
Put the undocumented options back at the bottom as per old
...
practice.
Place the debug options above the undocumented options.
2000-03-18 18:39:02 +00:00
Jeroen Ruigrok van der Werven
5d6f1468bb
Document three debug options: npx, bus and vfs locks debugging.
2000-03-18 17:30:12 +00:00
Matt Jacob
a4135b96f1
Alpha 8200: redo files arrangement for 8200 support. There sort of
...
still *is* a problem about how to get an mcclock attached w/o an
ISA declaration though.
2000-03-18 08:05:27 +00:00
Nick Hibma
e2dbd15f2e
Please welcome the URio driver. Written by
...
Iwasa Kazmi <kzmi\@ca2.so-net.ne.jp>
2000-03-16 09:16:14 +00:00
Nick Hibma
fa55e6183a
Add urio (143)
2000-03-15 22:06:01 +00:00
Peter Wemm
2a72e5e1c1
Move the files.* references to wdc files to the pc98 location after the
...
repo copy.
2000-03-15 21:53:12 +00:00
Søren Schmidt
000da71aa4
Fix the spelling, and some minor tweaks on the ata device...
2000-03-14 16:47:59 +00:00
Jeroen Ruigrok van der Werven
612a914d90
Remove wd entries.
...
Reviewed by: sos
Approved by: sos, phk, peter
2000-03-14 13:23:10 +00:00
Jeroen Ruigrok van der Werven
b2381471b9
Remove the wd driver from the i386 kernel options.
2000-03-14 13:18:14 +00:00
Jeroen Ruigrok van der Werven
844a81a990
Remove unused options.
...
Reviewed by: sos
Approved by: sos, phk, peter
2000-03-14 12:55:23 +00:00
Ruslan Ermilov
ef61e9f97d
Remove option MD5, it has been standardized almost two years ago.
2000-03-13 11:37:43 +00:00
Jordan K. Hubbard
420e39abee
Welcome to 5.0-current!
...
"First commit" claimed by: jkh :)
2000-03-13 09:13:01 +00:00
Jonathan Lemon
5e3488e373
Add Compaq `ida' driver to GENERIC, update it's LINT entry.
...
Approved by: jordan
2000-03-09 16:32:56 +00:00
Jonathan Lemon
a17e9eac9c
Changes for IDA driver
2000-03-08 16:17:06 +00:00
Nik Clayton
9e54a8cebb
Document the discard device appearing as 'ds0', 'ds1', etc.
...
PR: docs/16994
Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
2000-03-07 13:56:37 +00:00
KATO Takenori
7fb0223fd0
Merged from files.i386 rev 1.307.
2000-03-01 08:50:05 +00:00
Matthew N. Dodd
a535079a85
MCA is supported to some extent. Modify a comment that claims otherwise.
...
Approved by: jkh
2000-02-26 05:07:05 +00:00
Guido van Rooij
7830d3c3a1
Remove option IPFILTER_KLD. In case you wanted to kldload ipfilter,
...
the module would only work in kernels built with this option.
2000-02-23 20:10:53 +00:00
Jason Evans
dd85920a4f
Add the VFS_AIO config option and leave it off by default. Unless the
...
VFS_AIO option is specified, all aio-related syscalls return ENOSYS.
The aio code is very fragile right now, and is unsuitable for default
inclusion in a production shell box.
Approved by: jkh
2000-02-23 07:44:25 +00:00
Gary Jennejohn
4f9d49f140
Newbus-ify the USR Sportster TA Intern driver.
...
Enable the driver in sys/conf/files.i386.
In isa/isavar.h increase ISA_NPORT from 32 to 50. This is required
because this brain-damaged card maps 49 (!) port ranges. This does
not have a negative impact because this value only specifies the maximum
number of entries in a linked list and not the size of an array which
is allocated in all drivers.
The register/fifo access routines were not newbus-ified because
1) I knew that the old code worked and is simpler and more efficient
2) the if_ed driver does something similar and
3) the newbus macros collapse to inb/outb anyway.
Reviewed and tested by: hm
Approved by: jkh
2000-02-21 02:10:10 +00:00
Kazutaka YOKOTA
528b8853bb
Make it clear that 'options XSERVER' is for pcvt and not for syscons.
...
Submitted by: Doug Barton <Doug@gorean.org>
Approved by: jkh
2000-02-16 04:27:04 +00:00
Matt Jacob
a6dd44dea5
Add comments about 12160 options.
...
Approved: jkh
2000-02-15 01:08:27 +00:00
Peter Wemm
242c5536ea
Clean up some loose ends in the network code, including the X.25 and ISO
...
#ifdefs. Clean out unused netisr's and leftover netisr linker set gunk.
Tested on x86 and alpha, including world.
Approved by: jkh
2000-02-13 03:32:07 +00:00
Bill Fumerola
ce0c0d9da9
kbdcontrol isn't in everyones path(read: non-root people), so specify
...
an absolute path for us mere mortals.
Approved by: jkh
2000-02-10 01:42:04 +00:00
Matthew N. Dodd
978d4f5bc8
Complete the repo-copy of ida_pci.c to sys/dev/ida/
...
Implicit Approval by: jkh
2000-02-09 04:17:10 +00:00
Matthew N. Dodd
1e8a96dc02
if_fpa is included when 'device fpa' is present, not 'device fea'.
...
Approved by: jkh
2000-02-01 16:47:34 +00:00
Yoshinobu Inoue
158316667c
Fix kernel build breakage.
...
ip6_fw.c also needs ipv6firewall options. Sorry for the problem.
Submitted by: Jim Bloom <bloom@acm.org>
2000-01-30 03:52:28 +00:00
Peter Wemm
4486cd7990
Use config's tools rather than #if's.
2000-01-29 18:54:12 +00:00
Peter Wemm
68b538c712
Remove 'conflicts' token - it has been effectively doing absolutely
...
nothing for quite some time. The only thing that cared was userconfig,
but it was for one invisible device so we never saw it's effects.
2000-01-29 18:07:07 +00:00
Peter Wemm
81bb901ed1
Add some more comments about sound card bridge devices and their
...
relationship with pcm and other things like newmidi.
2000-01-29 17:56:23 +00:00
Peter Wemm
afa0d59d93
Still allow sbc/gusc/csa to perform as bridge devices (eg: to newmidi)
...
without pcm being present.
2000-01-29 17:48:28 +00:00
Peter Wemm
6724519462
Allow the pnp and pci cards to be attached with just a 'device pcm' in
...
the user's config file. Based on an idea/suggestion from Cameron (cg).
Change LINT to build newpcm instead of the old Voxware derived stuff.
That's much more useful in the longer term.
2000-01-29 17:28:48 +00:00
Peter Wemm
5d021a76f2
Move the (duplicated exactly!) portable ISA pcm drivers to files and
...
tighten up the logic a little.
2000-01-29 17:15:03 +00:00
Peter Wemm
ce253636bb
Remove (commented out and marked as broken) pseudo-device tb. This was
...
added in rev 1.205 (october 1995).
2000-01-29 16:39:14 +00:00
Peter Wemm
8f24ed4066
Remove kern/tty_tb.c.
2000-01-29 16:36:22 +00:00
Peter Wemm
db8ba2ef83
Don't build the wdc atapi attachments unless wdc is also present.
2000-01-29 15:58:30 +00:00
Peter Wemm
08922a1c23
Arrange for the following files to be compiled when the configuration
...
conditions are met rather than having to resort to #if's in the code.
> dev/syscons/scvgarndr.c optional sc vga
> dev/syscons/scvesactl.c optional sc vga vesa
> i386/isa/vesa.c optional vga vesa
2000-01-29 15:04:33 +00:00
Yoshinobu Inoue
210d0432a3
Add ip6fw.
...
Yes it is almost code freeze, but as the result of many thought, now I
think this should be added before 4.0...
make world check, kernel build check is done.
Reviewed by: green
Obtained from: KAME project
2000-01-29 13:54:44 +00:00
Bruce Evans
9e4be63dd6
Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered module
...
makefiles. Bad examples in fxp/Makefile keep getting copied to new
makefiles.
2000-01-28 11:26:46 +00:00
Yoshinobu Inoue
0fea3d5165
IPv6 multicast routing.
...
kernel IPv6 multicast routing support.
pim6 dense mode daemon
pim6 sparse mode daemon
netstat support of IPv6 multicast routing statistics
Merging to the current and testing with other existing multicast routers
is done by Tatsuya Jinmei <jinmei@kame.net>, who writes and maintainances
the base code in KAME distribution.
Make world check and kernel build check was also successful.
2000-01-28 05:10:56 +00:00
Yoshihiro Takahashi
f91518a21e
Merge from sys/conf/files.i386 revision 1.301.
2000-01-28 01:05:08 +00:00
Archie Cobbs
2f522c9084
Include ddb/db_sysctl.c when compiling with 'options DDB'.
2000-01-27 22:29:19 +00:00
Jeroen Ruigrok van der Werven
d3041acd16
Completely remove ATA_16BIT_ONLY, since this is done automatically
...
by the ata driver nowadays.
OK'd by: sos,peter
2000-01-27 19:28:15 +00:00
Søren Schmidt
a965bed802
remove the ATA_16BIT_ONLY options, its now automatic.
2000-01-27 18:53:41 +00:00
Jeroen Ruigrok van der Werven
310430f93a
Removed ATA_STATIC_ID and ATA_16BIT_ONLY from the undocumented
...
options section, since they are documented higher up in the
file.
Probably forgotten by: sos
2000-01-27 17:41:38 +00:00
Doug Rabson
9c26dc2b43
Get the ppc driver from sys/isa instead of sys/i386/isa.
2000-01-25 22:25:52 +00:00