Christian Brueffer
214db92188
Autogenerate hardware notes for the ce(4) driver.
2006-02-04 13:42:07 +00:00
Luigi Rizzo
c5b6333790
tweaks to let this configuratio build and run under, e.g., qemu:
...
- add -lgeom
- use bsdlabel instead of disklabel
- increase image size to 2.88M (plenty of free space left)
note, this is not really a bridge because the old-style
bridging code is not in 7.0 anymore, so the kernel config
file should be changed.
2006-01-31 20:36:01 +00:00
Luigi Rizzo
6f1421828e
unbreak the build script.
...
Instead of using vnconfig/mdconfig it relies on the makefs
port to build the image (UFS1) without need for root permissions.
2006-01-31 20:24:43 +00:00
Ken Smith
65030cb84d
Enable splitting up the MFSROOT floppy on amd64, the contents now overflow
...
one floppy's worth of space.
2006-01-30 14:24:31 +00:00
Marcel Moolenaar
9bc245fb48
Fix the missing CD_VOLUME=1 in the cdrom.inf file on disc1 for the
...
livecd != disc1 case (i.e. ia64). The line was appended to the
non-existing cdrom.inf file, which was created only later. Move the
line to after the file is created.
MFC after: 1 day
2006-01-29 20:16:25 +00:00
Brad Davis
6267a27838
- Fix the www build by removing obsolete references to &hwlist.sound;
...
Approved by: ceri@
Pointy Hat to: joel@
2006-01-26 09:37:24 +00:00
Joel Dahl
c062265915
Remove sound since the sound(4) manual page no longer have a
...
HARDWARE section.
Reviewed by: brueffer
2006-01-25 21:15:58 +00:00
John Baldwin
c5245e57e6
Enable boot floppies for amd64. I just copied the needed variables over
...
from i386.
Tested by: Markus Trippelsdorf markus at trippelsdorf dot de
Approved by: scottl
MFC after: 1 week
2006-01-04 18:02:56 +00:00
Yoshihiro Takahashi
fcb9ab1e8e
Add EXTPORTSDIR like EXTSRCDIR and EXTDOCDIR.
...
PR: misc/83287
Submitted by: Gabor Kovesdan
MFC after: 1 week
2006-01-02 13:29:58 +00:00
Yoshihiro Takahashi
91dda5000a
Request boot floppy after loading mfsroot floppy because beastie.4th exists
...
in boot floppy.
Submitted by: Nobuyuki Koganemaru < n-kogane at syd dot odn dot ne dot jp >
MFC after: 1 week
2006-01-02 07:29:22 +00:00
Simon L. B. Nielsen
c783d10bb8
ti(4) also works on sparc64 now.
2005-12-28 08:35:30 +00:00
Christian Brueffer
f7c2085942
bge(4) is working on sparc64 now.
2005-12-22 21:46:05 +00:00
Ian Dowse
25298bc2b6
Remove one more reference to usbd.conf.
2005-12-15 01:14:35 +00:00
Ian Dowse
2e46a159cc
Remove usbd(8) and all references to it. It is no longer necessary
...
since devd(8) now provides the same functionality.
Submitted by: Anish Mistry
2005-12-15 01:04:51 +00:00
Wilko Bulte
d000225ad0
Spelling fixes and minor nit.
...
PR: doc/9035
Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
2005-12-14 19:50:55 +00:00
David E. O'Brien
2c7bd7ecd1
Remove the ports version of bsdiff - it is now in the base system.
2005-12-07 22:25:12 +00:00
David E. O'Brien
97e059fbc8
Remove the ports version of portsnap - it is now in the base system.
2005-12-07 21:41:59 +00:00
John Baldwin
ef8d441925
Clarify that si(4) doesn't support the newer SX+ cards from Specialix/Perle
...
currently.
MFC after: 3 days
2005-12-01 17:36:39 +00:00
Christian Brueffer
00b43f1e86
Autogenerate hardware notes for snd_atiixp(4).
2005-11-28 16:53:16 +00:00
Hiroki Sato
78f599b1df
Apply arch= selection to the qandatoc mode. This fixes
...
link generation with no actual target.
Reported by: Tim Witthoeft (tim.witthoeft at gmail.com)
2005-11-28 06:24:19 +00:00
Christian Brueffer
6fe8148234
em(4) works on all archs now, so this can be removed.
2005-11-09 22:05:41 +00:00
Ruslan Ermilov
f9b5f9c1cf
Be cross-arch friendly.
2005-11-03 07:27:50 +00:00
Ken Smith
4dd01ea40a
It had been noticed disc2 was overflowing earlier but committing the
...
fix slipped through a crack. Remove the apache and php packages under
the assumption someone installing a Web server has network access and
doesn't *need* the packages on disc2.
This will be insta-MFCed...
2005-11-03 00:23:13 +00:00
Wilko Bulte
e99f15ce9c
Small changes in the AlphaStation 200 and PC14 area. PC164 SRM does
...
not work with 53C896 SCSI chips.
Submitted by: Owen Mann <owen@mann.org>
2005-11-02 22:18:47 +00:00
Hiroki Sato
2f07755517
New release notes:
...
hw.pci.do_powerstate change,
FreeBSD/ia64 SMP support,
a kernel config for MAC added,
tnt4882(4) driver added,
agp(4) now supports ATI IGP chipsets,
re(4): D-Link DGE-528(T) Gigabit Ethernet card support,
aac(4): Adaptec 2610SA SATA-RAID controller support,
ata(4): ITE IT8211F, PDC40718, and PDC40719 support,
hptmv(4) update: amd64 and PAE support,
gpt(8) GPT partition label support,
kenv(1) and sysctl(8) -q flag added,
libedit updated,
rpcgen(1) now generate ANSI C code instead of K&R style, and
OpenSSH 4.0p1->4.2p1.
Update release notes:
Fix an entry about ifconfig_<ifn> NOAUTO keyword.
2005-10-31 16:52:11 +00:00
David E. O'Brien
d7f4443e77
Remove information on nVidia nForce3 Pro-150 chipset to match GENERIC change.
2005-10-27 19:07:35 +00:00
Xin LI
5340ce189f
MFen: 1.883.2.7 -> 1.883.2.8
...
MT6 candidate
Obtained from: The FreeBSD Simplified Chinese Project
2005-10-27 17:35:48 +00:00
Ruslan Ermilov
d24864f785
Refactor (some more) installation of kernel and module objects.
...
Try to make everyone happy: David (to have debug kernels installed
by default), Warner (to be able to override that), and myself (for
actually making it all work and to be consistent).
Now, if kernel was configured for debugging (through DEBUG=-g in
the kernel config file or "config -g"), doing "make install" will
install debug versions of kernel and module objects with their
canonical names,
kernel.debug -> /boot/kernel/kernel
if_fxp.ko.debug -> /boot/kernel/if_fxp.ko
Installing a kernel not configured for debugging, or debug kernel
with INSTALL_NODEBUG variable defined, will install non-debug
kernel and module objects.
Also, restore the install.debug and reinstall.debug targets that
are part of the existing API (they cause some additional gdb(1)
scripts to be installed).
2005-10-25 09:05:07 +00:00
Christian Brueffer
f5c5d122f6
snd_es137x now works on sparc64.
2005-10-25 04:32:42 +00:00
Joel Dahl
20e7938c05
The snd_via8233(4) support on amd64 isn't something new. Remove it.
...
Reviewed by: hrs
2005-10-14 18:12:18 +00:00
Xin LI
9e4434ae7a
Better translation: language improvements, typos, etc.
...
Submitted by: BSDunix at newsmth org,
carplee at newsmth org,
ThunderW at newsmth org (in part)
MFC After: 1 days
2005-10-14 16:25:53 +00:00
Yaroslav Tykhiy
786d82a129
New release notes:
...
ifconfig(8) -tunnel parameter,
interface argument to ifconfig(8) -vlandev deprecated.
The changes already are in RELENG_6, too.
MFC after: 3 days
2005-10-14 09:57:08 +00:00
Xin LI
7c775ce110
Language nits.
...
Submitted by: nukq at newsmth org, me
2005-10-13 17:25:28 +00:00
Xin LI
ce8da5b5ad
MFen:
...
errata/article.sgml: 1.72 -> 1.73.2.1
hardware/amd64/proc-amd64.sgml: 1.3.4.1 -> 1.5.2.1 [dummy merge]
hardware/common/artheader.sgml: 1.6 -> 1.7
hardware/common/dev.sgml: 1.277 -> 1.282.2.3
hardware/common/intro.sgml: 1.6 -> 1.7
installation/common/artheader.sgml: 1.5 -> 1.6
installation/common/trouble.sgml: 1.17 -> 1.19
installation/common/upgrade.sgml: 1.12 -> 1.13
readme/article.sgml: 1.31.2.2 -> 1.37
relnotes/common/new.sgml: 1.849 -> 1.883.2.7
Makefile: 1.3 -> 1.7
Follow the English revision to remove early adopter guide.
This is intended for a RELENG_6 and RELENG_6_0 merge.
Obtained from: The FreeBSD Simplified Chinese Project (delphij)
2005-10-12 20:30:39 +00:00
Joel Dahl
d528ad8566
New release notes: snd_mss(4) manual page added.
2005-10-12 12:24:37 +00:00
Joel Dahl
9a8147c586
Autogenerate hardware notes for snd_mss(4).
2005-10-10 18:01:18 +00:00
Hiroki Sato
27c11e26b3
New release notes:
...
/boot.config -S option,
comconsole_speed loader tunable,
debug.mpsafevfs=1 on ia64 by default,
snd_via8233(4) supported on amd64,
IPv6 pMTU discovery for multicast packets disabled by default,
new sysctl: net.inet6.ip6.mcast_pmtu,
net.inet.icmp.reply_from_interface, and
net.inet.icmp.quotelen,
IP_MINTTL socket option,
ata(4) DMA workaround,
cmp(1) -h option,
new functions: pidfile(3), and
memmem(3),
netstat(1) -h option,
pkill(1) -F and -L option,
powerd(8) -P option,
removable_interfaces rc.conf variable removed,
ifconfig_<ifn>, and
sysinstall(8) default partition size calculation changed.
2005-10-03 17:24:20 +00:00
Hiroki Sato
1db55c2528
New release notes:
...
gre(4) IPv6 over GRE support,
ipfw IPv6 support,
new sysctl net.inet6.ip6.stealth added,
g_label now supports Ext2FS and ReiserFS,
bsdiff(1) and bspatch(1) added,
ping(8) "sweeping ping" support,
wcsdup() function added,
rc.d/gbde_swap renamed to rc.d/encswap,
rc.d/geli and rc.d/geli2 added, and
portsnap(8) imported.
2005-10-02 21:02:37 +00:00
Hiroki Sato
14f9b2291d
New release notes:
...
acpi_thermal(4) passive cooling support,
ichsmb(4) unloading bug fixed,
smbios(4) support on amd64,
hw.apic.enable_extint added,
sound(4) improvements,
MPSAFE: the bottom half of NFS, snd_als4000(4),
snd_cmi(4), snd_via8233(4), snd_via82c686(4),
and natm(4),
GEOM_ZERO class added,
umass(4) PLAY_* commands support,
moused(8) -H flag,
shared library version bump, and
pkg_version(1) -o and -O flags.
2005-10-02 16:14:41 +00:00
Ken Smith
0f12c50ed7
Add SHA256 checksums to the release build.
...
Requested by: cperciva (so)
Reviewed/improved by: ru
MFC after: 2 days
2005-09-28 12:39:00 +00:00
Max Laier
b6de9e91bd
Remove bridge(4) from the tree. if_bridge(4) is a full functional
...
replacement and has additional features which make it superior.
Discussed on: -arch
Reviewed by: thompsa
X-MFC-after: never (RELENG_6 as transition period)
2005-09-27 18:10:43 +00:00
Yoshihiro Takahashi
819766797e
Switch from OLDCARD to NEWCARD on pc98.
2005-09-27 13:10:24 +00:00
Christian Brueffer
91275d5544
Fix typo.
...
PR: 86522
Submitted by: Stephen Hurd <shurd@sasktel.net>
MFC after: 3 days
2005-09-24 07:07:55 +00:00
Christian Brueffer
f225ac4280
Add esp(4).
...
MFC after: 3 days
2005-09-18 16:22:20 +00:00
Christian Brueffer
61a5cd0bd1
Sort the list of disk controllers by driver-name. The notable exception is
...
ata(4), which should stay on top.
MFC after: 3 days
2005-09-18 08:14:16 +00:00
Christian Brueffer
6b5a083bf2
Sort the list of ethernet devices by driver-name.
...
MFC after: 3 days
2005-09-18 07:46:05 +00:00
Christian Brueffer
f412af9750
Don't claim matcd(4) support, it was removed long ago.
...
MFC after: 3 days
2005-09-18 07:23:53 +00:00
Joel Dahl
c1706c47b5
Add cdce(4).
...
Reviewed by: brueffer
2005-09-17 09:35:56 +00:00
Christian Brueffer
5f9c8a6a9e
Note acpi_sony(4) manpage addition.
2005-09-14 05:50:09 +00:00
Christian Brueffer
ba217ebb58
hptmv(4) now works on amd64.
2005-09-08 04:40:11 +00:00