Date: Fri, 1 Aug 2008 13:40:53 +0200 From: Ed Schouten <ed@80386.nl> To: FreeBSD Current <freebsd-current@freebsd.org>, FreeBSD Arch <arch@FreeBSD.org> Subject: Re: Reminder: non-mpsafetty drivers to be connected on Sunday Message-ID: <20080801114053.GN99951@hoeg.nl> In-Reply-To: <20080801113935.GM99951@hoeg.nl> References: <20080801113935.GM99951@hoeg.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
--djJN5oi3zFpblwUd Content-Type: multipart/mixed; boundary="1R6ZDISWaA1muLP0" Content-Disposition: inline --1R6ZDISWaA1muLP0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Replying to myself, One of the most important things I forgot to mention: I've attached the patch I'm going to commit. Comments on the patch are very welcome! Cheers, --=20 Ed Schouten <ed@80386.nl> WWW: http://80386.nl/ --1R6ZDISWaA1muLP0 Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="tty.diff" Content-Transfer-Encoding: quoted-printable Index: sys/arm/conf/KB920X =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sys/arm/conf/KB920X (revision 181111) +++ sys/arm/conf/KB920X (working copy) @@ -117,7 +117,6 @@ device ucom device uark device ubsa -device ubser device uftdi device uipaq device uplcom Index: sys/powerpc/conf/GENERIC =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sys/powerpc/conf/GENERIC (revision 181111) +++ sys/powerpc/conf/GENERIC (working copy) @@ -116,8 +116,6 @@ device loop # Network loopback device random # Entropy device device ether # Ethernet support -device sl # Kernel SLIP -device ppp # Kernel PPP device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" Index: sys/sparc64/conf/GENERIC =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sys/sparc64/conf/GENERIC (revision 181111) +++ sys/sparc64/conf/GENERIC (working copy) @@ -205,8 +205,6 @@ device loop # Network loopback device random # Entropy device device ether # Ethernet support -device sl # Kernel SLIP -device ppp # Kernel PPP device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" Index: sys/conf/NOTES =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sys/conf/NOTES (revision 181111) +++ sys/conf/NOTES (working copy) @@ -648,7 +648,6 @@ options NETGRAPH_ATM_ATMPIF options NETGRAPH_BLUETOOTH # ng_bluetooth(4) options NETGRAPH_BLUETOOTH_BT3C # ng_bt3c(4) -options NETGRAPH_BLUETOOTH_H4 # ng_h4(4) options NETGRAPH_BLUETOOTH_HCI # ng_hci(4) options NETGRAPH_BLUETOOTH_L2CAP # ng_l2cap(4) options NETGRAPH_BLUETOOTH_SOCKET # ng_btsocket(4) @@ -691,7 +690,6 @@ options NETGRAPH_TAG options NETGRAPH_TCPMSS options NETGRAPH_TEE -options NETGRAPH_TTY options NETGRAPH_UI options NETGRAPH_VJC =20 @@ -788,7 +786,6 @@ device edsc #Ethernet discard device device tap #Virtual Ethernet driver device tun #Tunnel driver (ppp(8), nos-tun(8)) -device sl #Serial Line IP device gre #IP over IP tunneling device if_bridge #Bridge interface device pf #PF OpenBSD packet-filter firewall @@ -796,10 +793,6 @@ device pfsync #synchronization interface for PF device carp #Common Address Redundancy Protocol device enc #IPsec interface -device ppp #Point-to-point protocol -options PPP_BSDCOMP #PPP BSD-compress support -options PPP_DEFLATE #PPP zlib/deflate/gzip support -options PPP_FILTER #enable bpf filtering (needs bpf) device lagg #Link aggregation interface =20 device ef # Multiple ethernet frames support @@ -1289,7 +1282,6 @@ device pty #Pseudo ttys device nmdm #back-to-back tty devices device md #Memory/malloc disk -device snp #Snoop device - to look at pty/vty/etc.. device ccd #Concatenated disk driver device firmware #firmware(9) support =20 @@ -2152,18 +2144,6 @@ device joy # PnP aware, hints for non-PnP only hint.joy.0.at=3D"isa" hint.joy.0.port=3D"0x201" -device rc -hint.rc.0.at=3D"isa" -hint.rc.0.port=3D"0x220" -hint.rc.0.irq=3D"12" -device rp -hint.rp.0.at=3D"isa" -hint.rp.0.port=3D"0x280" -device si -options SI_DEBUG -hint.si.0.at=3D"isa" -hint.si.0.maddr=3D"0xd0000" -hint.si.0.irq=3D"12" device cmx =20 # @@ -2436,8 +2416,6 @@ device uark # USB support for Belkin F5U103 and compatible serial adapters device ubsa -# USB support for BWCT console serial adapters -device ubser # USB support for serial adapters based on the FT8U100AX and FT8U232AM device uftdi # USB support for some Windows CE based serial communication. Index: sys/modules/netgraph/bluetooth/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sys/modules/netgraph/bluetooth/Makefile (revision 181111) +++ sys/modules/netgraph/bluetooth/Makefile (working copy) @@ -7,7 +7,6 @@ l2cap \ socket \ bt3c \ - h4 \ ubt \ ubtbcmfw =20 Index: sys/modules/netgraph/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sys/modules/netgraph/Makefile (revision 181111) +++ sys/modules/netgraph/Makefile (working copy) @@ -48,7 +48,6 @@ tag \ tcpmss \ tee \ - tty \ UI \ vjc \ vlan Index: sys/modules/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sys/modules/Makefile (revision 181111) +++ sys/modules/Makefile (working copy) @@ -65,14 +65,12 @@ ${_cs} \ ${_ctau} \ cue \ - ${_cx} \ cxgb \ ${_cyclic} \ dc \ dcons \ dcons_crom \ de \ - ${_digi} \ ${_dpt} \ ${_drm} \ ${_dtrace} \ @@ -116,8 +114,6 @@ if_gre \ if_lagg \ ${_if_ndis} \ - if_ppp \ - if_sl \ if_stf \ if_tap \ if_tun \ @@ -226,13 +222,11 @@ ral \ ${_random} \ ${_ray} \ - rc \ rc4 \ ${_rdma} \ re \ reiserfs \ rl \ - rp \ rue \ rum \ ${_s3} \ @@ -242,13 +236,11 @@ ${_scsi_low} \ sem \ sf \ - ${_sio} \ sis \ sk \ ${_smbfs} \ sn \ ${_snc} \ - snp \ ${_sound} \ ${_speaker} \ ${_splash} \ @@ -273,16 +265,13 @@ uart \ ubsa \ ubsec \ - ubser \ ucom \ - ucycom \ udav \ udbp \ udf \ udf_iconv \ ufm \ ${_ufs} \ - ufoma \ uftdi \ ugen \ uhid \ @@ -384,7 +373,6 @@ .if ${MK_CDDL} !=3D "no" || defined(ALL_MODULES) _cyclic=3D cyclic .endif -_digi=3D digi _drm=3D drm .if ${MK_CDDL} !=3D "no" || defined(ALL_MODULES) _dtrace=3D dtrace @@ -426,7 +414,6 @@ _rdma=3D rdma _safe=3D safe _scsi_low=3D scsi_low -_sio=3D sio _smbfs=3D smbfs _sound=3D sound _speaker=3D speaker @@ -454,7 +441,6 @@ _cmx=3D cmx _coretemp=3D coretemp _ctau=3D ctau -_cx=3D cx _dpt=3D dpt _ex=3D ex _hptiop=3D hptiop @@ -516,7 +502,6 @@ .if ${MK_CDDL} !=3D "no" || defined(ALL_MODULES) _cyclic=3D cyclic .endif -_digi=3D digi _drm=3D drm .if ${MK_CDDL} !=3D "no" || defined(ALL_MODULES) _dtrace=3D dtrace Index: sys/sun4v/conf/GENERIC =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sys/sun4v/conf/GENERIC (revision 181111) +++ sys/sun4v/conf/GENERIC (working copy) @@ -169,8 +169,6 @@ device loop # Network loopback device random # Entropy device device ether # Ethernet support -device sl # Kernel SLIP -device ppp # Kernel PPP device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" Index: sys/pc98/conf/NOTES =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sys/pc98/conf/NOTES (revision 181111) +++ sys/pc98/conf/NOTES (working copy) @@ -448,8 +448,6 @@ # # apm: Laptop Advanced Power Management (experimental) # pmtimer: Timer device driver for power management events (APM or ACPI) -# cy: Cyclades serial driver -# digi: Digiboard driver =20 # Notes on APM # The flags takes the following meaning for apm0: @@ -459,17 +457,6 @@ hint.apm.0.flags=3D"0x20" device canbus device canbepm -device cy -options CY_PCI_FASTINTR # Use with cy_pci unless irq is shared -device digi -# BIOS & FEP/OS components of device digi. -device digi_CX -device digi_CX_PCI -device digi_EPCX -device digi_EPCX_PCI -device digi_Xe -device digi_Xem -device digi_Xr device olpt hint.olpt.0.at=3D"isa" hint.olpt.0.port=3D"0x040" Index: sys/pc98/conf/GENERIC =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sys/pc98/conf/GENERIC (revision 181111) +++ sys/pc98/conf/GENERIC (working copy) @@ -230,8 +230,6 @@ device loop # Network loopback device random # Entropy device device ether # Ethernet support -device sl # Kernel SLIP -device ppp # Kernel PPP device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" Index: sys/i386/conf/NOTES =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sys/i386/conf/NOTES (revision 181111) +++ sys/i386/conf/NOTES (working copy) @@ -266,44 +266,6 @@ ##################################################################### # MISCELLANEOUS DEVICES AND OPTIONS =20 -#=20 -# sio: serial ports (see sio(4)), including support for various -# PC Card devices, such as Modem and NICs -# -device sio -hint.sio.0.at=3D"isa" -hint.sio.0.port=3D"0x3F8" -hint.sio.0.flags=3D"0x10" -hint.sio.0.irq=3D"4" - -# `flags' specific to sio(4). -# 0x10 enable console support for this unit. Other console flags -# (if applicable) are ignored unless this is set. Enabling -# console support does not make the unit the preferred console. -# Boot with -h or set boot_serial=3DYES in the loader. For sio(4) -# specifically, the 0x20 flag can also be set (see above). -# Currently, at most one unit can have console support; the -# first one (in config file order) with this flag set is -# preferred. Setting this flag for sio0 gives the old behaviour. -# 0x20 force this unit to be the console (unless there is another -# higher priority console). This replaces the COMCONSOLE option. -# 0x40 reserve this unit for low level console operations. Do not -# access the device in any normal way. -# 0x80 use this port for serial line gdb support in ddb. Also known -# as debug port. -# PnP `flags' -# 0x1 disable probing of this device. Used to prevent your modem -# from being attached as a PnP modem. -# Other flags for sio that aren't documented in the man page. -# 0x20000 enable hardware RTS/CTS and larger FIFOs. Only works for -# ST16650A-compatible UARTs. - -# Options for sio: -options COM_ESP # Code for Hayes ESP. -options COM_MULTIPORT # Code for some cards with shared IRQs. -options CONSPEED=3D115200 # Speed for serial console - # (default 9600). - device speaker #Play IBM BASIC-style noises out your speaker hint.speaker.0.at=3D"isa" hint.speaker.0.port=3D"0x61" @@ -610,11 +572,6 @@ hint.ctau.0.port=3D"0x240" hint.ctau.0.irq=3D"15" hint.ctau.0.drq=3D"7" -device cx -hint.cx.0.at=3D"isa" -hint.cx.0.port=3D"0x240" -hint.cx.0.irq=3D"15" -hint.cx.0.drq=3D"7" #options NETGRAPH_CRONYX # Enable NETGRAPH support for Cronyx adapter(s) device ed options ED_3C503 @@ -741,8 +698,6 @@ # smapi: System Management Application Program Interface driver # smbios: DMI/SMBIOS entry point # vpd: Vital Product Data kernel interface -# cy: Cyclades serial driver -# digi: Digiboard driver # spic: Sony Programmable I/O controller (VAIO notebooks) # asmc: Apple System Management Controller =20 @@ -775,24 +730,6 @@ device smbios device vpd device pmtimer # Adjust system timer at wakeup time -device cy -options CY_PCI_FASTINTR # Use with cy_pci unless irq is shared -hint.cy.0.at=3D"isa" -hint.cy.0.irq=3D"10" -hint.cy.0.maddr=3D"0xd4000" -hint.cy.0.msize=3D"0x2000" -device digi -hint.digi.0.at=3D"isa" -hint.digi.0.port=3D"0x104" -hint.digi.0.maddr=3D"0xd0000" -# BIOS & FEP/OS components of device digi. -device digi_CX -device digi_CX_PCI -device digi_EPCX -device digi_EPCX_PCI -device digi_Xe -device digi_Xem -device digi_Xr # Parallel (8255 PPI) basic I/O (mode 0) port (e.g. Advantech PCL-724) device pbio hint.pbio.0.at=3D"isa" Index: sys/i386/conf/GENERIC =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sys/i386/conf/GENERIC (revision 181111) +++ sys/i386/conf/GENERIC (working copy) @@ -271,8 +271,6 @@ device loop # Network loopback device random # Entropy device device ether # Ethernet support -device sl # Kernel SLIP -device ppp # Kernel PPP device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" @@ -306,7 +304,6 @@ device ucom # Generic com ttys device uark # Technologies ARK3116 based serial adapters device ubsa # Belkin F5U103 and compatible serial adapters -device ubser # BWCT console serial adapters device uftdi # For FTDI usb serial adapters device uipaq # Some WinCE based devices device uplcom # Prolific PL-2303 serial adapters Index: sys/amd64/conf/NOTES =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sys/amd64/conf/NOTES (revision 181111) +++ sys/amd64/conf/NOTES (working copy) @@ -95,44 +95,6 @@ ##################################################################### # MISCELLANEOUS DEVICES AND OPTIONS =20 -#=20 -# sio: serial ports (see sio(4)), including support for various -# PC Card devices, such as Modem and NICs -# -device sio -hint.sio.0.at=3D"isa" -hint.sio.0.port=3D"0x3F8" -hint.sio.0.flags=3D"0x10" -hint.sio.0.irq=3D"4" - -# `flags' specific to sio(4). -# 0x10 enable console support for this unit. Other console flags -# (if applicable) are ignored unless this is set. Enabling -# console support does not make the unit the preferred console. -# Boot with -h or set boot_serial=3DYES in the loader. For sio(4) -# specifically, the 0x20 flag can also be set (see above). -# Currently, at most one unit can have console support; the -# first one (in config file order) with this flag set is -# preferred. Setting this flag for sio0 gives the old behaviour. -# 0x20 force this unit to be the console (unless there is another -# higher priority console). This replaces the COMCONSOLE option. -# 0x40 reserve this unit for low level console operations. Do not -# access the device in any normal way. -# 0x80 use this port for serial line gdb support in ddb. Also known -# as debug port. -# PnP `flags' -# 0x1 disable probing of this device. Used to prevent your modem -# from being attached as a PnP modem. -# Other flags for sio that aren't documented in the man page. -# 0x20000 enable hardware RTS/CTS and larger FIFOs. Only works for -# ST16650A-compatible UARTs. - -# Options for sio: -options COM_ESP # Code for Hayes ESP. -options COM_MULTIPORT # Code for some cards with shared IRQs. -options CONSPEED=3D115200 # Speed for serial console - # (default 9600). - device speaker #Play IBM BASIC-style noises out your speaker hint.speaker.0.at=3D"isa" hint.speaker.0.port=3D"0x61" @@ -397,8 +359,6 @@ # ipmi: Intelligent Platform Management Interface # smbios: DMI/SMBIOS entry point # vpd: Vital Product Data kernel interface -# cy: Cyclades serial driver -# digi: Digiboard driver # asmc: Apple System Management Controller =20 # Notes on the Specialix SI/XIO driver: @@ -407,17 +367,6 @@ # The Rev 2 host cards use a 32K chunk, on a 32K boundary. # The cards can use an IRQ of 11, 12 or 15. =20 -device cy -options CY_PCI_FASTINTR # Use with cy_pci unless irq is shared -device digi -# BIOS & FEP/OS components of device digi. -device digi_CX -device digi_CX_PCI -device digi_EPCX -device digi_EPCX_PCI -device digi_Xe -device digi_Xem -device digi_Xr device ipmi # Parallel (8255 PPI) basic I/O (mode 0) port (e.g. Advantech PCL-724) device pbio Index: sys/amd64/conf/GENERIC =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sys/amd64/conf/GENERIC (revision 181111) +++ sys/amd64/conf/GENERIC (working copy) @@ -256,8 +256,6 @@ device loop # Network loopback device random # Entropy device device ether # Ethernet support -device sl # Kernel SLIP -device ppp # Kernel PPP device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" @@ -290,7 +288,6 @@ device ucom # Generic com ttys device uark # Technologies ARK3116 based serial adapters device ubsa # Belkin F5U103 and compatible serial adapters -device ubser # BWCT console serial adapters device uftdi # For FTDI usb serial adapters device uipaq # Some WinCE based devices device uplcom # Prolific PL-2303 serial adapters --1R6ZDISWaA1muLP0-- --djJN5oi3zFpblwUd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkiS9kUACgkQ52SDGA2eCwVuHACcD9l7EeO2zW+7vGj0WaApZcGw +0wAn07zrWXbQMkTLbK2e04wXSwXEllQ =fIPT -----END PGP SIGNATURE----- --djJN5oi3zFpblwUd--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080801114053.GN99951>