Ruslan Ermilov
ca5d5ced13
- Fix another fallout from the if_alloc() conversion:
...
previously, ifp->if_type was set to IFT_ETHER by
ether_ifattach(), now it's done by if_alloc() so
an assignment of if_type to IFT_PROPVIRTUAL after
if_alloc() but before ether_ifattach() broke it.
This makes arp(8) and friends happy about the fec
interfaces, and will allow us to use if_setlladdr()
on the fec interface.
- Set/reset IFF_DRV_RUNNING/IFF_DRV_OACTIVE in init()
and stop() methods rather than in ioctl(), like the
rest of the drivers do. This fixes a bug when an
"ifconfig fec0 ipv4_address" would not have made
the interface running, didn't launch the ticker
function to track media status of bundled ports,
etc.
2005-11-04 13:50:38 +00:00
..
2005-10-31 15:41:29 +00:00
2005-10-30 19:44:40 +00:00
2005-10-31 15:41:29 +00:00
2005-11-02 14:27:24 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2005-11-02 15:23:47 +00:00
2005-01-07 01:45:51 +00:00
2005-02-12 18:10:26 +00:00
2005-02-09 15:14:44 +00:00
2005-10-28 14:41:28 +00:00
2005-04-13 14:03:28 +00:00
2005-01-07 01:45:51 +00:00
2005-05-04 18:55:03 +00:00
2005-01-07 01:45:51 +00:00
2005-04-15 10:14:00 +00:00
2005-01-07 01:45:51 +00:00
2005-08-09 10:20:02 +00:00
2005-02-03 11:52:42 +00:00
2005-03-14 20:49:48 +00:00
2005-01-07 01:45:51 +00:00
2005-11-03 07:46:04 +00:00
2005-02-14 12:01:09 +00:00
2005-11-04 13:50:38 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2005-06-10 16:49:24 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2004-06-26 22:24:16 +00:00
2004-04-17 12:42:17 +00:00
2005-10-11 09:11:57 +00:00
2005-02-13 16:36:41 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2005-05-29 12:20:41 +00:00
2005-02-05 12:06:33 +00:00
2005-09-06 17:15:42 +00:00
2005-10-28 14:41:28 +00:00
2005-08-10 06:25:41 +00:00
2005-01-07 01:45:51 +00:00
2005-06-09 10:27:27 +00:00
2005-01-07 01:45:51 +00:00
2005-04-20 12:18:22 +00:00
2005-10-14 23:17:45 +00:00
2005-01-07 01:45:51 +00:00
2005-06-27 07:39:13 +00:00
2005-05-05 23:41:21 +00:00
2005-03-11 10:29:38 +00:00
2005-01-07 01:45:51 +00:00
2005-08-02 20:05:37 +00:00
2005-10-28 14:41:28 +00:00
2005-05-16 19:12:57 +00:00
2005-02-10 02:43:26 +00:00
2005-09-19 11:49:54 +00:00
2005-10-28 14:41:28 +00:00
2005-09-08 14:26:23 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2005-02-06 19:24:59 +00:00
2005-01-07 01:45:51 +00:00
2005-11-02 15:34:42 +00:00
2005-01-07 01:45:51 +00:00
2005-07-05 17:35:20 +00:00
2005-04-05 17:22:05 +00:00
2005-04-05 17:22:05 +00:00
2005-08-29 13:47:08 +00:00
2005-10-25 20:56:12 +00:00
2005-08-09 10:20:02 +00:00
2005-02-03 13:03:31 +00:00
2005-06-10 12:44:21 +00:00
2005-06-10 08:02:34 +00:00
2005-06-07 12:22:13 +00:00
2005-01-07 01:45:51 +00:00
2005-10-16 20:44:18 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2005-04-20 14:19:20 +00:00
2005-10-28 14:41:28 +00:00