Commit graph

4791 commits

Author SHA1 Message Date
Robert Watson
45a3f35a70 Remove aic from the list: despite some misleading naming, it doesn't use
DMA, so doesn't require busdma adaptation.

Reported by:	scottl
2002-12-09 23:43:01 +00:00
Robert Watson
5a5d3d64bd Count ubsec as done: the vtophys() is only used for debugging printf
output.
2002-12-09 22:48:21 +00:00
Robert Watson
81ff8ca5c9 Stick a date in the aic item.
Spell "Not Started" as "Not Done" -- carry over from the SMP page that
I modeled this on.
2002-12-09 22:46:02 +00:00
Robert Watson
e4ad7a0aa7 Correct a typo that slipped in (missing /) and was then copied and
pasted way too much.
2002-12-09 22:40:35 +00:00
Robert Watson
451f6a9f34 Further updates on busdma driver status.
if_lge          Nope
if_lmc          Nope
if_my           Nope
if_nge          Nope
if_pdq          Nope
if_tx           Nope

iir             Nope
isp             OK
mlx             OK
mly             OK
mpt             OK
pst             Nope
stg             OK
sym             Nope
trm             Nope
musycc          Nope
ubsec           Nope
usb             Nope
wds             OK

Also, make sure we have ';' after entities and related notions.
2002-12-09 22:37:01 +00:00
Robert Watson
d126ecfe47 Document the function or reason a driver is listed as not done in the
notes field (generally kvtop(), vtophys()).

Add/change the following conditions:

if_ed           Nope
if_en           Nope
if_idt          Nope
if_ie           Nope

aha             OK
aic             OK
asr             Nope
buslogic        Nope
dpt             Nope

ida             OK
ct              Nope
digi            Nope
drm             Nope
exca            OK
fb              Nope
firewire        Nope
hea             Nope
hfa             Nope
hifn            OK
2002-12-09 22:14:34 +00:00
Robert Watson
f196b478da Oops, I missed a pile of vtophys() in bktr. 2002-12-09 21:42:15 +00:00
Robert Watson
1929978c6f if_bge doesn't use busdma
if_cs           doesn't use busdma
aac             OK
adv             OK
ahb             OK
aic             doesn't use busdma
aic7xxx         OK
amr             OK
ata             OK
buslogic        OK
ciss            OK
bktr            OK
cs              doesn't use busdma
2002-12-09 21:40:44 +00:00
Robert Watson
58038c4675 Missed Makefile in a prior commit. 2002-12-09 21:36:29 +00:00
Robert Watson
b966bc8505 Add if_ti: not busdma.
Add twe: does use busdma.

Add Notes column to storage and misc device categories.

Submitted by:	jake
2002-12-09 21:09:05 +00:00
Ceri Davies
9200d41f24 Add an entry for Netgraft Corp.
Submitted by:	Michael Bacarella <mbac@netgraft.com>
2002-12-09 19:21:41 +00:00
Robert Watson
1209a2a270 Hook up the busdma project home page. 2002-12-09 18:21:44 +00:00
Robert Watson
2ab4c66f43 Add a Notes column to the ifnet section, and do a quicky review of
src/sys/dev/*/if* for use of dma.  Most drivers don't use busdma.
if_lnc uses busdma, but also uses vtophys() so is likely bogus.
if_hme and if_gem appear to use older busdma interfaces and may
require updating.
2002-12-09 17:44:20 +00:00
Robert Watson
1def59af41 Hook up the build of the busdma project page. 2002-12-09 17:31:28 +00:00
Robert Watson
dd3aac9980 Initial project page for driver busdma conversion. This is really just
a first pass with a brief description, and some initial status.  Status
is split into two areas: platform support (i386, sparc64, etc), and
driver support (network interfaces, storage, ...).  For each, the level
of support is in the process of being documented, and for drivers under
active work, that is listed along with the task owner.  Providing
support for PAE on i386, as well as high performance driver support on
non-i386 platforms, will require the conversion of many of the important
system drivers.  We'll need to inventory the relevant drivers, and then
have maintainers update them to use the proper interfaces.
2002-12-09 17:30:54 +00:00
Robert Watson
d0a56a51cb Add an entity for Sam Leffler <sam@FreeBSD.org>. 2002-12-09 17:22:20 +00:00
Murray Stokely
5d55dec281 Add entity for Scott Long. 2002-12-09 16:37:03 +00:00
Murray Stokely
194e084f0f Scott Long has been a huge help since he joined the re@ team. List
him with the other members on this page.

As of last night, Kris has also joined the team.  He's also done a lot
of work from the portmgr@ side for the last few releases, and adding
him to our alias should save me from CCing portmgr@ so often during
each release cycle.

Also, remove myself from "lead RE" position.  We are moving to a
per-release team lead rather than a perennial team lead.
2002-12-09 16:36:39 +00:00
Robert Watson
b95f9f0132 sparc64 and alpha RC1 ISOs didn't include a perl package, which means
that the installation will whine but likely succeed anyway.  The package
must be manually installed from the FTP site.  This should be fixed for
RC2.
2002-12-09 16:18:54 +00:00
Robert Watson
99e77c0504 Re-spell pam_krb5 from pam_kerberosV.
Submitted by:	des
2002-12-09 00:55:07 +00:00
Murray Stokely
f078834a74 Add a list of known RC1 / i386 issues (will be announced soon). 2002-12-08 21:56:53 +00:00
Robert Watson
d120db2e71 Remove mdmfs/mdconfig/... documentation item: it has now been fixed by
Marc Fonvieille.  Thanks Marc!
2002-12-08 19:01:41 +00:00
Adam Weinberger
f1e5f71e41 * Fix grammar nits
* Fix spelling nits
* Promote consistant use of <tt> tags
* Re-word those things that in their current state may to some appear
  in some ways as possibly overly wordy
* Note the applicability of some GNOMENG options for GNOME 2 ports
* Move the discussion of the deprecated USE_* macros from the top to the
  bottom

Approved by:	pat
2002-12-08 06:59:44 +00:00
Robert Watson
02fbcf1886 Trim the periodic scripts from the list of remaining perl invocations
in the base system.  Thanks to Giorgos Keramidas for making this
happen!
2002-12-08 04:02:27 +00:00
Joe Marcus Clarke
7938ee7053 Fix two grammar nits. 2002-12-07 23:06:14 +00:00
Joe Marcus Clarke
a0e5443943 * No longer mention 4.4-RELEASE. We support 4.5 and higher.
* Link to the "keeping GNOME up-to-date" question in the "problems building"
  question.
* Remove as many contractions as readability allows.
* Shorten the contact list to only active GNOME committers.
* Add my FreeBSD AIM screen name.
* Fix a grammar nit in the GNOME 2 FAQ.
* Clarify that the search interface now searches the freebsd-gnome mailing
  list archives.
2002-12-07 06:39:32 +00:00
Robert Watson
8d03a3bfb3 Chown ACPI docs task to trhodes@ since he seems willing; thanks Tom! 2002-12-06 20:33:56 +00:00
Robert Watson
caf18aa0bd ACPI task should also include an update to INSTALL.TXT and related
documentation if needed.

Remove gdb import task: it won't get gdb working on sparc64 using
stock gdb source code, that will require using the port either way.
As such, there's no motivation to bring in the new gdb yet.
2002-12-06 20:25:53 +00:00
Robert Watson
809d779917 Move smbus and inpcb bug reports to the test category: we don't appear
to have much to go on right now, so other than encouraging developers
to pick up and chase these issues, it's not clear what to do with them.
If you use smbus, please test it; if you have access to a crash dump
or crash information involving inpcb, please post about it.
2002-12-06 20:23:25 +00:00
Robert Watson
8bebbd1869 Move awk locale change to the "for RC2" pile -- once RC1 is completely
out the door, David will do the import.
2002-12-06 20:21:17 +00:00
Robert Watson
d7b6cd1bb9 Punt on process locking changes: if earlier in the release cycle,
would be fine, but they would consume too much re@ time to get in
now, with potential risk.
2002-12-06 20:20:11 +00:00
Robert Watson
585724ecc2 Remove firewire task: debugging output has been tuned down, userland
utilities are not necessary.  Looks ready to go.
2002-12-06 20:19:32 +00:00
Robert Watson
75f09bc625 Remove documentation of swapfile issue: Marc Fonvieielle (blackend@)
has added a section on the topic for 5.x.  Thanks Marc!
2002-12-06 20:18:35 +00:00
Robert Watson
0e0d4738cd Note that several periodic scripts still seem to employ perl expressions,
possibly as a substitute for sed.
2002-12-06 20:14:13 +00:00
Robert Watson
e81419a52c Move iir driver task to "desired", since hardware has not yet been
forthcoming.  We'd like very much to get it fixed for 5.0 still.
2002-12-06 20:13:11 +00:00
Robert Watson
ed48ad9438 Add myself to the devfs audit task in addition to kris. 2002-12-06 20:11:38 +00:00
Robert Watson
70158eee20 Move disklabel task from RC1 to RC2.
Remove RC1 category: it's not out the door, but it's pretty close.  Close
enough that new changes aren't going to be in it.
2002-12-06 20:11:04 +00:00
Robert Watson
4b719a57e7 Add a task for updating INSTALL.TXT for device.hints, and providing
examples of device.hints use in the handbook.  Chown to scottl
since he foolishly said "I'll do that".  :-)
2002-12-06 01:33:49 +00:00
Robert Watson
cb76d4e6da Chown mdconfig/vnconfig documentation task to blackend@ since he
is working on it, and update status to "In progress".  Thanks, Marc!

Spell 'obrien' as 'obrien@' for consistency.
2002-12-06 01:09:04 +00:00
Robert Watson
9b71dd0c80 Move devfs permission audit completion to RC2 rather than RC1. Some
have been fixed, but not all.
2002-12-06 00:14:56 +00:00
Robert Watson
7726c57345 Remove task 'Need to disable rare ISA drivers via hints' from RC1
todo list.  jhb fixed this earlier today.  Thanks John!
2002-12-06 00:10:36 +00:00
Robert Watson
a8105f30a5 SMP syscons problems are believed now resolved as a result of scottl's
callout fixes.  Remove this item from the todo list.  Thanks Scott!
2002-12-05 15:05:52 +00:00
Peter Wemm
3e54ac59c6 Add pluto1 to the list. This is the first of the HP rx2600 ia64 boxes on
the way to the cluster.  Please be gentle, it has only been booting for a
few days and there is still a fair bit to do.
2002-12-05 04:35:15 +00:00
Robert Watson
063dba72f4 Much documentation, including the handbook, believes that we use some
combination of MFS and vnconfig for memory file systems.  We now use
md/mdconfig/newfs/mdmfs.  This needs to be updated.
2002-12-04 22:28:33 +00:00
Robert Watson
a44cb2c244 Two new todo desired items for 5.0:
5.0 uses OPIE not S/Key.  The Handbook doesn't know that.

5.0 has GBDE, which is cool.  The Handbook doesn't know that.
2002-12-04 21:35:09 +00:00
Robert Watson
70a87c8f1f Handbook swapfile instructions are for 4.x, and require updating. 2002-12-04 20:47:16 +00:00
Robert Watson
d30485ae54 The handbook needs to have updated installation procedures for FreeBSD
5.0-RELEASE.  This should happen after RC1, but before RC2.
2002-12-04 20:33:42 +00:00
Robert Watson
3eff4d9d25 The new gcc is imported, remove the todo list item. Thanks David! 2002-12-04 18:57:52 +00:00
Robert Watson
99612fad9d Sysinstall now supports setting UFS2 as part of the labeling process,
remove that task item for RC1.
2002-12-04 16:48:16 +00:00
Robert Watson
70c26563ae Un-chown inpcb panic to mux -- his crash dump is unrelated. 2002-12-03 20:43:46 +00:00