Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[PATCH] esl(4) and pci.4



Hi! all,


esl(4) was already removed sinse at Sep 30 2008.

Also siisata adds to pci.4.


Please fix above.
Thanks,
--
kiyohara

Index: share/man/man4/audio.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/audio.4,v
retrieving revision 1.68
diff -u -r1.68 audio.4
--- share/man/man4/audio.4      30 Apr 2008 13:10:53 -0000      1.68
+++ share/man/man4/audio.4      3 Jan 2009 11:05:32 -0000
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd June 11, 2007
+.Dd January 3, 2009
 .Dt AUDIO 4
 .Os
 .Sh NAME
@@ -705,8 +705,6 @@
 .Xr neo 4 ,
 .Xr sv 4 ,
 .Xr yds 4
-.Ss PCMCIA
-.Xr esl 4
 .Ss TURBOchannel
 .Xr bba 4
 .Ss USB
Index: share/man/man4/opl.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/opl.4,v
retrieving revision 1.19
diff -u -r1.19 opl.4
--- share/man/man4/opl.4        30 Apr 2008 13:10:54 -0000      1.19
+++ share/man/man4/opl.4        3 Jan 2009 11:05:32 -0000
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd October 7, 2006
+.Dd January 3, 2009
 .Dt OPL 4
 .Os
 .Sh NAME
@@ -35,7 +35,6 @@
 .Nd Yamaha OPL2 and OPL3 FM MIDI synthesizer driver
 .Sh SYNOPSIS
 .Cd "opl*  at cmpci? flags 1"
-.Cd "opl*  at esl?"
 .Cd "opl*  at eso?"
 .Cd "opl*  at ess?"
 .Cd "opl*  at fms?"
@@ -68,7 +67,6 @@
 Use this flag if your device has such problem.
 .Sh SEE ALSO
 .Xr cmpci 4 ,
-.Xr esl 4 ,
 .Xr eso 4 ,
 .Xr ess 4 ,
 .Xr fms 4 ,
Index: share/man/man4/pcmcia.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/pcmcia.4,v
retrieving revision 1.34
diff -u -r1.34 pcmcia.4
--- share/man/man4/pcmcia.4     30 Apr 2008 13:10:54 -0000      1.34
+++ share/man/man4/pcmcia.4     3 Jan 2009 11:05:33 -0000
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd August 21, 2007
+.Dd January 3, 2009
 .Dt PCMCIA 4
 .Os
 .Sh NAME
@@ -118,11 +118,6 @@
 .It wdc
 Digital Hinote Ultra Mobile Media Adapter
 .El
-.Ss Audio devices
-.Bl -tag -width speaker -offset indent
-.It esl
-Eiger Labs ESS1688 AudioDrive.
-.El
 .Ss Bluetooth devices
 .Bl -tag -width speaker -offset indent
 .It bt3c
Index: sys/arch/evbarm/conf/LUBBOCK
===================================================================
RCS file: /cvsroot/src/sys/arch/evbarm/conf/LUBBOCK,v
retrieving revision 1.29
diff -u -r1.29 LUBBOCK
--- sys/arch/evbarm/conf/LUBBOCK        24 Nov 2008 11:41:09 -0000      1.29
+++ sys/arch/evbarm/conf/LUBBOCK        3 Jan 2009 11:05:42 -0000
@@ -241,9 +241,6 @@
 com*   at mhzc?
 sm*    at mhzc?
 
-# PCMCIA audio devices
-#esl*  at pcmcia? function ?                   # ESS 1688 AudioDrive
-
 # Pseudo-Devices
 
 # disk/mass storage pseudo-devices
Index: sys/arch/evbarm/conf/MPCSA_GENERIC
===================================================================
RCS file: /cvsroot/src/sys/arch/evbarm/conf/MPCSA_GENERIC,v
retrieving revision 1.7
diff -u -r1.7 MPCSA_GENERIC
--- sys/arch/evbarm/conf/MPCSA_GENERIC  24 Nov 2008 11:41:09 -0000      1.7
+++ sys/arch/evbarm/conf/MPCSA_GENERIC  3 Jan 2009 11:05:42 -0000
@@ -587,12 +587,6 @@
 
 # Audio Devices
 
-# PCMCIA audio devices
-#esl*  at pcmcia? function ?                   # ESS 1688 AudioDrive
-
-# OPL[23] FM synthesizers
-#opl*  at esl?
-
 # Audio support
 #audio*        at audiobus?
 
Index: sys/arch/evbarm/conf/TWINTAIL
===================================================================
RCS file: /cvsroot/src/sys/arch/evbarm/conf/TWINTAIL,v
retrieving revision 1.28
diff -u -r1.28 TWINTAIL
--- sys/arch/evbarm/conf/TWINTAIL       14 Dec 2008 23:07:22 -0000      1.28
+++ sys/arch/evbarm/conf/TWINTAIL       3 Jan 2009 11:05:42 -0000
@@ -330,9 +330,6 @@
 atabus*        at wdc? channel ?
 wd*            at atabus? drive ? flags 0x0000
 
-# PCMCIA audio devices
-#esl*  at pcmcia? function ?                   # ESS 1688 AudioDrive
-
 # PCMCIA network interfaces
 an*    at pcmcia? function ?           # Aironet PC4500/PC4800 (802.11)
 awi*   at pcmcia? function ?           # BayStack 650/660 (802.11FH/DS)
Index: sys/arch/evbppc/conf/OPENBLOCKS266_OPT
===================================================================
RCS file: /cvsroot/src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT,v
retrieving revision 1.9
diff -u -r1.9 OPENBLOCKS266_OPT
--- sys/arch/evbppc/conf/OPENBLOCKS266_OPT      2 Dec 2007 05:19:13 -0000       
1.9
+++ sys/arch/evbppc/conf/OPENBLOCKS266_OPT      3 Jan 2009 11:05:45 -0000
@@ -268,19 +268,6 @@
 options UGEN_BULK_RA_WB
 
 
-# PCMCIA audio devices
-esl*   at pcmcia? function ?           # ESS 1688 AudioDrive
-
-# OPL[23] FM synthesizers
-#opl*  at esl?
-
-# Audio support
-audio* at audiobus?
-
-# MIDI support
-midi*  at midibus?
-
-
 # CardBus IEEE1394 controllers
 fwohci*        at cardbus? function ?          # IEEE1394 Open Host Controller
 
Index: sys/arch/hpcarm/conf/JORNADA720
===================================================================
RCS file: /cvsroot/src/sys/arch/hpcarm/conf/JORNADA720,v
retrieving revision 1.72
diff -u -r1.72 JORNADA720
--- sys/arch/hpcarm/conf/JORNADA720     24 Nov 2008 11:41:11 -0000      1.72
+++ sys/arch/hpcarm/conf/JORNADA720     3 Jan 2009 11:05:48 -0000
@@ -226,14 +226,6 @@
 ukphy* at mii? phy ?                   # generic unknown PHYs
 urlphy* at mii? phy ?                  # Realtek RTL8150L internal PHYs
 
-# PCMCIA audio devices
-#esl*  at pcmcia? function ?           # ESS 1688 AudioDrive
-# OPL[23] FM synthesizers
-#opl*   at esl?
-
-# Audio support
-#audio*        at audiobus?
-
 # Bluetooth Controller and Device support
 
 # Bluetooth PCMCIA Controllers
Index: share/man/man4/pci.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/pci.4,v
retrieving revision 1.89
diff -u -r1.89 pci.4
--- share/man/man4/pci.4        16 Dec 2008 02:14:24 -0000      1.89
+++ share/man/man4/pci.4        3 Jan 2009 11:05:33 -0000
@@ -490,6 +490,7 @@
 .Xr ral 4 ,
 .Xr rtk 4 ,
 .Xr sf 4 ,
+.Xr siisata 4 ,
 .Xr siop 4 ,
 .Xr sip 4 ,
 .Xr sk 4 ,


Home | Main Index | Thread Index | Old Index