diff options
author | agc <agc> | 2003-07-29 12:46:27 +0000 |
---|---|---|
committer | agc <agc> | 2003-07-29 12:46:27 +0000 |
commit | b3fd711f391adce2cc8ab9c3b56b8803e10c8718 (patch) | |
tree | 7dfea808429f2dd0b540aa55069b0c17fd7195b0 /doc/CHANGES | |
parent | 2c27b4ca3ab789d78c1c8d301220e2b0ea869739 (diff) | |
download | pkgsrc-b3fd711f391adce2cc8ab9c3b56b8803e10c8718.tar.gz |
Initial import of Jochen Kunz's documentation for writing device drivers
for NetBSD (written in German) into the NetBSD Packages Collection.
A "NetBSD Device Driver Writing Guide":
It consists of three main sections:
- Introduction to autoconfig(8).
- Usage of the autoconfig(8) infrastructure, demonstrated on the example
of rf(4).
- Core of the rf(4) driver, that shows how data is transfered from and
to a (disk) device.
Diffstat (limited to 'doc/CHANGES')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 9cfbd4649d5..11c1d616d3c 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.2918 2003/07/29 12:36:45 markd Exp $ +$NetBSD: CHANGES,v 1.2919 2003/07/29 12:46:27 agc Exp $ Changes to the packages collection and infrastructure in 2003: @@ -3052,3 +3052,4 @@ Changes to the packages collection and infrastructure in 2003: Updated stunnel to 4.04nb1 [jmmv 2003-07-29] Updated phoenix-bin to 0.6.1 [grant 2003-07-29] Updated kdepim3 to 3.1.2nb2 [markd 2003-07-29] + Added device-driver-doc-de-20030729 [agc 2003-07-29] |