DragonFly BSD
DragonFly commits List (threaded) for 2004-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/dev/netif/rl


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 10 Nov 2004 10:30:13 -0800 (PST)

joerg       2004/11/10 10:30:13 PST

DragonFly src repository

  Modified files:
    sys/dev/netif/rl     if_rl.c if_rlreg.h 
  Log:
  - style(9) cleanup
  - allow rl_detach to be used for all error recovery in rl_attach
  - drop rl_unit and use device_printf instead
  - rl_list_tx_init can't fail, make it void
  - eliminate splimp in rl_attach, drop it ASAP in rl_detach
  - use DEFINE_CLASS_0 instead of expanding it manually
  
  From FreeBSD:
  - support cardbus attachments
  - support 6bit and 8bit EEPROMs
  - use ether_crc32_be instead of local code
  - fix some unnessary watchdog conditions
  - depend on miibus
  - use pci_get_powerstate()/pci_set_powerstate()
  - add various PCI and CardBus devices
  - bus_dma conversion
  
  Revision  Changes    Path
  1.16      +487 -516  src/sys/dev/netif/rl/if_rl.c
  1.4       +65 -30    src/sys/dev/netif/rl/if_rlreg.h


http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/rl/if_rl.c.diff?r1=1.15&r2=1.16&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/rl/if_rlreg.h.diff?r1=1.3&r2=1.4&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]