freebsd-dev/sys/dev/lnc
John Baldwin acf7d97237 Fix the PCI attach routine to properly setup the IRQ and port resource
rid's and to deallocate resources if a failure occurs during attach.  This
patch also fixes the driver to return failure if bus_alloc_resource() for
the IRQ fails rather than panic'ing on the next line by passing a NULL
resource to bus_setup_intr().  The other attachments already do all this.

Submitted by:	Jun Su <csujun@263.net>
2004-01-22 16:07:03 +00:00
..
if_lnc_cbus.c Use __FBSDID(). 2003-08-24 17:55:58 +00:00
if_lnc_isa.c Use __FBSDID(). 2003-08-24 17:55:58 +00:00
if_lnc_pci.c Fix the PCI attach routine to properly setup the IRQ and port resource 2004-01-22 16:07:03 +00:00
if_lnc.c Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. 2003-12-08 07:54:15 +00:00
if_lncreg.h
if_lncvar.h Remove __P. 2002-03-20 02:08:01 +00:00