Fri Oct 2 15:12:48 2009 UTC ()
Note about lom(4).


(nakayama)
diff -r1.1298 -r1.1299 src/doc/CHANGES

cvs diff -r1.1298 -r1.1299 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2009/10/02 07:17:16 1.1298
+++ src/doc/CHANGES 2009/10/02 15:12:48 1.1299
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1298 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1299 $>
2# 2#
3# 3#
4# [Note: This file does not mention every change made to the NetBSD source tree. 4# [Note: This file does not mention every change made to the NetBSD source tree.
5# For an exhaustive list, please subscribe to the `source-changes' mailing list, 5# For an exhaustive list, please subscribe to the `source-changes' mailing list,
6# or see the mailing list archives. For more information, send a message 6# or see the mailing list archives. For more information, send a message
7# containing just the word `help' to `majordomo@NetBSD.org'.] 7# containing just the word `help' to `majordomo@NetBSD.org'.]
8# 8#
9# ---------------------------------------------------------------------------- 9# ----------------------------------------------------------------------------
10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS: 10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
11# 11#
12# theme: Content ... 12# theme: Content ...
13# more content ... 13# more content ...
14# more content. [developer DATE-FORMAT] 14# more content. [developer DATE-FORMAT]
@@ -399,13 +399,15 @@ Changes from NetBSD 5.0 to NetBSD 6.0: @@ -399,13 +399,15 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
399 [bouyer 20090923] 399 [bouyer 20090923]
400 gpio(4): Add the GPIO_PIN_PULSATE attribute to let a pin pulsate at 400 gpio(4): Add the GPIO_PIN_PULSATE attribute to let a pin pulsate at
401 a hardware defined frequency and duty cycle. [mbalmer 20090925] 401 a hardware defined frequency and duty cycle. [mbalmer 20090925]
402 gpioctl(8): Support the new GPIO_PIN_PULSATE attribute for pins using 402 gpioctl(8): Support the new GPIO_PIN_PULSATE attribute for pins using
403 the "pulsate" keyword. [mbalmer 20090925] 403 the "pulsate" keyword. [mbalmer 20090925]
404 xen: add support for request-rx-copy in the virtual network device 404 xen: add support for request-rx-copy in the virtual network device
405 backend. This is required by recent Xen linux kernels. 405 backend. This is required by recent Xen linux kernels.
406 [bouyer 20090925] 406 [bouyer 20090925]
407 ichlpcib(4): Add gpio(4) support. [jakllsch 20090927] 407 ichlpcib(4): Add gpio(4) support. [jakllsch 20090927]
408 wb(4): Add a driver for Winbond W83L518D SD/MMC readers. 408 wb(4): Add a driver for Winbond W83L518D SD/MMC readers.
409 [jmcneill 20090930] 409 [jmcneill 20090930]
410 mdnsd(8), dns-sd(1), libdns_sd: import mDNSResponder 212.1 410 mdnsd(8), dns-sd(1), libdns_sd: import mDNSResponder 212.1
411 [tsarna 20090929] 411 [tsarna 20090929]
 412 lom(4), sparc64: Add a driver for LOMlite lights out management
 413 hardware monitor and watchdog timer. [nakayama 20091002]