On Mon, 10 Jul 2000, Nick Hibma wrote:
> The opt_ files can be generated by the makefiles, so there is no reason
> to remove those, see sys/modules/usb/Makefile
>
> SRCS = bus_if.h device_if.h usb_if.h usb_if.c \
>vnode_if.h \
>opt_usb.h \
>
> Any file called opt_*.h that is not present is created (empty).
...except the removed opt_*.h are not empty; hence the added headers
in my patch.
M
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-curren
>
> This doesn't happen for me except in this (loadable de) case.
Well a bit more digging...
netstat -rn
205.238.40.30 205.238.40.30 UHW18 2563 dc0860
Now why oh why is gated and/or the kernel creating that route when
ifconfig dc0
dc0: flags=8843 mtu 1500
This doesn't happen for me except in this (loadable de) case.
On Mon, 10 Jul 2000, Rodney W. Grimes wrote:
> > > Umm- started okay:
> > :
> > > and then died:
> > >
> > > rplookup 192.67.166.155 failed: could not allocate llinfo
> > > arpresolve: can't allocate llinfo for 192.67.166.155rt
> >
> > Umm- started okay:
> :
> > and then died:
> >
> > rplookup 192.67.166.155 failed: could not allocate llinfo
> > arpresolve: can't allocate llinfo for 192.67.166.155rt
> > arplookup 192.67.166.155 failed: could not allocate llinfo
> > arpresolve: can't allocate llinfo for 192.67.166.155rt
> >
The opt_ files can be generated by the makefiles, so there is no reason
to remove those, see sys/modules/usb/Makefile
SRCS = bus_if.h device_if.h usb_if.h usb_if.c \
vnode_if.h \
opt_usb.h \
...
Any file called opt_*.h that is no
> Umm- started okay:
:
> and then died:
>
> rplookup 192.67.166.155 failed: could not allocate llinfo
> arpresolve: can't allocate llinfo for 192.67.166.155rt
> arplookup 192.67.166.155 failed: could not allocate llinfo
> arpresolve: can't allocate llinfo for 192.67.166.155rt
> arplookup 192.67.1
>
> *I'll* check it too- I'd *love* to have if_de as a loadable since most of the
> alphas I have use if_de (not dc)!
Umm- started okay:
de0: port 0x10300-0x1037f mem
0x82083000-0x8208307f irq 3 at device 9.0 on pci0
de0: interrupting at CIA irq 3
de0: 21140A [10-100Mb/s] pass 2.2
de0: addres
*I'll* check it too- I'd *love* to have if_de as a loadable since most of the
alphas I have use if_de (not dc)!
On Mon, 10 Jul 2000, Mark Murray wrote:
> Hi Bill
>
> If I apply the enclosed patch to sys/pci/if_de.c, and make a
> copy of (say) sys/modules/dc to sys/modules/de (while changing
>
Hi Bill
If I apply the enclosed patch to sys/pci/if_de.c, and make a
copy of (say) sys/modules/dc to sys/modules/de (while changing
all relevant dc --> de), I can build a loadable module for de.
Could you please check that this works in your (no doubt)
excellent laboratory and either commit or r
10 matches
Mail list logo