cvs commit: src/sys/dev/tx if_tx.c

Maxime Henrion mux at FreeBSD.org
Fri Apr 18 17:21:36 PDT 2003


mux         2003/04/18 17:21:34 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/tx           if_tx.c 
  Log:
  Various cleanups:
  - Don't initialize if_output, ether_ifattach() does this for us.
  - Use pci_enable_busmaster() instead of using pci_read_config()
    and pci_write_config() directly.
  - Don't try to enable I/O, bus_alloc_resource() does this for us.
  
  Revision  Changes    Path
  1.67      +1 -20     src/sys/dev/tx/if_tx.c


More information about the cvs-src mailing list