Searched hist:340 (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-10.2-release/bin/ed/test/
H A Dbang1.d340 Fri Aug 27 22:15:16 MDT 1993 alm Renamed some files that were giving SUP trouble.
H A Dbang1.err340 Fri Aug 27 22:15:16 MDT 1993 alm Renamed some files that were giving SUP trouble.
H A Dbang1.r340 Fri Aug 27 22:15:16 MDT 1993 alm Renamed some files that were giving SUP trouble.
H A Dbang1.t340 Fri Aug 27 22:15:16 MDT 1993 alm Renamed some files that were giving SUP trouble.
H A Dbang2.err340 Fri Aug 27 22:15:16 MDT 1993 alm Renamed some files that were giving SUP trouble.
H A Dnl.err340 Fri Aug 27 22:15:16 MDT 1993 alm Renamed some files that were giving SUP trouble.
H A Dnl1.d340 Fri Aug 27 22:15:16 MDT 1993 alm Renamed some files that were giving SUP trouble.
H A Dnl1.r340 Fri Aug 27 22:15:16 MDT 1993 alm Renamed some files that were giving SUP trouble.
H A Dnl1.t340 Fri Aug 27 22:15:16 MDT 1993 alm Renamed some files that were giving SUP trouble.
H A Dnl2.d340 Fri Aug 27 22:15:16 MDT 1993 alm Renamed some files that were giving SUP trouble.
H A Dnl2.r340 Fri Aug 27 22:15:16 MDT 1993 alm Renamed some files that were giving SUP trouble.
H A Dnl2.t340 Fri Aug 27 22:15:16 MDT 1993 alm Renamed some files that were giving SUP trouble.
H A DREADMEdiff 340 Fri Aug 27 22:15:16 MDT 1993 alm Renamed some files that were giving SUP trouble.
/freebsd-10.2-release/sys/dev/agp/
H A Dagp_ati.cdiff 161788 Fri Sep 01 02:22:17 MDT 2006 anholt Add support for another ATI IGP 340M (RS200M) AGP bridge.

PR: kern/100958
Submitted by: Kazuo Dohzono <dohzono@axion-software.com>
MFC after: 1 week
/freebsd-10.2-release/usr.sbin/ndiscvt/
H A Dwindrv_stub.cdiff 146015 Sun May 08 23:07:51 MDT 2005 wpaul Fix support for Windows drivers that support both PCI and PCMCIA devices at
the same time.

Fix if_ndis_pccard.c so that it sets sc->ndis_dobj and sc->ndis_regvals.

Correct IMPORT_SFUNC() macros for the READ_PORT_BUFFER_xxx() routines,
which take 3 arguments, not 2.

This fixes it so that the Windows driver for my Cisco Aironet 340 PCMCIA
card works again. (Yes, I know the an(4) driver supports this card natively,
but it's the only PCMCIA device I have with a Windows XP driver.)
H A Dinf.cdiff 126706 Sun Mar 07 02:49:06 MST 2004 wpaul Add preliminary support for PCMCIA devices in addition to PCI/cardbus.
if_ndis.c has been split into if_ndis_pci.c and if_ndis_pccard.c.
The ndiscvt(8) utility should be able to parse device info for PCMCIA
devices now. The ndis_alloc_amem() has moved from kern_ndis.c to
if_ndis_pccard.c so that kern_ndis.c no longer depends on pccard.

NOTE: this stuff is not guaranteed to work 100% correctly yet. So
far I have been able to load/init my PCMCIA Cisco Aironet 340 card,
but it crashes in the interrupt handler. The existing support for
PCI/cardbus devices should still work as before.
H A Dndiscvt.cdiff 126706 Sun Mar 07 02:49:06 MST 2004 wpaul Add preliminary support for PCMCIA devices in addition to PCI/cardbus.
if_ndis.c has been split into if_ndis_pci.c and if_ndis_pccard.c.
The ndiscvt(8) utility should be able to parse device info for PCMCIA
devices now. The ndis_alloc_amem() has moved from kern_ndis.c to
if_ndis_pccard.c so that kern_ndis.c no longer depends on pccard.

NOTE: this stuff is not guaranteed to work 100% correctly yet. So
far I have been able to load/init my PCMCIA Cisco Aironet 340 card,
but it crashes in the interrupt handler. The existing support for
PCI/cardbus devices should still work as before.
/freebsd-10.2-release/sys/dev/if_ndis/
H A Dif_ndis_pccard.cdiff 146015 Sun May 08 23:07:51 MDT 2005 wpaul Fix support for Windows drivers that support both PCI and PCMCIA devices at
the same time.

Fix if_ndis_pccard.c so that it sets sc->ndis_dobj and sc->ndis_regvals.

Correct IMPORT_SFUNC() macros for the READ_PORT_BUFFER_xxx() routines,
which take 3 arguments, not 2.

This fixes it so that the Windows driver for my Cisco Aironet 340 PCMCIA
card works again. (Yes, I know the an(4) driver supports this card natively,
but it's the only PCMCIA device I have with a Windows XP driver.)
126706 Sun Mar 07 02:49:06 MST 2004 wpaul Add preliminary support for PCMCIA devices in addition to PCI/cardbus.
if_ndis.c has been split into if_ndis_pci.c and if_ndis_pccard.c.
The ndiscvt(8) utility should be able to parse device info for PCMCIA
devices now. The ndis_alloc_amem() has moved from kern_ndis.c to
if_ndis_pccard.c so that kern_ndis.c no longer depends on pccard.

NOTE: this stuff is not guaranteed to work 100% correctly yet. So
far I have been able to load/init my PCMCIA Cisco Aironet 340 card,
but it crashes in the interrupt handler. The existing support for
PCI/cardbus devices should still work as before.
H A Dif_ndis_pci.c126706 Sun Mar 07 02:49:06 MST 2004 wpaul Add preliminary support for PCMCIA devices in addition to PCI/cardbus.
if_ndis.c has been split into if_ndis_pci.c and if_ndis_pccard.c.
The ndiscvt(8) utility should be able to parse device info for PCMCIA
devices now. The ndis_alloc_amem() has moved from kern_ndis.c to
if_ndis_pccard.c so that kern_ndis.c no longer depends on pccard.

NOTE: this stuff is not guaranteed to work 100% correctly yet. So
far I have been able to load/init my PCMCIA Cisco Aironet 340 card,
but it crashes in the interrupt handler. The existing support for
PCI/cardbus devices should still work as before.
/freebsd-10.2-release/sys/modules/if_ndis/
H A DMakefilediff 126706 Sun Mar 07 02:49:06 MST 2004 wpaul Add preliminary support for PCMCIA devices in addition to PCI/cardbus.
if_ndis.c has been split into if_ndis_pci.c and if_ndis_pccard.c.
The ndiscvt(8) utility should be able to parse device info for PCMCIA
devices now. The ndis_alloc_amem() has moved from kern_ndis.c to
if_ndis_pccard.c so that kern_ndis.c no longer depends on pccard.

NOTE: this stuff is not guaranteed to work 100% correctly yet. So
far I have been able to load/init my PCMCIA Cisco Aironet 340 card,
but it crashes in the interrupt handler. The existing support for
PCI/cardbus devices should still work as before.
/freebsd-10.2-release/sys/dev/an/
H A Dif_an_pccard.cdiff 120900 Wed Oct 08 01:20:00 MDT 2003 imp Xircom Wireless Ethernet card is a rebadged Cisco 340, but with a
different vendor id/product id.

Submitted by: Keith Davis
/freebsd-10.2-release/sys/modules/ndis/
H A DMakefilediff 126706 Sun Mar 07 02:49:06 MST 2004 wpaul Add preliminary support for PCMCIA devices in addition to PCI/cardbus.
if_ndis.c has been split into if_ndis_pci.c and if_ndis_pccard.c.
The ndiscvt(8) utility should be able to parse device info for PCMCIA
devices now. The ndis_alloc_amem() has moved from kern_ndis.c to
if_ndis_pccard.c so that kern_ndis.c no longer depends on pccard.

NOTE: this stuff is not guaranteed to work 100% correctly yet. So
far I have been able to load/init my PCMCIA Cisco Aironet 340 card,
but it crashes in the interrupt handler. The existing support for
PCI/cardbus devices should still work as before.
/freebsd-10.2-release/sys/kern/
H A Dkern_ntptime.cdiff 55413 Tue Jan 04 12:04:39 MST 2000 phk Create a separate pps_offset variable to use for applying the
hardpps() produced offset component. This is tested and behaved
stable with frequency offsets from -338.05 to +499.91 PPM.

Interestingly the machine I tested this on would fail if the clock
were slower than 14.3132 MHz whereas it was perfectly happy to run
at 16.384 MHz, in other words [-340PPM ... +14.4%]

Make pps_shift tweakable with sysctl.
/freebsd-10.2-release/sys/compat/ndis/
H A Dkern_windrv.cdiff 146015 Sun May 08 23:07:51 MDT 2005 wpaul Fix support for Windows drivers that support both PCI and PCMCIA devices at
the same time.

Fix if_ndis_pccard.c so that it sets sc->ndis_dobj and sc->ndis_regvals.

Correct IMPORT_SFUNC() macros for the READ_PORT_BUFFER_xxx() routines,
which take 3 arguments, not 2.

This fixes it so that the Windows driver for my Cisco Aironet 340 PCMCIA
card works again. (Yes, I know the an(4) driver supports this card natively,
but it's the only PCMCIA device I have with a Windows XP driver.)
H A Dsubr_hal.cdiff 146015 Sun May 08 23:07:51 MDT 2005 wpaul Fix support for Windows drivers that support both PCI and PCMCIA devices at
the same time.

Fix if_ndis_pccard.c so that it sets sc->ndis_dobj and sc->ndis_regvals.

Correct IMPORT_SFUNC() macros for the READ_PORT_BUFFER_xxx() routines,
which take 3 arguments, not 2.

This fixes it so that the Windows driver for my Cisco Aironet 340 PCMCIA
card works again. (Yes, I know the an(4) driver supports this card natively,
but it's the only PCMCIA device I have with a Windows XP driver.)

Completed in 405 milliseconds

12