peter
238c22491c
remove unit counts from atkbdc, pckbd, sc
2002-08-20 00:10:22 +00:00
mjacob
d8202a09a4
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
a59a8c94a5
Make ppp(4) devices clonable and unloadable.
2002-08-09 15:30:48 +00:00
blackend
9c8ad2f838
Fix the link to the Handbook
2002-08-01 17:21:18 +00:00
peter
5cf99313cd
de-count pci now that ahc/ahd are taken care of.
2002-07-23 06:36:23 +00:00
peter
b4c4e09557
Add static unit count to pci
2002-07-21 23:10:59 +00:00
peter
0e1289a90e
Add explicit unit count on 'device pci' for ahc/ahd
2002-07-21 23:07:31 +00:00
jhb
0dbee33a27
Various comment and minor style fixes. No actual content changes.
...
Inspired by: bde
2002-07-16 18:20:17 +00:00
jhb
f37064088a
Some style cleanups.
...
Submitted by: bde
2002-07-16 15:40:19 +00:00
markm
8b9e48e9c0
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
jhb
1495816eb1
Add a NOTES file for the Alpha architecture.
2002-07-15 17:50:17 +00:00
jhb
7e179908e1
The sources to the non-working esp device are no longer present in current.
2002-07-15 14:54:36 +00:00
jhb
cc6a81f898
- Remove an irrelevant comment from i386 GENERIC.
...
- Remove unneeded quotes.
- Remove 'config' line.
- Rename ident to SIMOS.
2002-07-15 14:33:20 +00:00
alfred
b349285ecb
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
obrien
0c368924ad
Desupport the TurboChannel Alpha's. This means the DEC3000/300* Pelic*
...
and DEC3000/[4-9]00 Flamingo/Sandpiper families.
2002-07-09 19:20:18 +00:00
mjacob
e8bb840a6d
Botcho. I included in the last commit the
...
device mpt # LSI-Logic MPT-Fusion
line. This driver isn't ready yet.
Submitted by: Scott Long
2002-06-16 06:48:42 +00:00
mjacob
ca56b67283
Note that sio is required.
...
PR: 39305
Submitted by: Michael Hogsett <hogsett@csl.sri.com>
MFC after: 1 week
2002-06-14 20:20:13 +00:00
jmallett
e977af0eb9
Typo fix: detects -> detect.
...
Reviewed by: phk
2002-05-03 17:59:25 +00:00
rwatson
0e75d83778
Since WITNESS doesn't just do mutexes, remove "mutex" from the WITNESS
...
comment in GENERIC config files of appropriate platforms. For whatever
reason, powerpc didn't use WITNESS in GENERIC.
2002-04-18 03:44:44 +00:00
obrien
c25844b47e
Turn on TGA support.
...
Submitted by: Andrew M. Miklic <AndrwMklc@cs.com>
2002-04-13 22:34:16 +00:00
ru
d8ffece3c4
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
wilko
ce5de303f0
On 2nd thought, we can do without plip altogether
2002-03-27 21:10:38 +00:00
wilko
1a41ff2f8b
plip has produced an error during attach on Alpha as long as I care
...
to remember. Nobody in the right sense of their mind would run IP on
the parallel port on Alpha so comment this one out.
2002-03-24 14:35:20 +00:00
rwatson
33a1e03065
Remove WITNESS from GENERIC by default: as we grow more locks, this gets
...
slower, and may be impeding adoption of -CURRENT by developers. We
recommend turning on WITNESS by default on crash boxes, and when doing
locking development. It will probably get turned on by default for a week
or two following any major locking commits, also.
Approved by: all and sundry (jhb, phk, ...)
2002-02-13 07:44:59 +00:00
jhb
1d8d40a194
Turn SMP back on by default in GENERIC on the Alpha.
2002-02-08 18:25:07 +00:00
iedowse
6829d5b143
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
dillon
6fe4980d43
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
des
de8206def1
s/^options\t\t/options \t/
2001-12-04 11:17:31 +00:00
des
7810400c8f
PROCFS requires PSEUDOFS.
2001-12-04 11:17:30 +00:00
mjacob
bdff8645a6
Remove wx.
2001-10-20 18:50:31 +00:00
mjacob
e666e03e1a
Make SCSI changer and SES devices standard in generic kernels.
...
Reviewed by: ken@kdm.org
2001-10-16 22:22:58 +00:00
mjacob
fa0b537235
roll out last change
2001-10-12 02:30:53 +00:00
mjacob
f53afa40b9
Note that PROCFS is mandatory at this time- until we fix the
...
ptrace code to not call things directly from procfs we can't
very well have procfs be a module.
2001-10-11 18:36:41 +00:00
wilko
86938caa26
Add AlphaPC64 to comments. Correct names (ds10 -> DS10 etc)
2001-09-30 12:09:50 +00:00
brooks
34d1edd712
The faith(4) device is no longer a count device so don't specify a count.
2001-09-25 18:56:40 +00:00
obrien
94003d0787
+ Fix misplacement of `txp'
...
+ Document our -CURRENT debugging bits
2001-09-24 03:23:48 +00:00
peter
85182a8d78
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
jhb
f812c1feab
Turn off SMP on Alpha for the time being. There are some memory ordering
...
issues that can result in panics and probably data corruption on SMP
systems right now. When they are fixed this can be turned back on.
2001-08-18 01:12:43 +00:00
obrien
fd6406eeb6
Fix style nits.
2001-08-17 16:54:09 +00:00
wpaul
08feeb2436
You were knocked senseless by the Boomerang, spun around by the Cyclone,
...
blown over by the Hurricane and had a house dropped on you by the Tornado.
Now it's time to have your parade rained on by... the Typhoon!
This commit adds driver support for 3Com 3cR990 10/100 ethernet
adapters based on the Typhoon I and Typhoon II chipsets. This is actually
a port of the OpenBSD driver with many hacks by me.
No Virginia, there isn't any support for the hardware crypto yet. However
there is support for TCP/IP checksum offload and VLANs.
Special thanks go to Jason Wright, Aaron Campbell and Theo de Raadt for
squeezing enough info out of 3Com to get this written, and for doing
most of the hard work.
Manual page is included. Compiled as a module and included in GENERIC.
2001-07-23 20:44:54 +00:00
obrien
74c4618704
Now that config(8) has stopped breaking POLA (mkmakefile.c rev 1.69) by
...
always including <KERNEL>.hints if its exist reguardless of the lack of a
"hints" directive in the <KERNEL> file; we can have a real hints file again.
2001-07-15 17:56:53 +00:00
dd
c3ada167d0
Move fxp to the miibus section where it belongs.
2001-07-14 06:35:54 +00:00
obrien
2e97520f29
I really should have just commented out this intire file vs. removing all
...
the contents. One may still want the contents as reference for creating
/boot/device.hints.
2001-07-13 18:45:06 +00:00
obrien
2d388a1550
Hints processing is FUBAR'ed right now.
...
By default, we will end up with a duplicate set of hints if people have
a properly populated /boot/device.hints. So for now, remove the hints
here until Peter revisits the new hints processing from mid-June that
broke Alpha booting.
2001-07-13 17:43:38 +00:00
dd
8795e3b574
`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
brooks
e7b9bc714f
gif(4) and stf(4) modernization:
...
- Remove gif dependencies from stf.
- Make gif and stf into modules
- Make gif cloneable.
PR: kern/27983
Reviewed by: ru, ume
Obtained from: NetBSD
MFC after: 1 week
2001-07-02 21:02:09 +00:00
mjacob
f321a52b0e
move wx to be part of miibus requiring chipsets
2001-05-30 03:20:52 +00:00
phk
bad4fc51cc
Remove MFS options from all example kernel configs.
2001-05-29 18:49:06 +00:00
obrien
cb992d0918
JHB would prefer the KTR examples not be in here.
2001-05-25 18:49:08 +00:00
obrien
85f59ae6b9
+ Turn on SMP support by default (yes an Alpha SMP kernel works on
...
uniprocessor systems, aren't Alpha's neat :-))
+ Add example KTR (debugging) options.
2001-05-25 10:36:46 +00:00