Re: USB to serial converter support?

2002-05-12 Thread David Sharp
using it on -stable without any problems. david. On 2002.05.11 23:07:41 +, Wilko Bulte wrote: > On Sat, May 11, 2002 at 05:14:43PM +0200, Wilko Bulte wrote: > > Nevermind, I found uplcom on -current. Not on -stable though (yet?) > > Wilko > > > Hi there, > > > > I'm to get a laptop witho

Re: MAC takeover

1999-09-07 Thread David Sharp
The i82559 (fxp) hardware supports it. I imagine most previous versions of the chipset are also capable. For the software, add an ioctl to fxp_ether_ioctl that changes the sc->arpcom.ac_enaddr to your new MAC address and calls fxp_init(sc). Add your new ioctl to ifconfig and you should be don

Re: MAC takeover

1999-09-07 Thread David Sharp
The i82559 (fxp) hardware supports it. I imagine most previous versions of the chipset are also capable. For the software, add an ioctl to fxp_ether_ioctl that changes the sc->arpcom.ac_enaddr to your new MAC address and calls fxp_init(sc). Add your new ioctl to ifconfig and you should be do