Yoshihiro Takahashi
335794c03b
MFi386: revisions 1.354 and 1.356.
...
Remove the mpt driver entry.
2002-08-13 12:25:01 +00:00
Matt Jacob
9b63136347
Add support for the LSI-Logic Fusion/MP architecture.
...
This is an architecture that present a thing message passing interface
to the OS. You can query as to how many ports and what kind are attached
and enable them and so on.
A less grand view is that this is just another way to package SCSI (SPI or
FC) and FC-IP into a one-driver interface set.
This driver support the following hardware:
LSI FC909: Single channel, 1Gbps, Fibre Channel (FC-SCSI only)
LSI FC929: Dual Channel, 1-2Gbps, Fibre Channel (FC-SCSI only)
LSI 53c1020: Single Channel, Ultra4 (320M) (Untested)
LSI 53c1030: Dual Channel, Ultra4 (320M)
Currently it's in fair shape, but expect a lot of changes over the
next few weeks as it stabilizes.
Credits:
The driver is mostly from some folks from Jeff Roberson's company- I've
been slowly migrating it to broader support that I it came to me as.
The hardware used in developing support came from:
FC909: LSI-Logic, Advansys (now Connetix)
FC929: LSI-Logic
53c1030: Antares Microsystems (they make a very fine board!)
MFC after: 3 weeks
2002-08-11 23:34:20 +00:00
Brooks Davis
05c872ad62
Make ppp(4) devices clonable and unloadable.
2002-08-09 15:30:48 +00:00
Marc Fonvieille
c0727dcbfe
Fix the link to the Handbook
2002-08-01 17:21:18 +00:00
Peter Wemm
93c9745e20
gethints.awk is a machine-specific 4.x->5.x transition aid. We cannot
...
use a common one because pc98 has got very different values. This only
needs to exist on platforms that existed under 4.x.
2002-07-26 03:52:30 +00:00
Peter Wemm
b618108fff
de-count pci
2002-07-23 06:38:47 +00:00
Peter Wemm
4c8b385244
Add units to card, wdc, wcd, wst and wfd
2002-07-21 23:29:00 +00:00
Peter Wemm
fc147d7fe9
Add explicit unit count on 'device pci' for ahc/ahd
2002-07-21 23:07:31 +00:00
Yoshihiro Takahashi
b57fa59aa8
MFi386: revision 1.350.
2002-07-17 12:42:37 +00:00
Mark Murray
e9b24da3d5
Retire the perl gethints.conf in favour of an awk version. Move
...
the awk version to a central place for maintenance.
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
2002-07-16 09:28:25 +00:00
Alfred Perlstein
f0eb293e88
Move COMPAT_FREEBSD4 to arch-neutral sys/conf/NOTES.
...
Add COMPAT_FREEBSD4 to GENERIC for arches that existed in FreeBSD 4's time,
not just i386. (alpha and pc98)
Requested by: bde
2002-07-13 16:43:53 +00:00
Robert Watson
006f19e4f2
Remove ALT_BREAK_TO_DEBUGGER. This was inconsistent (both in form
...
and function) with existing configuration choices. Arguably if
ALT_BREAK_TO_DEBUGGER was present, so should have been
BREAK_TO_DEBUGGER. Regardless, it broke the option sort order in
these kernel configuration files.
Requested by: bde
2002-06-30 04:12:21 +00:00
Yoshihiro Takahashi
f832bb8c37
MFi386: revisions from 1.342 to 1.344
2002-06-19 13:47:53 +00:00
Juli Mallett
ea0b7a7699
Typo fix: detects -> detect.
...
Reviewed by: phk
2002-05-03 17:59:25 +00:00
Yoshihiro Takahashi
0b9a090051
MFi386: revision 1.339.
2002-04-25 13:32:56 +00:00
Poul-Henning Kamp
2ce7d7a033
GC various bits and pieces of USERCONFIG from all over the place.
2002-04-09 11:18:46 +00:00
Ruslan Ermilov
12c79eb288
Dike out a highly insecure UCONSOLE option.
...
TIOCCONS must be able to VOP_ACCESS() /dev/console to succeed.
Obtained from: OpenBSD
2002-04-03 10:56:59 +00:00
Yoshihiro Takahashi
2a461eb324
Fix style.
2002-03-25 12:44:03 +00:00
Yoshihiro Takahashi
911eb59369
MFi386: revisions 1.334 and 1.335
2002-02-16 13:13:22 +00:00
Yoshihiro Takahashi
68eb13c9a1
Disabled the olpt driver temporarily to avoid 'repeat make_dev' panic.
2001-12-31 09:02:24 +00:00
Ian Dowse
1cb4661d56
Enable UFS_DIRHASH in the GENERIC kernel.
...
Suggested by: silby
Reviewed by: dillon
MFC after: 5 days
2001-12-14 16:27:11 +00:00
Matthew Dillon
66a11b9fb1
Allow maxusers to be specified as 0 in the kernel config, which will
...
cause the system to auto-size to between 32 and 512 depending on the
amount of memory.
MFC after: 1 week
2001-12-09 01:57:09 +00:00
Dag-Erling Smørgrav
88905abc3e
PROCFS requires PSEUDOFS.
2001-12-04 11:48:16 +00:00
Yoshihiro Takahashi
84909fb9f2
MFi386: revision 1.326.
2001-11-17 13:48:31 +00:00
Yoshihiro Takahashi
6cac891491
Added the pmc driver which supports power management controller of
...
old NEC PC-98NOTE.
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
MFC after: 1 week
2001-10-24 14:46:40 +00:00
Matt Jacob
8c7c272c5a
Remove wx.
2001-10-20 18:50:31 +00:00
Yoshihiro Takahashi
dee072b6ba
MFi386: sys/i386/conf/GENERIC revision 1.320
2001-10-19 11:46:13 +00:00
Matt Jacob
aaeac4f6c3
Make SCSI changer and SES devices standard in generic kernels.
...
Reviewed by: ken@kdm.org
2001-10-16 22:22:58 +00:00
Brooks Davis
2f65332817
The faith(4) device is no longer a count device so don't specify a count.
2001-09-25 18:56:40 +00:00
David E. O'Brien
090905a55c
+ Fix misplacement of `txp'
...
+ Document our -CURRENT debugging bits
2001-09-24 03:23:48 +00:00
Peter Wemm
eb25edbda3
Cleanup and split of nfs client and server code.
...
This builds on the top of several repo-copies.
2001-09-18 23:32:09 +00:00
Yoshihiro Takahashi
21c8480091
MFi386: added comment for ed driver.
2001-09-16 05:34:34 +00:00
Takeshi Shibagaki
5f5e1ff3b1
Always turned on 8bit access card support for the fe driver
...
both i386/pc98, so options FE_8BIT_SUPPORT was deleted.
Reviewed by: nyan
2001-09-02 13:05:00 +00:00
Yoshihiro Takahashi
f7827e0a6e
Convert the olpt driver to using new-bus stuff.
2001-07-29 11:11:45 +00:00
KATO Takenori
03b6f6e5ed
Merged from sys/i386/conf/GENERIC revision 1.315.
2001-07-24 11:24:58 +00:00
Yoshihiro Takahashi
dd080a65a2
Merged from sys/i386/conf/GENERIC revision 1.313.
2001-07-14 02:45:53 +00:00
Yoshihiro Takahashi
654739ff90
Added (commented out) audio driver.
2001-07-14 02:44:51 +00:00
Dima Dorfman
2e1b1231fc
`pcn' supports AMD Am79C97x cards, not Am79C79x cards.
...
PR: 28946
Submitted by: Ryuichiro Imura <imura@ryu16.org>
2001-07-13 13:34:08 +00:00
Yoshihiro Takahashi
f44a4f377e
- Don't overwrite inb, inw and outw.
...
- Move the lance_probe function to if_lnc.c.
- Support C-NET(98)S again.
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata) and nyan
No response from: Paul Richards
2001-07-04 13:00:21 +00:00
KATO Takenori
7cd8375d89
Commented out pcm hints.
...
Pointed out by: nyan
2001-06-26 08:27:00 +00:00
KATO Takenori
4f2114cb40
Removed pcm and sbc devices.
2001-06-23 08:18:55 +00:00
Yoshihiro Takahashi
4d153eaeb6
Commented out USERCONFIG and VISUAL_USERCONFIG options.
2001-06-14 11:32:54 +00:00
Matt Jacob
ecf33dd4c4
move wx to be part of miibus requiring chipsets
2001-05-30 03:20:52 +00:00
Poul-Henning Kamp
888a8e3567
Remove MFS options from all example kernel configs.
2001-05-29 18:49:06 +00:00
Poul-Henning Kamp
ab9f3b292e
Convert DEVFS from an "opt-in" to an "opt-out" option.
...
If for some reason DEVFS is undesired, the "NODEVFS" option is
needed now.
Pending any significant issues, DEVFS will be made mandatory in
-current on july 1st so that we can start reaping the full
benefits of having it.
2001-05-13 20:52:40 +00:00
Yoshihiro Takahashi
382157f377
Merged from sys/i386/conf/GENERIC revision 1.304.
2001-05-06 05:57:46 +00:00
David E. O'Brien
c5e70d92ce
Turn on kernel debugging support (DDB, INVARIANTS, INVARIANT_SUPPORT, WITNESS)
...
by default while SMPng is still being developed.
Submitted by: jhb
2001-04-15 19:37:28 +00:00
KATO Takenori
e2e953a675
Merged from sys/i386/conf/GENERIC revision 1.305 (moved the fxp driver
...
into the miibus section.)
2001-03-17 14:04:24 +00:00
Yoshihiro Takahashi
bedee18193
Added another wd33c93 based SCSI card driver which replaces the bs driver.
...
Now, default is still bs.
Submitted by: nyan and non.
Obtained from: NetBSD/pc98
2001-02-27 12:34:01 +00:00
Peter Wemm
bcf77694d1
Clean up some leftovers from the root mount cleanup that was done some
...
time ago. FFS_ROOT and CD9660_ROOT are obsolete.
2001-02-04 15:35:10 +00:00