Commit Graph

1976 Commits

Author SHA1 Message Date
jmcneill
edbb745595 Note ACPI-CA updated and the addition of pmf. 2007-12-17 13:09:11 +00:00
apb
d1108f97fb shorten lines > 80 chars; remove trailing spaces; unexpand tabs. 2007-12-16 08:10:00 +00:00
apb
4cb750b592 Mention revent MAKEDEV(8) changes. 2007-12-16 07:51:28 +00:00
pavel
474470307d Update URLs after website reorganization. patch by OKANO Takayoshi, from
PR 37070.
2007-12-14 21:15:52 +00:00
yamt
8dd89b2adc update 2007-12-14 15:02:02 +00:00
yamt
e27be6ef33 update 2007-12-14 14:59:04 +00:00
bouyer
0d1ad35f51 Remove duplicate entry for bouyer-xeni386. Pointed out by wiz@ 2007-12-12 19:24:13 +00:00
cube
39f2d5a235 Add cube-autoconf. 2007-12-12 09:02:04 +00:00
bouyer
93de86a41f Note bouyer-xeni386 branch 2007-12-11 22:57:44 +00:00
yamt
cc23cd8d3c yamt-kmem 2007-12-10 13:27:09 +00:00
jmcneill
8ca5881e31 Mark jmcneill-pm branch as terminated. 2007-12-09 22:04:06 +00:00
wiz
ba938dba4f Fix typos. 2007-12-09 18:47:44 +00:00
mjf
a231613bc3 Whoops, move my branches into the active section.
Thanks Dennis!
2007-12-08 18:15:29 +00:00
rmind
b3032fc724 Sync with reality. 2007-12-07 14:37:31 +00:00
xtraeme
11b3a747bd Rename the Areca RAID driver (known as arc(4) to arcmsr(4) to avoid
namespace conflict with NetBSD/arc.

Found by tsutsui@.
2007-12-05 00:18:06 +00:00
xtraeme
8e6cf74867 Areca Technology Corporation SATA RAID controller driver, ported
from OpenBSD.

arc0 at pci2 dev 14 function 0: interrupting at ioapic0 pin 18 (irq 5)
arc0: Areca ARC-1210 Host Adapter RAID controller
arc0: 4 ports, 256MB SDRAM, firmware <V1.43 2007-4-17>
scsibus0 at arc0: 16 targets, 8 luns per target
[...]
scsibus0: waiting 2 seconds for devices to settle...
sd0 at scsibus0 target 0 lun 0: <Areca, ARC-1210-VOL#00, R001> disk fixed
sd0: 465 GB, 56514 cyl, 36 head, 480 sec, 512 bytes/sect x 976562176 sectors
sd1 at scsibus0 target 0 lun 1: <Areca, ARC-1210-VOL#01, R001> disk fixed
sd1: 465 GB, 56514 cyl, 36 head, 480 sec, 512 bytes/sect x 976562176 sectors

bioctl(4) output with two RAID0 volumes:

Volume  Status               Size Device
 arc0 0 Online               466G ARC-1210-VOL#00 RAID0
      0 Online               234G 0:0.0   noencl <WDC WD2500YS-01SHB1 20.06C06>
      1 Online               234G 0:1.0   noencl <WDC WD2500YS-01SHB1 20.06C06>
 arc0 1 Online               466G ARC-1210-VOL#01 RAID0
      0 Online               234G 0:2.0   noencl <WDC WD2500YS-01SHB1 20.06C06>
      1 Online               234G 0:3.0   noencl <WDC WD2500YS-01SHB1 20.06C06>

The driver still needs changes related to locking and talking to the
firmware, which sometimes is unable to answer...

Raid card donated by Areca Technology Corporation via Trent George.
Disks used for testing were contributed by TNF.

Thank you very much.
2007-12-04 18:47:50 +00:00
ad
d304f7c89c - Terminate vmlocking due to collateral damage. h8 cvs/patch/diff.
- Note vmlocking2.
2007-12-04 15:18:01 +00:00
bouyer
3f779c2f93 Note that linker scripts are now installed on amd64. 2007-12-02 18:12:28 +00:00
kiyohara
a002327ca0 Add support for BlueCore Serial Protocol. 2007-12-02 03:30:42 +00:00
tsutsui
89ec8f567f Mention ext2fs support for libsa.
Note:
More work is needed for ports which require
primary bootloaders and installboot(8) support
to load the secondary bootloader (which has ext2fs support).
2007-12-01 18:27:19 +00:00
rmind
b1643a0231 DRM was imported long time ago - mention that, while it is not forgotten.
Hi <drochner>!
2007-11-29 01:33:55 +00:00
wiz
297acee710 less-416 out. 2007-11-28 22:04:47 +00:00
ad
e7b923f1b3 Adjust previous. 2007-11-26 22:48:57 +00:00
ad
d69bdfa8ed Update status of vmlocking branch. 2007-11-26 19:10:07 +00:00
xtraeme
c2fd0702f1 Move entry for ticket #990 into CHANGES.prev, because it has been
pulled up into netbsd-4.
2007-11-25 09:23:47 +00:00
jmmv
9ce1f92af7 Add some more details to the regress entry per joerg@'s request. 2007-11-24 12:25:17 +00:00
sborrill
0a5849baa0 Note that a boot menu has been added to the i386 install CD.
Change my previous entry to reflect that it works on x86, not just i386.
2007-11-23 16:41:09 +00:00
sborrill
14df52fe64 Add support for CDBUILDEXTRA which acts like CDEXTRA to add extra items
to the CD-ROM image.
Make CDEXTRA and CDBUILDEXTRA be able to contain lists of files and directories
which are added in turn.
Add support for CDEXTRA_SKIP which contains a list of fnmatch(3) items to
skip during the copy. This is _very_ useful for skipping CVS dirs for example.
CDBUILDEXTRA and CDEXTRA_SKIP are to be used in Makefiles creating the images,
CDEXTRA remains to be used from build.sh.
Update documentation and build.sh help text to show that -C can be used to
specify a list of files and directories rather than just a single dir.
2007-11-23 16:19:28 +00:00
bouyer
b91280f3d6 Note amd64 support in NetBSD/Xen 2007-11-22 16:22:07 +00:00
bouyer
ae4f126a81 Update bouyer-xenamd64 status 2007-11-22 16:20:39 +00:00
pooka
45f44fab6d note major daemons: putter & pud (one of these days I'll commit demogorgon) 2007-11-21 19:12:17 +00:00
sborrill
980d2ea0f0 Support for boot.cfg has been added to the i386 bootloader 2007-11-20 15:49:14 +00:00
mjf
0b2e8c0fd9 Document mjf-devfs branch. Thanks to xtraeme for reminding me to do this. 2007-11-19 20:45:41 +00:00
agc
f0f1785f5a Long, long ago, in a galaxy close to hand, a typo was made. Fix it. 2007-11-18 09:48:49 +00:00
tsutsui
2bb17347c8 Note newfs_ext2fs(8). 2007-11-17 17:05:04 +00:00
jmmv
ba0cf3bfa8 Fix ATF's entry to reflect the 0.3 release. Noted by wiz@. 2007-11-17 13:53:51 +00:00
wiz
a8dfe6ac67 Update responsibilities, removing itojun. 2007-11-17 13:33:31 +00:00
yamt
e1581d5f80 yamt-lazymbuf: update 2007-11-15 14:44:50 +00:00
agc
ece8c754d5 Note iSCSI initiator support will be in 5.0 in the ROADMAP. 2007-11-14 22:20:53 +00:00
wiz
2b168f8511 gettext-0.17 out. 2007-11-14 06:16:16 +00:00
bouyer
fe62d31b91 Note ahcisata(4) ATAPI support. 2007-11-12 21:26:35 +00:00
jmmv
8fb9399752 Note the import of ATF, the main changes made to integrate it and the
conversion of some subtrees of 'regress' to the new framework.
2007-11-12 15:23:45 +00:00
jmmv
f9669addbb Change the primary docs to mention atf's import
Describe atf (in doc/3RDPARTY) as a third-party project imported into
NetBSD and mention who is responsible for it (in doc/RESPONSIBLE).
2007-11-12 14:53:32 +00:00
macallan
6a8b9d03fb mention r128fb 2007-11-11 22:11:28 +00:00
jmcneill
8a1105f670 Note addition of pad(4) 2007-11-11 17:50:23 +00:00
wiz
8129917e9b cron-4.3 out. 2007-11-11 00:36:54 +00:00
plunky
3f86762d59 mention btkey(1) 2007-11-09 21:29:21 +00:00
xtraeme
70de6b1cab Erm, I don't know what I was thinking... it's VLM not VMS. 2007-11-09 01:15:10 +00:00
xtraeme
d9f86b9776 Mention nsclpcsio(4) update. 2007-11-09 01:11:48 +00:00
joerg
40e6194930 Move terminated developer branches into the section for terminated
branches.
2007-11-08 20:15:48 +00:00