Date: Mon, 5 Aug 2002 11:14:16 -0700 (PDT) From: Max Khon <fjoe@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sbni if_sbni.c if_sbni_isa.c if_sbni_pci.c if_sbnivar.h Message-ID: <200208051814.g75IEGDP041356@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
fjoe 2002/08/05 11:14:16 PDT
Modified files:
sys/dev/sbni if_sbni.c if_sbni_isa.c if_sbni_pci.c
if_sbnivar.h
Log:
Make driver portable:
- bus_space'ify
- generate fake ethernet address using read_random() instead of reading
from timer i/o ports
Other minor fixes:
- remove "hack" in connect_to_master()
- use M_ZERO
- remove unused variable in sbni_ioctl()
- properly release irq in sbni_attach_isa() on attach errors
Revision Changes Path
1.5 +38 -33 src/sys/dev/sbni/if_sbni.c
1.6 +3 -2 src/sys/dev/sbni/if_sbni_isa.c
1.4 +11 -6 src/sys/dev/sbni/if_sbni_pci.c
1.3 +3 -3 src/sys/dev/sbni/if_sbnivar.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208051814.g75IEGDP041356>
