freebsd-dev/usr.sbin/ndiscvt
Bill Paul f07cc658a4 Clean up ndiscvt a bit (leaving out the -i flag didn't work) and add
copyrights to the inf parser files.

Add a -n flag to ndiscvt to allow the user to override the default
device name of NDIS devices. Instead of "ndis0, ndis1, etc..."
you can have "foo0, foo1, etc..." This allows you to have more than
one kind of NDIS device in the kernel at the same time.

Convert from printf() to device_printf() in if_ndis.c, kern_ndis.c
and subr_ndis.c.

Create UMA zones for ndis_packet and ndis_buffer structs allocated
on transmit. The zones are created and destroyed in the modevent
handler in kern_ndis.c.

printf() and UMA changes submitted by green@freebsd.org
2004-01-02 04:31:06 +00:00
..
inf-parse.y Clean up ndiscvt a bit (leaving out the -i flag didn't work) and add 2004-01-02 04:31:06 +00:00
inf-token.l Clean up ndiscvt a bit (leaving out the -i flag didn't work) and add 2004-01-02 04:31:06 +00:00
inf.c Clean up ndiscvt a bit (leaving out the -i flag didn't work) and add 2004-01-02 04:31:06 +00:00
inf.h
Makefile Grrrr. Remove -g flag that snuck in. 2003-12-18 03:52:40 +00:00
ndiscvt.8 Clean up ndiscvt a bit (leaving out the -i flag didn't work) and add 2004-01-02 04:31:06 +00:00
ndiscvt.c Clean up ndiscvt a bit (leaving out the -i flag didn't work) and add 2004-01-02 04:31:06 +00:00